Merge branch 'theme-refactoring' of https://bitbucket.org/bachysoucy/materio-base-d7 into theme-refactoring

This commit is contained in:
sarah garcin
2015-04-29 11:12:19 +02:00
24 changed files with 204 additions and 12963 deletions

View File

@@ -0,0 +1,24 @@
@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;}
}