Create footer

This commit is contained in:
Bartlomiej Pluta (PGS Software)
2018-04-10 10:57:37 +02:00
parent fc4b091d2f
commit 92016ebdc5
5 changed files with 140 additions and 35 deletions

22
src/scss/_brand.scss Normal file
View File

@@ -0,0 +1,22 @@
.brand {
display: flex;
}
.brand__logo {
height: 45px;
margin-right: 17px;
}
.brand__name {
font-family: Lato, sans-serif;
text-transform: uppercase;
font-size: 24px;
font-weight: bold;
display: inline-flex;
align-items: center;
&--emph {
color: $primary;
font-style: normal;
}
}