mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 00:35:50 +00:00
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 {
|
&.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
border: none;
|
|
||||||
background-color: $secondary;
|
background-color: $secondary;
|
||||||
color: $tertiary;
|
color: $tertiary;
|
||||||
border: 1px solid dark-light-diff($tertiary, $secondary, 85%, -65%);
|
border: 1px solid dark-light-diff($tertiary, $secondary, 85%, -65%);
|
||||||
|
@ -101,14 +101,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#topic-progress {
|
#topic-progress {
|
||||||
box-shadow: 0 0 3px rbga(0,0,0, .7);
|
|
||||||
position: relative;
|
position: relative;
|
||||||
&.hidden {
|
&.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
border: none;
|
background-color: $secondary;
|
||||||
background-color: scale-color-diff();
|
color: $tertiary;
|
||||||
color: $primary;
|
border: 1px solid dark-light-diff($tertiary, $secondary, 85%, -65%);
|
||||||
|
border-bottom: none;
|
||||||
width: 145px;
|
width: 145px;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user