25 lines
519 B
SCSS
25 lines
519 B
SCSS
@mixin ubuntu(){font-family: "Ubuntu", Arial, "MS Trebuchet", sans-serif; @include fs500(); @include normal;}
|
|
|
|
body{font-size:16px; @include ubuntu; line-height:1.3;}
|
|
|
|
a{color: #007BC2; text-decoration: none;}
|
|
|
|
h1{font-size:1.6em;}
|
|
h2{font-size:1.5em;}
|
|
h3{font-size:1.4em;}
|
|
h4{font-size:1.3em;}
|
|
h5{font-size:1.2em;}
|
|
h6{font-size:1.1em;}
|
|
|
|
input, button, select, textarea{@include ubuntu();}
|
|
|
|
@mixin fs22(){
|
|
font-size:22px;
|
|
}
|
|
|
|
#footer{
|
|
#footer-bottom{ text-align: center;}
|
|
#footer-bottom .block{ @include fs8;}
|
|
|
|
}
|