mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -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 = () => (
|
||||
<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>
|
||||
<a
|
||||
className="beta-try-it button"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
background: $ui-orange;
|
||||
padding: 5px 0;
|
||||
|
||||
.beta-small-header {
|
||||
.beta-small-top-header {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
|||
|
||||
.beta-try-it {
|
||||
margin-left: 32px;
|
||||
border-radius: 10px;
|
||||
border-radius: 8px;
|
||||
padding: .625em 1em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue