mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
26 lines
502 B
Text
26 lines
502 B
Text
|
@import "ui-variables";
|
||
|
|
||
|
.release-bar {
|
||
|
order: -1;
|
||
|
}
|
||
|
.release-bar-inner {
|
||
|
height: 25px;
|
||
|
display:block;
|
||
|
padding-left:10px;
|
||
|
padding-top:2px;
|
||
|
color:@text-color-inverse;
|
||
|
background-color: @action-color;
|
||
|
border-bottom:1px solid darken(@action-color, 10%);
|
||
|
|
||
|
&:hover {
|
||
|
background-color: darken(@action-color, 10%);
|
||
|
border-bottom:1px solid darken(@action-color, 15%);
|
||
|
text-decoration:none;
|
||
|
color:white;
|
||
|
}
|
||
|
|
||
|
i {
|
||
|
margin-right:8px;
|
||
|
}
|
||
|
}
|