mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Add styles for banners
This commit is contained in:
parent
4ee6bfcad2
commit
fd9c0df623
2 changed files with 14 additions and 0 deletions
7
src/views/splash/beta/middle-banner.scss
Normal file
7
src/views/splash/beta/middle-banner.scss
Normal file
|
@ -0,0 +1,7 @@
|
|||
@import "../../../colors";
|
||||
|
||||
.beta-middle-banner {
|
||||
.call-to-action {
|
||||
color: $ui-white;
|
||||
}
|
||||
}
|
7
src/views/splash/beta/top-banner.scss
Normal file
7
src/views/splash/beta/top-banner.scss
Normal file
|
@ -0,0 +1,7 @@
|
|||
@import "../../../colors";
|
||||
|
||||
.beta-top-banner {
|
||||
.call-to-action {
|
||||
color: $ui-white;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue