vizon-countdown-website/src/App.sass

36 lines
772 B
Sass
Raw Normal View History

2017-08-19 01:25:18 +00:00
.app
2017-08-19 21:18:04 +00:00
background: radial-gradient(ellipse at bottom, #1c2837 0%, #050608 100%)
background: -webkit-radial-gradient(ellipse at bottom, #1c2837 0%, #050608 100%)
2017-08-19 01:25:18 +00:00
min-height: 100vh
font-size: 24px
2017-08-19 21:18:04 +00:00
font-family: 'Titillium Web', sans-serif
2017-08-19 01:25:18 +00:00
display: flex
flex-direction: column
justify-content: stretch
align-items: center
.content
2017-08-19 21:18:04 +00:00
color: #838383
2017-08-19 01:25:18 +00:00
line-height: 1.5
width: 100%
max-width: 1024px
padding: 1em 0
box-sizing: content-box
flex-grow: 1
text-align: center
2017-08-19 21:18:04 +00:00
.footer
color: #fff
right: 0
bottom: 0
left: 0
padding: 5px 0
2017-08-19 21:18:04 +00:00
border: 0
border-top: 1px solid white
opacity: .1
font-size: 20px
text-align: right
width: 100%
// @FIXME - known issue: padding will be treated like outer margins, causes scrollbars to appear