12 lines
178 B
SCSS
12 lines
178 B
SCSS
@import "variables";
|
|
header {
|
|
nav {
|
|
background-color: $ff_color;
|
|
.nav-wrapper {
|
|
padding: 0 25px;
|
|
.brand-logo {
|
|
font-weight: 300;
|
|
}
|
|
}
|
|
}
|
|
} |