Cleanup CSS add Snap! style block attachments

This commit is contained in:
Michael Ball 2020-01-08 23:18:03 -08:00
parent debefc307a
commit 843ec586ed
16 changed files with 72 additions and 18 deletions

View file

@ -1,5 +1,5 @@
@import "breakpoints.scss";
$navbar-default-link-color: #FFF;
@import "osem-variables.scss";
.nav-osem {
border: none;
@ -46,4 +46,8 @@ $navbar-default-link-color: #FFF;
margin-top: -5px;
max-height: 100%;
}
.trapezoid {
border-top-color: $navbar-default-bg;
}
}