mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Use link instead of primary
This commit is contained in:
parent
3c0592e35b
commit
a592741ab6
@ -320,7 +320,7 @@
|
|||||||
Remember me
|
Remember me
|
||||||
</label>
|
</label>
|
||||||
<div class="panel-block">
|
<div class="panel-block">
|
||||||
<button class="button is-primary is-outlined is-fullwidth">
|
<button class="button is-info is-outlined is-fullwidth">
|
||||||
Reset all filters
|
Reset all filters
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
@ -7,7 +7,7 @@ route: documentation
|
|||||||
{% include navbar.html id="Documentation" %}
|
{% include navbar.html id="Documentation" %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<section class="hero is-primary">
|
<section class="hero is-info">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="columns is-vcentered">
|
<div class="columns is-vcentered">
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -89,7 +89,7 @@ extensions:
|
|||||||
{% include navbar.html id="Extensions" %}
|
{% include navbar.html id="Extensions" %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<section class="hero is-info">
|
<section class="hero is-primary">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="columns is-vcentered">
|
<div class="columns is-vcentered">
|
||||||
|
@ -8,8 +8,8 @@ $dropdown-content-z: 20 !default
|
|||||||
$dropdown-item-color: $grey-dark !default
|
$dropdown-item-color: $grey-dark !default
|
||||||
$dropdown-item-hover-color: $black !default
|
$dropdown-item-hover-color: $black !default
|
||||||
$dropdown-item-hover-background-color: $background !default
|
$dropdown-item-hover-background-color: $background !default
|
||||||
$dropdown-item-active-color: $primary-invert !default
|
$dropdown-item-active-color: $link-invert !default
|
||||||
$dropdown-item-active-background-color: $primary !default
|
$dropdown-item-active-background-color: $link !default
|
||||||
|
|
||||||
$dropdown-divider-background-color: $border !default
|
$dropdown-divider-background-color: $border !default
|
||||||
|
|
||||||
|
@ -9,10 +9,10 @@ $navbar-item-active-background-color: transparent !default
|
|||||||
$navbar-item-img-max-height: 1.75rem !default
|
$navbar-item-img-max-height: 1.75rem !default
|
||||||
|
|
||||||
$navbar-tab-hover-background-color: transparent !default
|
$navbar-tab-hover-background-color: transparent !default
|
||||||
$navbar-tab-hover-border-bottom-color: $primary !default
|
$navbar-tab-hover-border-bottom-color: $link !default
|
||||||
$navbar-tab-active-color: $primary !default
|
$navbar-tab-active-color: $link !default
|
||||||
$navbar-tab-active-background-color: transparent !default
|
$navbar-tab-active-background-color: transparent !default
|
||||||
$navbar-tab-active-border-bottom-color: $primary !default
|
$navbar-tab-active-border-bottom-color: $link !default
|
||||||
$navbar-tab-active-border-bottom-style: solid !default
|
$navbar-tab-active-border-bottom-style: solid !default
|
||||||
$navbar-tab-active-border-bottom-width: 3px !default
|
$navbar-tab-active-border-bottom-width: 3px !default
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ $navbar-dropdown-boxed-shadow: 0 8px 8px rgba($black, 0.1), 0 0 0 1px rgba($blac
|
|||||||
|
|
||||||
$navbar-dropdown-item-hover-color: $black !default
|
$navbar-dropdown-item-hover-color: $black !default
|
||||||
$navbar-dropdown-item-hover-background-color: $background !default
|
$navbar-dropdown-item-hover-background-color: $background !default
|
||||||
$navbar-dropdown-item-active-color: $primary !default
|
$navbar-dropdown-item-active-color: $link !default
|
||||||
$navbar-dropdown-item-active-background-color: $background !default
|
$navbar-dropdown-item-active-background-color: $background !default
|
||||||
|
|
||||||
$navbar-divider-background-color: $border !default
|
$navbar-divider-background-color: $border !default
|
||||||
|
@ -4,8 +4,8 @@ $tabs-border-bottom-width: 1px !default
|
|||||||
$tabs-link-color: $text !default
|
$tabs-link-color: $text !default
|
||||||
$tabs-link-hover-border-bottom-color: $text-strong !default
|
$tabs-link-hover-border-bottom-color: $text-strong !default
|
||||||
$tabs-link-hover-color: $text-strong !default
|
$tabs-link-hover-color: $text-strong !default
|
||||||
$tabs-link-active-border-bottom-color: $primary !default
|
$tabs-link-active-border-bottom-color: $link !default
|
||||||
$tabs-link-active-color: $primary !default
|
$tabs-link-active-color: $link !default
|
||||||
$tabs-link-padding: 0.5em 1em !default
|
$tabs-link-padding: 0.5em 1em !default
|
||||||
|
|
||||||
$tabs-boxed-link-radius: $radius !default
|
$tabs-boxed-link-radius: $radius !default
|
||||||
@ -22,9 +22,9 @@ $tabs-toggle-link-border-width: 1px !default
|
|||||||
$tabs-toggle-link-hover-background-color: $background !default
|
$tabs-toggle-link-hover-background-color: $background !default
|
||||||
$tabs-toggle-link-hover-border-color: $border-hover !default
|
$tabs-toggle-link-hover-border-color: $border-hover !default
|
||||||
$tabs-toggle-link-radius: $radius !default
|
$tabs-toggle-link-radius: $radius !default
|
||||||
$tabs-toggle-link-active-background-color: $primary !default
|
$tabs-toggle-link-active-background-color: $link !default
|
||||||
$tabs-toggle-link-active-border-color: $primary !default
|
$tabs-toggle-link-active-border-color: $link !default
|
||||||
$tabs-toggle-link-active-color: $primary-invert !default
|
$tabs-toggle-link-active-color: $link-invert !default
|
||||||
|
|
||||||
.tabs
|
.tabs
|
||||||
+block
|
+block
|
||||||
|
@ -50,8 +50,8 @@ $pre-background: $background !default
|
|||||||
|
|
||||||
// Link colors
|
// Link colors
|
||||||
|
|
||||||
$link: $primary !default
|
$link: $blue !default
|
||||||
$link-invert: $primary-invert !default
|
$link-invert: $blue-invert !default
|
||||||
$link-visited: $purple !default
|
$link-visited: $purple !default
|
||||||
|
|
||||||
$link-hover: $grey-darker !default
|
$link-hover: $grey-darker !default
|
||||||
|
Loading…
Reference in New Issue
Block a user