Uprade dependencies

This commit is contained in:
Jeremy Thomas
2020-04-11 13:14:21 +01:00
parent 69af712653
commit 24c09831ca
15 changed files with 6791 additions and 717 deletions

15
css/bulma.css vendored
View File

@@ -1,4 +1,4 @@
/*! bulma.io v0.8.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.8.2 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
from {
transform: rotate(0deg);
@@ -4319,23 +4319,23 @@ a.tag:hover {
background-color: white;
border-color: #dbdbdb;
border-radius: 4px;
color: inherit;
color: #363636;
}
.input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
color: inherit;
color: rgba(54, 54, 54, 0.3);
}
.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
color: inherit;
color: rgba(54, 54, 54, 0.3);
}
.input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
color: inherit;
color: rgba(54, 54, 54, 0.3);
}
.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
color: inherit;
color: rgba(54, 54, 54, 0.3);
}
.input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered {
@@ -7355,9 +7355,6 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
align-items: center;
display: flex;
}
.navbar-item {
display: flex;
}
.navbar-item.has-dropdown {
align-items: stretch;
}

File diff suppressed because one or more lines are too long

2
css/bulma.min.css vendored

File diff suppressed because one or more lines are too long