mirror of
https://github.com/mgerb/react-starter
synced 2026-01-10 09:02:49 +00:00
refactoring - added font awesome
This commit is contained in:
@@ -1,11 +1,23 @@
|
||||
body {
|
||||
background-color: $gray1;
|
||||
color: $white;
|
||||
padding-left: $navbarWidth;
|
||||
html {
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 10px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
body {
|
||||
color: $fontPrimary;
|
||||
background-color: $light2;
|
||||
}
|
||||
|
||||
.fa {
|
||||
margin-right: 5px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: $fontPrimary;
|
||||
transition: all 0.1s linear;
|
||||
|
||||
&:hover {
|
||||
color: $primaryBlue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user