forked from sagi/seepur
Rebuild client
This commit is contained in:
parent
ff7349f506
commit
f453eb8d34
5 changed files with 321 additions and 43 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
/*! bulma.io v0.8.0 | MIT License | github.com/jgthms/bulma */
|
||||
/*! bulma.io v0.8.2 | MIT License | github.com/jgthms/bulma */
|
||||
@keyframes spinAround {
|
||||
from {
|
||||
transform: rotate(0deg); }
|
||||
|
@ -2347,21 +2347,39 @@ a.box:active {
|
|||
.notification.is-primary {
|
||||
background-color: #00d1b2;
|
||||
color: #fff; }
|
||||
.notification.is-primary.is-light {
|
||||
background-color: #ebfffc;
|
||||
color: #00947e; }
|
||||
.notification.is-link {
|
||||
background-color: #3273dc;
|
||||
color: #fff; }
|
||||
.notification.is-link.is-light {
|
||||
background-color: #eef3fc;
|
||||
color: #2160c4; }
|
||||
.notification.is-info {
|
||||
background-color: #3298dc;
|
||||
color: #fff; }
|
||||
.notification.is-info.is-light {
|
||||
background-color: #eef6fc;
|
||||
color: #1d72aa; }
|
||||
.notification.is-success {
|
||||
background-color: #48c774;
|
||||
color: #fff; }
|
||||
.notification.is-success.is-light {
|
||||
background-color: #effaf3;
|
||||
color: #257942; }
|
||||
.notification.is-warning {
|
||||
background-color: #ffdd57;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.notification.is-warning.is-light {
|
||||
background-color: #fffbeb;
|
||||
color: #947600; }
|
||||
.notification.is-danger {
|
||||
background-color: #f14668;
|
||||
color: #fff; }
|
||||
.notification.is-danger.is-light {
|
||||
background-color: #feecf0;
|
||||
color: #cc0f35; }
|
||||
|
||||
.progress {
|
||||
-moz-appearance: none;
|
||||
|
@ -4785,7 +4803,6 @@ a.navbar-item,
|
|||
color: #3273dc; }
|
||||
|
||||
.navbar-item {
|
||||
display: block;
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0; }
|
||||
.navbar-item img {
|
||||
|
@ -4909,8 +4926,6 @@ a.navbar-item,
|
|||
.navbar-link {
|
||||
align-items: center;
|
||||
display: flex; }
|
||||
.navbar-item {
|
||||
display: flex; }
|
||||
.navbar-item.has-dropdown {
|
||||
align-items: stretch; }
|
||||
.navbar-item.has-dropdown-up .navbar-link::after {
|
||||
|
@ -7029,16 +7044,13 @@ label.panel-block {
|
|||
.hero.is-danger.is-bold .navbar-menu {
|
||||
background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%); } }
|
||||
.hero.is-small .hero-body {
|
||||
padding-bottom: 1.5rem;
|
||||
padding-top: 1.5rem; }
|
||||
padding: 1.5rem; }
|
||||
@media screen and (min-width: 769px), print {
|
||||
.hero.is-medium .hero-body {
|
||||
padding-bottom: 9rem;
|
||||
padding-top: 9rem; } }
|
||||
padding: 9rem 1.5rem; } }
|
||||
@media screen and (min-width: 769px), print {
|
||||
.hero.is-large .hero-body {
|
||||
padding-bottom: 18rem;
|
||||
padding-top: 18rem; } }
|
||||
padding: 18rem 1.5rem; } }
|
||||
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
|
||||
align-items: center;
|
||||
display: flex; }
|
||||
|
|
Loading…
Reference in a new issue