Files
grecia/app/assets/stylesheets/mixins.scss
2016-05-23 16:49:40 +02:00

33 lines
479 B
SCSS

// Table of Contents
//
// 01. Logo
//
// 01. Logo
// --------
@mixin logo {
color: white;
display: inline-block;
font-family: 'Lato' !important;
font-size: rem-calc(24);
font-weight: lighter;
@include breakpoint(small) {
line-height: $line-height*2;
margin-top: 0;
}
img {
height: 48px;
width: 48px;
@include breakpoint(small) {
height: 80px;
margin-right: $line-height/2;
margin-top: 0;
width: 80px;
}
}
}