Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicolas PERNOUD
Vestibule
Commits
8aa1bc6c
Commit
8aa1bc6c
authored
Aug 09, 2020
by
Nicolas Pernoud
Browse files
feat: modal looks improvements
parent
89079151
Pipeline
#6676
passed with stages
in 2 minutes and 48 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
miscellaneous/bulma/bulma.scss
View file @
8aa1bc6c
...
...
@@ -17,6 +17,7 @@ $very-light-grey: #eceff1;
$primary
:
$deep-blue
;
$dark
:
$grey
;
$light
:
$light-grey
;
$radius-small
:
2px
;
// Bulma's component variables
$body-background-color
:
$very-light-grey
;
...
...
@@ -29,6 +30,9 @@ $navbar-item-active-color: $nice-red;
$navbar-item-active-background-color
:
$very-light-grey
;
$progress-border-radius
:
0px
;
$progress-indeterminate-duration
:
1s
;
$modal-card-head-padding
:
15px
;
$modal-card-head-background-color
:
$light
;
$modal-card-head-radius
:
$radius-small
;
// Bulma imports
@import
"node_modules/bulma/sass/utilities/_all"
;
...
...
@@ -115,6 +119,7 @@ img {
.navbar-item.is-active
{
border-style
:
none
solid
none
solid
;
border-width
:
1px
;
border-radius
:
$radius-small
$radius-small
0
0
;
}
// To ensure color event if element is focused
...
...
web/assets/bulma.min.css
View file @
8aa1bc6c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
web/index.html
View file @
8aa1bc6c
...
...
@@ -32,7 +32,7 @@
<div
class=
"navbar-brand"
>
<div
class=
"navbar-item"
>
<a
class=
"button is-primary is-rounded is-outlined"
href=
"https://www.github.com/nicolaspernoud/Vestibule"
target=
"_blank"
rel=
"noopener noreferrer"
>
<span>
4.3.3
5
</span>
<span>
4.3.3
6
</span>
<span
class=
"icon"
>
<svg
class=
"svg-inline--fa fa-github fa-w-16"
...
...
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