mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Update shades of grey
This commit is contained in:
parent
6032e4203b
commit
1e7f42259e
682
css/bulma.css
vendored
682
css/bulma.css
vendored
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@ -479,7 +479,7 @@ doc-subtab: form
|
|||||||
</select>
|
</select>
|
||||||
</span>
|
</span>
|
||||||
<input class="input is-expanded" type="text" placeholder="Amount of money">
|
<input class="input is-expanded" type="text" placeholder="Amount of money">
|
||||||
<a class="button is-success">
|
<a class="button">
|
||||||
Transfer
|
Transfer
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
@ -494,7 +494,7 @@ doc-subtab: form
|
|||||||
</select>
|
</select>
|
||||||
</span>
|
</span>
|
||||||
<input class="input is-expanded" type="text" placeholder="Amount of money">
|
<input class="input is-expanded" type="text" placeholder="Amount of money">
|
||||||
<a class="button is-success">
|
<a class="button">
|
||||||
Transfer
|
Transfer
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
@ -512,7 +512,7 @@ doc-subtab: form
|
|||||||
</select>
|
</select>
|
||||||
</span>
|
</span>
|
||||||
<input class="input" type="text" placeholder="Amount of money">
|
<input class="input" type="text" placeholder="Amount of money">
|
||||||
<a class="button is-success">
|
<a class="button is-primary">
|
||||||
Transfer
|
Transfer
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
@ -527,7 +527,7 @@ doc-subtab: form
|
|||||||
</select>
|
</select>
|
||||||
</span>
|
</span>
|
||||||
<input class="input" type="text" placeholder="Amount of money">
|
<input class="input" type="text" placeholder="Amount of money">
|
||||||
<a class="button is-success">
|
<a class="button is-primary">
|
||||||
Transfer
|
Transfer
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
@ -542,7 +542,7 @@ doc-subtab: form
|
|||||||
</select>
|
</select>
|
||||||
</span>
|
</span>
|
||||||
<input class="input" type="text" placeholder="Amount of money">
|
<input class="input" type="text" placeholder="Amount of money">
|
||||||
<a class="button is-success">
|
<a class="button is-primary">
|
||||||
Transfer
|
Transfer
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
@ -557,7 +557,7 @@ doc-subtab: form
|
|||||||
</select>
|
</select>
|
||||||
</span>
|
</span>
|
||||||
<input class="input" type="text" placeholder="Amount of money">
|
<input class="input" type="text" placeholder="Amount of money">
|
||||||
<a class="button is-success">
|
<a class="button is-primary">
|
||||||
Transfer
|
Transfer
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
@ -2,21 +2,13 @@
|
|||||||
|
|
||||||
// Colors
|
// Colors
|
||||||
|
|
||||||
$black: #111 !default
|
$black: hsl(0, 0%, 7%) !default
|
||||||
$grey-darker: #222324 !default
|
$grey-darker: hsl(0, 0%, 14%) !default
|
||||||
$grey-dark: #69707a !default
|
$grey-dark: hsl(0, 0%, 48%) !default
|
||||||
$grey: #aeb1b5 !default
|
$grey: hsl(0, 0%, 71%) !default
|
||||||
$grey-light: #d3d6db !default
|
$grey-light: hsl(0, 0%, 86%) !default
|
||||||
$grey-lighter: #f5f7fa !default
|
$grey-lighter: hsl(0, 0%, 96%) !default
|
||||||
$white: #fff !default
|
$white: hsl(0, 0%, 100%) !default
|
||||||
|
|
||||||
// $blue: #42afe3 !default
|
|
||||||
// $green: #97cd76 !default
|
|
||||||
// $orange: #f68b39 !default
|
|
||||||
// $purple: #847bb9 !default
|
|
||||||
// $red: #ed6c63 !default
|
|
||||||
// $turquoise: #1fc8db !default
|
|
||||||
// $yellow: #fce473 !default
|
|
||||||
|
|
||||||
$orange: hsl(14, 100%, 53%) !default
|
$orange: hsl(14, 100%, 53%) !default
|
||||||
$yellow: hsl(48, 100%, 53%) !default
|
$yellow: hsl(48, 100%, 53%) !default
|
||||||
@ -28,8 +20,8 @@ $red: hsl(348, 100%, 53%) !default
|
|||||||
|
|
||||||
// Typography
|
// Typography
|
||||||
|
|
||||||
$family-sans-serif: "Helvetica Neue", "Helvetica", "Arial", sans-serif !default
|
$family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !default
|
||||||
$family-monospace: "Source Code Pro", "Monaco", "Inconsolata", monospace !default
|
$family-monospace: "Inconsolata", "Consolas", "Monaco", monospace !default
|
||||||
|
|
||||||
$size-1: 48px !default
|
$size-1: 48px !default
|
||||||
$size-2: 40px !default
|
$size-2: 40px !default
|
||||||
|
Loading…
Reference in New Issue
Block a user