mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Add navbar component, Fix JS highlight
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user