appstorebadges/src/styl/_stage.styl

39 lines
753 B
Stylus

//
// Just the stage setup
// stormtrooper-move-along.gif
//
html
body
background: #F4B350
width: 100%
height: 100%
body
box-sizing: border-box
padding: 0 10%
max-width: 100%
display: flex
align-items: center
justify-content: center
text-align: center
background-image: radial-gradient(ellipse at center, rgba(255,255,255,.4) 0%,rgba(255,255,255,0) 80%)
font-family: Avenir, Trebuchet, 'Trebuchet MS', sans-serif
&
a
color: darken(#F4B350, 35%)
.stage
> h1
margin-top: -5%
margin-bottom: 5%
font-size: 7vw
font-weight: 400
color: inherit
@media (min-width: 50em)
font-size: 5vw
> p:last-child
margin-top: 5%