lbry-desktop/scss/component/_file-actions.scss

25 lines
381 B
SCSS
Raw Normal View History

@import "../global";
$color-download: #444;
.file-actions--stub
{
height: $height-button;
}
.file-actions__download-status-bar
{
position: relative;
color: $color-download;
}
.file-actions__download-status-bar-overlay
{
background: $color-download;
color: white;
position: absolute;
white-space: nowrap;
overflow: hidden;
z-index: 1;
top: 0px;
left: 0px;
}