Skip to content

Instantly share code, notes, and snippets.

@domagude
Last active October 16, 2017 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domagude/9f512d209d489794634627a3caf0f2b0 to your computer and use it in GitHub Desktop.
Save domagude/9f512d209d489794634627a3caf0f2b0 to your computer and use it in GitHub Desktop.
* {
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body {
background: $backgroundColor;
font-size: 14px;
font-size: 1.4rem;
}
h1 {
font-size: 24px;
font-size: 2.4rem;
}
i {
width: 26px;
}
ul {
list-style-type: none;
}
a:hover, a:active, a:link, a:visited {
text-decoration: none;
}
.control-label {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment