31 lines
428 B
SCSS
31 lines
428 B
SCSS
$baseFontSize : 16px;
|
|
$importantModNum : 20px;
|
|
$headerFontFamily : 'Lato','helvetica', 'san-serif';
|
|
$headerFontWeight : bold;
|
|
$ratio : 1.35;
|
|
|
|
|
|
|
|
body{
|
|
font-family : 'Lato','helvetica', 'san-serif';
|
|
|
|
color:#333333;
|
|
|
|
text-align:center;
|
|
.create_simple{
|
|
font-size:1.3em;
|
|
}
|
|
.logo{
|
|
img{
|
|
display:block;
|
|
width:350px;
|
|
margin:60px auto;
|
|
}
|
|
}
|
|
a{
|
|
color:black;
|
|
text-decoration:none;
|
|
}
|
|
}
|
|
|