Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
8acfa338
Unverified
Commit
8acfa338
authored
3 years ago
by
Luiz Aoqui
Browse files
Options
Download
Email Patches
Plain Diff
ui: upgrade bulma 0.7.5 -> 0.8.2
parent
b4fb4b05
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ui/app/styles/core/variables.scss
+9
-0
ui/app/styles/core/variables.scss
ui/package.json
+1
-1
ui/package.json
ui/yarn.lock
+4
-4
ui/yarn.lock
with
14 additions
and
5 deletions
+14
-5
ui/app/styles/core/variables.scss
+
9
-
0
View file @
8acfa338
...
...
@@ -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
;
This diff is collapsed.
Click to expand it.
ui/package.json
+
1
-
1
View file @
8acfa338
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
ui/yarn.lock
+
4
-
4
View file @
8acfa338
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment