SCSS -> SASS

This commit is contained in:
Felipe M 2016-12-19 10:24:08 +01:00
parent 6d58962e08
commit abd9c07ac8
13 changed files with 134 additions and 140 deletions

View file

@ -0,0 +1,50 @@
body
font-family: "Antic Slab"
font-size: 20px
line-height: 1.5em
.center
margin: 0 auto
max-width: 920px
a
text-decoration: underilne
color: #c24e4a
img max-width: 100%
header
h1
font-size: 1.5em
margin-bottom: 0
text-align: right
h2
font-size: 0.8em
font-weight: normal
margin-top: 0
display: none
nav.main-menu
text-align: right
footer
font-size: 0.7em
padding-top: 1em
hr.light
border: 0px
margin: 1em 0 1em 0
border-top: #CCC 1px solid
p:first-child
margin-top: 0
.text-center
text-align: center
.text-right
text-align: right
.float-right
float: right