Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Fixes for missing vars for building
Browse files Browse the repository at this point in the history
Fix form (I managed to miss like everything....)
  • Loading branch information
jloh committed Mar 31, 2019
1 parent a40ec22 commit a225e6d
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 426 deletions.
4 changes: 0 additions & 4 deletions sass/components/card.sass
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,11 @@ $card-footer-border-top-dark: 1px solid $border-dark !default
color: $card-color-dark

.card-header
background-color: $card-header-background-color
box-shadow: $card-header-shadow-dark

.card-header-title
color: $card-header-color-dark

.card-content
background-color: $card-content-background-color

.card-footer
border-top: $card-footer-border-top-dark

Expand Down
2 changes: 0 additions & 2 deletions sass/components/message.sass
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,3 @@ $message-body-pre-background-color-dark: $black !default
code,
pre
background-color: $message-body-pre-background-color-dark
pre code
background-color: $message-body-pre-code-background-color
9 changes: 5 additions & 4 deletions sass/components/navbar.sass
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
$navbar-background-color-dark: $body-background-dark !default
$navbar-box-shadow-size: 0 2px 0 0 !default
$navbar-box-shadow-color-dark: $background-dark !default

$navbar-item-color-dark: $grey-light !default
Expand All @@ -25,6 +26,10 @@ $navbar-dropdown-item-active-background-color-dark: $background-dark !default

$navbar-divider-background-color-dark: $background-dark !default

$navbar-bottom-box-shadow-size: 0 -2px 0 0 !default

$navbar-breakpoint: $desktop !default

.navbar
background-color: $navbar-background-color-dark
@each $name, $pair in $colors
Expand Down Expand Up @@ -140,10 +145,8 @@ a.navbar-item,

.navbar-item
&:hover
background-color: $navbar-tab-hover-background-color
border-bottom-color: $navbar-tab-hover-border-bottom-color-dark
&.is-active
background-color: $navbar-tab-active-background-color
border-bottom-color: $navbar-tab-active-border-bottom-color-dark
color: $navbar-tab-active-color-dark

Expand Down Expand Up @@ -204,8 +207,6 @@ a.navbar-item,
.navbar-link
&.is-active
color: $navbar-item-active-color-dark
&.is-active:not(:hover)
background-color: $navbar-item-active-background-color
.navbar-item.has-dropdown
&:hover,
&.is-active
Expand Down
1 change: 0 additions & 1 deletion sass/components/tabs.sass
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ $tabs-toggle-link-active-color-dark: $link-invert-dark !default
a
background-color: $tabs-boxed-link-active-background-color-dark
border-color: $tabs-boxed-link-active-border-color-dark
border-bottom-color: $tabs-boxed-link-active-border-bottom-color !important
&.is-toggle
a
border-color: $tabs-toggle-link-border-color-dark
Expand Down
1 change: 1 addition & 0 deletions sass/elements/button.sass
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $button-hover-border-color-dark: $link-hover-border-dark !default

$button-focus-color-dark: $link-focus-dark !default
$button-focus-border-color-dark: $link-focus-border-dark !default
$button-focus-box-shadow-size: 0 0 0 0.125em !default
$button-focus-box-shadow-color-dark: rgba($link-dark, 0.25) !default

$button-active-color-dark: $link-active-dark !default
Expand Down
Loading

0 comments on commit a225e6d

Please sign in to comment.