mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -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 {
|
||||
background-color: $ui-red-25percent;
|
||||
color: $ui-red;
|
||||
background-color: $ui-orange-25percent;
|
||||
color: $ui-orange-high-contrast;
|
||||
}
|
||||
|
||||
.banner-outer.banner-success {
|
||||
|
@ -34,6 +34,8 @@ $navigation-height: 50px;
|
|||
|
||||
.banner-text{
|
||||
padding: .625rem 0;
|
||||
max-width: 50rem;
|
||||
line-height: 1.25rem;
|
||||
}
|
||||
|
||||
.banner-button {
|
||||
|
|
Loading…
Reference in a new issue