vizon-countdown-website/src/App.sass

22 lines
573 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
2017-08-20 03:22:54 +00:00
justify-content: space-between
align-items: center
2017-08-19 01:25:18 +00:00
.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
text-align: center
2017-08-20 03:22:54 +00:00
flex: 0 0 auto
// @FIXME - known issue: padding will be treated like outer margins, causes scrollbars to appear