mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 18:13:39 +08:00
finalize color scheme for mobile progress bar
This commit is contained in:
parent
643f770996
commit
0bd6d79459
|
@ -138,8 +138,9 @@
|
|||
top: 0;
|
||||
bottom: 0;
|
||||
width: 0;
|
||||
border-right: 1px solid scale-color($success, $lightness: 50%);
|
||||
background-color: scale-color($success, $lightness: 50%);
|
||||
border-right: 1px solid dark-light-diff($tertiary, $secondary, 85%, -65%);
|
||||
background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);
|
||||
transition: width .75s;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user