forked from rc/aircox
work on website + page becomes concrete
This commit is contained in:
@ -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;
|
||||
|
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user