mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
fixed lint errors
This commit is contained in:
parent
e1cc0c390b
commit
351d38de09
1 changed files with 3 additions and 3 deletions
|
@ -35,12 +35,12 @@ $navigation-height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner-button {
|
.banner-button {
|
||||||
height: 2.5rem;
|
|
||||||
background-color: $ui-orange;
|
|
||||||
font-size: .875rem;
|
|
||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
|
background-color: $ui-orange;
|
||||||
padding-top: .6875rem;
|
padding-top: .6875rem;
|
||||||
padding-bottom: .75rem;
|
padding-bottom: .75rem;
|
||||||
|
height: 2.5rem;
|
||||||
|
font-size: .875rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner-danger .banner-button {
|
.banner-danger .banner-button {
|
||||||
|
|
Loading…
Reference in a new issue