0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 11:32:38 +00:00
Files
homebrewery/shared/naturalCrit/logo/logo.less
Scott Tolksdorf fb8ddfe9fa So much polish
2016-01-04 17:02:55 -05:00

38 lines
662 B
Plaintext

@font-face {
font-family : CodeLight;
src : url('/assets/naturalCrit/logo/CODE Light.otf');
}
@font-face {
font-family : CodeBold;
src : url('/assets/naturalCrit/logo/CODE Bold.otf');
}
.logo{
color : white;
text-decoration: none;
display: block;
svg{
vertical-align : middle;
height : 1em;
margin-right : 0.2em;
cursor : pointer;
fill : white;
}
span.name{
font-size: 0.9em;
line-height: 0.5em;
font-family : 'CodeLight';
span.crit{
font-family : 'CodeBold';
}
small{
font-size: 0.3em;
font-family : 'Open Sans';
font-weight: 800;
text-transform: uppercase;
}
}
}