Skip to content

Commit

Permalink
Add basic attachment progress bar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
javan committed Nov 30, 2016
1 parent ee9375e commit dbdf5b2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/trix/stylesheets/attachments.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,15 @@ trix-editor {
}
}
}

progress {
position: absolute;
z-index: 1;
height: 20px;
top: calc(50% - 10px);
left: 5%;
width: 90%;
opacity: 0.9;
}
}
}

0 comments on commit dbdf5b2

Please sign in to comment.