afpy.org/sass/style.sass

59 lines
931 B
Sass
Raw Normal View History

2017-09-21 17:24:01 +00:00
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,600,700')
$bkg: #25252D
$header: #1d1e23
$action: #2e5cfd
$action-secondary: #ffcd05
$text: #eaeaea
2017-09-21 15:50:24 +00:00
2017-09-21 14:34:26 +00:00
body
2017-09-21 17:24:01 +00:00
background: $bkg
color: $text
font-family: 'Hind', sans-serif
2017-09-22 10:08:46 +00:00
font-size: .9em
font-weight: 300
2017-09-21 15:50:24 +00:00
margin: 0
padding: 0
nav
2017-09-21 17:14:00 +00:00
ul
display: flex
2017-09-21 17:24:01 +00:00
justify-content: center
2017-09-21 17:14:00 +00:00
list-style: none
margin: 0
padding-left: 0
2017-09-22 10:08:46 +00:00
a
color: $text
display: block
font-weight: 600
padding: 1em
text-decoration: none
2017-09-21 17:24:01 +00:00
2017-09-22 10:08:46 +00:00
main
margin: 0 auto
max-width: 1200px
h2
font-size: 2em
font-weight: 400
.simple
display: flex
flex-wrap: wrap
dt
box-sizing: border-box
display: flex
flex-direction: column
line-height: 50px
text-align: center
padding: 1em
width: 300px
dd
box-sizing: border-box
margin-left: -300px
padding: 3em 0 0
text-align: center
width: 300px