rearranged css for linting

This commit is contained in:
Ben Wheeler 2018-12-03 09:24:26 -05:00
parent 089cdbb06b
commit 655f3365ec

View file

@ -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;