mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-19 10:55:49 -05:00
Tweak class names, button padding for small top banner
This commit is contained in:
parent
918b4b5948
commit
cf48231284
2 changed files with 4 additions and 3 deletions
|
@ -9,7 +9,7 @@ require('./small-top-banner.scss');
|
||||||
|
|
||||||
const SmallTopBanner = () => (
|
const SmallTopBanner = () => (
|
||||||
<TitleBanner className="beta-small-top-banner">
|
<TitleBanner className="beta-small-top-banner">
|
||||||
<FlexRow className="beta-small-header">
|
<FlexRow className="beta-small-top-header">
|
||||||
<h2 className="beta-copy">Try out the beta version of Scratch 3.0</h2>
|
<h2 className="beta-copy">Try out the beta version of Scratch 3.0</h2>
|
||||||
<a
|
<a
|
||||||
className="beta-try-it button"
|
className="beta-try-it button"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
background: $ui-orange;
|
background: $ui-orange;
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
|
|
||||||
.beta-small-header {
|
.beta-small-top-header {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
.beta-try-it {
|
.beta-try-it {
|
||||||
margin-left: 32px;
|
margin-left: 32px;
|
||||||
border-radius: 10px;
|
border-radius: 8px;
|
||||||
|
padding: .625em 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue