mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Make sure boxes aren't transparent
This commit is contained in:
parent
c8834ed251
commit
0b26be7036
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ $base-bg: $ui-white;
|
|||
display: inline-block;
|
||||
border: 1px solid $ui-border;
|
||||
border-radius: 10px 10px 0 0;
|
||||
background-color: $ui-white;
|
||||
width: 100%;
|
||||
|
||||
.box-header {
|
||||
|
|
Loading…
Reference in a new issue