mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
rearranged css for linting
This commit is contained in:
parent
089cdbb06b
commit
655f3365ec
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ $navigation-height: 50px;
|
||||||
display: flex;
|
display: flex;
|
||||||
background-color: $ui-orange-25percent;
|
background-color: $ui-orange-25percent;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 3rem;
|
min-height: 4rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color: $ui-orange-high-contrast;
|
color: $ui-orange-high-contrast;
|
||||||
font-size: .875rem;
|
font-size: .875rem;
|
||||||
|
@ -35,10 +35,10 @@ $navigation-height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner-button {
|
.banner-button {
|
||||||
border-radius: .25rem;
|
|
||||||
background-color: $ui-orange;
|
|
||||||
margin-top: .75rem;
|
margin-top: .75rem;
|
||||||
margin-bottom: .75rem;
|
margin-bottom: .75rem;
|
||||||
|
border-radius: .25rem;
|
||||||
|
background-color: $ui-orange;
|
||||||
padding-top: .6875rem;
|
padding-top: .6875rem;
|
||||||
padding-bottom: .75rem;
|
padding-bottom: .75rem;
|
||||||
min-width: 6rem;
|
min-width: 6rem;
|
||||||
|
|
Loading…
Reference in a new issue