mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-30 10:58:23 -05:00
Remove custom color in What’s Happening Callout
Swapped colors to make it more consistent.
This commit is contained in:
parent
cf7149a356
commit
9d87d8700c
1 changed files with 2 additions and 4 deletions
|
@ -109,11 +109,9 @@ a {
|
||||||
|
|
||||||
/* Classes */
|
/* Classes */
|
||||||
.empty {
|
.empty {
|
||||||
$bg-blue: #d9edf7;
|
border: 1px solid $active-gray;
|
||||||
$bg-blue-accent: #bce8f1;
|
|
||||||
border: 1px solid $bg-blue-accent;
|
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: $bg-blue;
|
background-color: $ui-blue-10percent;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
|
|
Loading…
Reference in a new issue