SCSS -> SASS
This commit is contained in:
parent
6d58962e08
commit
abd9c07ac8
13 changed files with 134 additions and 140 deletions
50
assets/static/sass/_layout.sass
Normal file
50
assets/static/sass/_layout.sass
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue