Skip to content

Commit

Permalink
Add more color documentation, Add light buttons to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Oct 18, 2019
1 parent d0c84b9 commit d4c7731
Show file tree
Hide file tree
Showing 11 changed files with 373 additions and 276 deletions.
6 changes: 3 additions & 3 deletions docs/_includes/elements/new-tag.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

<div class="tags has-addons">
{% if tag_version_value > current_version_value %}
<span class="tag is-warning">Coming soon!</span>
<span class="tag is-danger">{{ include.version }}</span>
<span class="tag">Coming soon!</span>
<span class="tag is-warning">{{ include.version }}</span>
{% elsif tag_version_value == current_version_value %}
<span class="tag">New!</span>
<span class="tag is-success">{{ include.version }}</span>
{% else %}
<span class="tag">Since</span>
<span class="tag is-info">{{ include.version }}</span>
{% endif %}
</div>
</div>
41 changes: 41 additions & 0 deletions docs/bulma-dark.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
@import ../sass/utilities/initial-variables.sass

// General colors
$scheme-main: $black
$scheme-main-bis: $black-bis
$scheme-main-ter: $black-ter
$scheme-invert: $white
$scheme-invert-bis: $white-bis
$scheme-invert-ter: $white-ter

$background: $black-ter

$border: $grey-darker
$border-hover: $grey-dark
$border-light: $grey-darker
$border-light-hover: $grey-dark

// Text colors
$text: $grey-light
$text-invert: $grey-darker
$text-light: $grey
$text-strong: $white

// Link colors
$link-hover: $white
$link-hover-border: $grey-dark

$link-focus: $white
$link-focus-border: $blue

$link-active: $white
$link-active-border: $grey-light

.bd-navbar
background-color: $scheme-main-bis

&.has-shadow
box-shadow: none
35 changes: 0 additions & 35 deletions docs/bulma-dark.scss

This file was deleted.

2 changes: 1 addition & 1 deletion docs/bulma-docs.sass
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $main-spacing: 3rem
$intro-width: 1080px
$sidebar-width: 10.5rem

// @import "./bulma-dark.scss"
// @import "./bulma-dark"
@import "../bulma"

%center
Expand Down

0 comments on commit d4c7731

Please sign in to comment.