rearranged css to get tests working

This commit is contained in:
Ben Wheeler 2018-11-18 11:19:21 -05:00
parent 30ed29a39a
commit cd030e0895

View file

@ -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: "";
}