Add navbar component, Fix JS highlight

This commit is contained in:
Jeremy Thomas
2017-07-02 16:52:20 +01:00
parent 6fe8ce9795
commit 43b034e0af
15 changed files with 345 additions and 153 deletions

View File

@@ -174,7 +174,7 @@ input[type="radio"] {
}
small {
font-size: 0.8em;
font-size: 0.875em;
}
span {
@@ -1716,14 +1716,12 @@ input[type="submit"].button {
.content ol {
list-style: decimal outside;
margin-left: 2em;
margin-right: 2em;
margin-top: 1em;
}
.content ul {
list-style: disc outside;
margin-left: 2em;
margin-right: 2em;
margin-top: 1em;
}
@@ -4549,6 +4547,9 @@ a.navbar-item.is-active,
padding: 0.375rem 1rem;
white-space: nowrap;
}
.navbar-dropdown a.navbar-item {
padding-right: 3rem;
}
.navbar-dropdown.is-boxed {
border-radius: 5px;
border-top: none;
@@ -8192,6 +8193,11 @@ html.route-index .hero.is-primary a.column:hover .title strong {
}
}
:root {
--primary: #00d1b2;
--gap: 0.75rem;
}
html ::-moz-selection {
background: #00d1b2;
color: #fff;