Tweak class names, button padding for small top banner

This commit is contained in:
Connor Hudson 2018-07-02 10:08:38 -04:00
parent 918b4b5948
commit cf48231284
2 changed files with 4 additions and 3 deletions

View file

@ -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"

View file

@ -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;
}
}