work on website + page becomes concrete

This commit is contained in:
bkfox
2019-09-05 14:12:12 +02:00
parent 595af5a69d
commit c46f006379
88 changed files with 476 additions and 9823 deletions

View File

@ -14,6 +14,9 @@ $body-background-color: $light;
}
.is-borderless { border: none; }
.has-background-transparent {
background-color: transparent;
}
.navbar + .container {
margin-top: 1em;
@ -23,6 +26,10 @@ $body-background-color: $light;
box-shadow: 0em 0em 1em rgba(0,0,0,0.1);
}
a.navbar-item.is-active {
border-bottom: 1px grey solid;
}
/*
.navbar-brand img {
min-height: 6em;

View File

@ -1,6 +1,6 @@
<template>
<div>
<div class="tabs is-centered">
<div class="tabs is-centered is-medium">
<ul><slot name="tabs" :value="value" /></ul>
</div>