making onebox styles consistent with quotes
This commit is contained in:
parent
3a0b23191c
commit
1fd6a9067b
|
@ -91,8 +91,8 @@ a.loading-onebox {
|
|||
aside.onebox {
|
||||
margin-top: 15px;
|
||||
padding: 12px 25px 12px 12px;
|
||||
border-left: 5px solid scale-color($primary, $lightness: 90%);
|
||||
background: scale-color($primary, $lightness: 90%);
|
||||
border-left: 5px solid scale-color($primary, $lightness: 75%);
|
||||
background: scale-color($primary, $lightness: 95%);
|
||||
font-size: 14px;
|
||||
|
||||
header {
|
||||
|
|
Loading…
Reference in New Issue