mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
rearranged css to get tests working
This commit is contained in:
parent
30ed29a39a
commit
cd030e0895
1 changed files with 5 additions and 5 deletions
|
@ -206,14 +206,14 @@ $stage-width: 480px;
|
|||
|
||||
.remix-button,
|
||||
.see-inside-button {
|
||||
height: 2.5rem;
|
||||
margin-top: 0;
|
||||
font-size: .875rem;
|
||||
border-radius: .375rem;
|
||||
padding-left: .875rem;
|
||||
padding-right: .9375rem;
|
||||
padding-top: .6875rem;
|
||||
padding-right: .9375rem;
|
||||
padding-bottom: .6875rem;
|
||||
padding-left: .875rem;
|
||||
height: 2.5rem;
|
||||
font-size: .875rem;
|
||||
|
||||
&:before {
|
||||
display: inline-block;
|
||||
|
@ -222,8 +222,8 @@ $stage-width: 480px;
|
|||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: contain;
|
||||
height: 1.125rem;
|
||||
width: 1.125rem;
|
||||
height: 1.125rem;
|
||||
vertical-align: middle;
|
||||
content: "";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue