add missing files

This commit is contained in:
bkfox
2019-07-01 05:03:43 +02:00
parent 4caca505c4
commit 08d1c7bfac
5 changed files with 191 additions and 0 deletions

View File

@ -0,0 +1,24 @@
@charset "utf-8";
@import "~bulma/sass/utilities/_all.sass";
$body-background-color: $light;
@import "~bulma/bulma";
.navbar {
margin-bottom: 1em;
}
.navbar.has-shadow {
box-shadow: 0em 0.1em 0.5em rgba(0,0,0,0.1);
}
.navbar-brand img {
min-height: 6em;
}
.navbar-menu .navbar-item:not(:last-child) {
border-right: 1px $grey solid;
}