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

33 lines
575 B
SCSS
Raw Normal View History

@import "../global";
$color-download: #444;
2017-01-21 22:31:41 +01:00
.file-actions
{
2017-08-18 07:37:35 +02:00
line-height: var(--button-height);
min-height: var(--button-height);
}
.file-actions__download-status-bar, .file-actions__download-status-bar-overlay {
.button__content {
2017-08-18 07:37:35 +02:00
margin: 0 var(--text-link-padding);
}
}
.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;
2017-08-18 07:37:35 +02:00
}