mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
reformat banner css to be less red, better line-height, max width on text
This commit is contained in:
parent
d70bbe20c9
commit
ddf6793362
1 changed files with 4 additions and 2 deletions
|
@ -15,8 +15,8 @@ $navigation-height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner-outer.banner-danger {
|
.banner-outer.banner-danger {
|
||||||
background-color: $ui-red-25percent;
|
background-color: $ui-orange-25percent;
|
||||||
color: $ui-red;
|
color: $ui-orange-high-contrast;
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner-outer.banner-success {
|
.banner-outer.banner-success {
|
||||||
|
@ -34,6 +34,8 @@ $navigation-height: 50px;
|
||||||
|
|
||||||
.banner-text{
|
.banner-text{
|
||||||
padding: .625rem 0;
|
padding: .625rem 0;
|
||||||
|
max-width: 50rem;
|
||||||
|
line-height: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner-button {
|
.banner-button {
|
||||||
|
|
Loading…
Reference in a new issue