2017-01-13 03:03:34 +01:00
|
|
|
@import "../global";
|
|
|
|
|
|
|
|
$color-download: #444;
|
|
|
|
|
2017-01-21 22:31:41 +01:00
|
|
|
.file-actions
|
2017-01-13 03:03:34 +01:00
|
|
|
{
|
2017-01-21 22:31:41 +01:00
|
|
|
line-height: $height-button;
|
|
|
|
min-height: $height-button;
|
2017-01-13 03:03:34 +01:00
|
|
|
}
|
|
|
|
|
2017-01-18 09:45:23 +01:00
|
|
|
.file-actions__download-status-bar, .file-actions__download-status-bar-overlay {
|
|
|
|
.button__content {
|
|
|
|
margin: 0 $padding-text-link;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-01-13 03:03:34 +01:00
|
|
|
.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;
|
|
|
|
}
|