mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 12:20:24 -04:00
Fix scss name order
This commit is contained in:
parent
086012f802
commit
57408e46af
1 changed files with 1 additions and 1 deletions
|
@ -193,8 +193,8 @@ $stage-width: 480px;
|
|||
.comments-turned-off {
|
||||
border: 1px solid $ui-blue-25percent;
|
||||
border-radius: .5rem;
|
||||
padding: 1.5rem 0;
|
||||
background: $ui-blue-10percent;
|
||||
padding: 1.5rem 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue