add new color scheme to mobile progress bar
This commit is contained in:
parent
d7692ba6fd
commit
643f770996
|
@ -165,7 +165,6 @@ a:hover.reply-new {
|
|||
&.hidden {
|
||||
display: none;
|
||||
}
|
||||
border: none;
|
||||
background-color: $secondary;
|
||||
color: $tertiary;
|
||||
border: 1px solid dark-light-diff($tertiary, $secondary, 85%, -65%);
|
||||
|
|
|
@ -101,14 +101,14 @@
|
|||
}
|
||||
|
||||
#topic-progress {
|
||||
box-shadow: 0 0 3px rbga(0,0,0, .7);
|
||||
position: relative;
|
||||
&.hidden {
|
||||
display: none;
|
||||
}
|
||||
border: none;
|
||||
background-color: scale-color-diff();
|
||||
color: $primary;
|
||||
background-color: $secondary;
|
||||
color: $tertiary;
|
||||
border: 1px solid dark-light-diff($tertiary, $secondary, 85%, -65%);
|
||||
border-bottom: none;
|
||||
width: 145px;
|
||||
height: 34px;
|
||||
|
||||
|
|
Loading…
Reference in New Issue