Skip to content

Instantly share code, notes, and snippets.

@AndriyShepitsen
Last active December 16, 2015 17:58
Show Gist options
  • Save AndriyShepitsen/5473899 to your computer and use it in GitHub Desktop.
Save AndriyShepitsen/5473899 to your computer and use it in GitHub Desktop.
logoNameStyle
@mixin companyNameStyle ($anyColor){
font-family: 'Noto Serif', serif;
float: left;
width: $companyNameWidth;
font-size: 45px;
letter-spacing: 2px;
color: $anyColor;
font-weight: bold;
text-align: right;
padding-right: 33px;
line-height: 1.2em;
text-shadow: $contentBackgroundCollor 1px 1px 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment