mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
ui: upgrade bulma 0.7.5 -> 0.8.2
This commit is contained in:
@@ -48,3 +48,12 @@ $mq-hidden-gutter: 'only screen and (max-width : 960px)';
|
||||
$timing-fast: 150ms;
|
||||
$timing-medium: 300ms;
|
||||
$timing-slow: 450ms;
|
||||
|
||||
// Undo Bulma 0.8.0 button increase.
|
||||
$control-border-width: 1px !default;
|
||||
$button-border-width: $control-border-width !default;
|
||||
$control-height: 2.25em;
|
||||
$control-padding-vertical: calc(0.375em - #{$control-border-width});
|
||||
$control-padding-horizontal: calc(0.625em - #{$control-border-width});
|
||||
$button-padding-vertical: calc(0.375em - #{$button-border-width});
|
||||
$button-padding-horizontal: 0.75em;
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"babel-eslint": "^10.1.0",
|
||||
"base64-js": "^1.3.1",
|
||||
"broccoli-asset-rev": "^3.0.0",
|
||||
"bulma": "0.7.5",
|
||||
"bulma": "0.8.2",
|
||||
"core-js": "^2.4.1",
|
||||
"d3-array": "^2.1.0",
|
||||
"d3-axis": "^1.0.0",
|
||||
|
||||
@@ -6503,10 +6503,10 @@ builtins@^1.0.3:
|
||||
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
|
||||
integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og=
|
||||
|
||||
bulma@0.7.5:
|
||||
version "0.7.5"
|
||||
resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.7.5.tgz#35066c37f82c088b68f94450be758fc00a967208"
|
||||
integrity sha512-cX98TIn0I6sKba/DhW0FBjtaDpxTelU166pf7ICXpCCuplHWyu6C9LYZmL5PEsnePIeJaiorsTEzzNk3Tsm1hw==
|
||||
bulma@0.8.2:
|
||||
version "0.8.2"
|
||||
resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.8.2.tgz#5d928f16ed4a84549c2873f95c92c38c69c631a7"
|
||||
integrity sha512-vMM/ijYSxX+Sm+nD7Lmc1UgWDy2JcL2nTKqwgEqXuOMU+IGALbXd5MLt/BcjBAPLIx36TtzhzBcSnOP974gcqA==
|
||||
|
||||
bytes@1:
|
||||
version "1.0.0"
|
||||
|
||||
Reference in New Issue
Block a user