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 {
|
@keyframes spinAround {
|
||||||
from {
|
from {
|
||||||
transform: rotate(0deg); }
|
transform: rotate(0deg); }
|
||||||
|
@ -2347,21 +2347,39 @@ a.box:active {
|
||||||
.notification.is-primary {
|
.notification.is-primary {
|
||||||
background-color: #00d1b2;
|
background-color: #00d1b2;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
.notification.is-primary.is-light {
|
||||||
|
background-color: #ebfffc;
|
||||||
|
color: #00947e; }
|
||||||
.notification.is-link {
|
.notification.is-link {
|
||||||
background-color: #3273dc;
|
background-color: #3273dc;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
.notification.is-link.is-light {
|
||||||
|
background-color: #eef3fc;
|
||||||
|
color: #2160c4; }
|
||||||
.notification.is-info {
|
.notification.is-info {
|
||||||
background-color: #3298dc;
|
background-color: #3298dc;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
.notification.is-info.is-light {
|
||||||
|
background-color: #eef6fc;
|
||||||
|
color: #1d72aa; }
|
||||||
.notification.is-success {
|
.notification.is-success {
|
||||||
background-color: #48c774;
|
background-color: #48c774;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
.notification.is-success.is-light {
|
||||||
|
background-color: #effaf3;
|
||||||
|
color: #257942; }
|
||||||
.notification.is-warning {
|
.notification.is-warning {
|
||||||
background-color: #ffdd57;
|
background-color: #ffdd57;
|
||||||
color: rgba(0, 0, 0, 0.7); }
|
color: rgba(0, 0, 0, 0.7); }
|
||||||
|
.notification.is-warning.is-light {
|
||||||
|
background-color: #fffbeb;
|
||||||
|
color: #947600; }
|
||||||
.notification.is-danger {
|
.notification.is-danger {
|
||||||
background-color: #f14668;
|
background-color: #f14668;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
.notification.is-danger.is-light {
|
||||||
|
background-color: #feecf0;
|
||||||
|
color: #cc0f35; }
|
||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
|
@ -4785,7 +4803,6 @@ a.navbar-item,
|
||||||
color: #3273dc; }
|
color: #3273dc; }
|
||||||
|
|
||||||
.navbar-item {
|
.navbar-item {
|
||||||
display: block;
|
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
flex-shrink: 0; }
|
flex-shrink: 0; }
|
||||||
.navbar-item img {
|
.navbar-item img {
|
||||||
|
@ -4909,25 +4926,23 @@ a.navbar-item,
|
||||||
.navbar-link {
|
.navbar-link {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex; }
|
display: flex; }
|
||||||
.navbar-item {
|
.navbar-item.has-dropdown {
|
||||||
display: flex; }
|
align-items: stretch; }
|
||||||
.navbar-item.has-dropdown {
|
.navbar-item.has-dropdown-up .navbar-link::after {
|
||||||
align-items: stretch; }
|
transform: rotate(135deg) translate(0.25em, -0.25em); }
|
||||||
.navbar-item.has-dropdown-up .navbar-link::after {
|
.navbar-item.has-dropdown-up .navbar-dropdown {
|
||||||
transform: rotate(135deg) translate(0.25em, -0.25em); }
|
border-bottom: 2px solid #dbdbdb;
|
||||||
.navbar-item.has-dropdown-up .navbar-dropdown {
|
border-radius: 6px 6px 0 0;
|
||||||
border-bottom: 2px solid #dbdbdb;
|
border-top: none;
|
||||||
border-radius: 6px 6px 0 0;
|
bottom: 100%;
|
||||||
border-top: none;
|
box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
|
||||||
bottom: 100%;
|
top: auto; }
|
||||||
box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
|
.navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
|
||||||
top: auto; }
|
display: block; }
|
||||||
.navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
|
.navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
|
||||||
display: block; }
|
opacity: 1;
|
||||||
.navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
|
pointer-events: auto;
|
||||||
opacity: 1;
|
transform: translateY(0); }
|
||||||
pointer-events: auto;
|
|
||||||
transform: translateY(0); }
|
|
||||||
.navbar-menu {
|
.navbar-menu {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-shrink: 0; }
|
flex-shrink: 0; }
|
||||||
|
@ -7029,16 +7044,13 @@ label.panel-block {
|
||||||
.hero.is-danger.is-bold .navbar-menu {
|
.hero.is-danger.is-bold .navbar-menu {
|
||||||
background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%); } }
|
background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%); } }
|
||||||
.hero.is-small .hero-body {
|
.hero.is-small .hero-body {
|
||||||
padding-bottom: 1.5rem;
|
padding: 1.5rem; }
|
||||||
padding-top: 1.5rem; }
|
|
||||||
@media screen and (min-width: 769px), print {
|
@media screen and (min-width: 769px), print {
|
||||||
.hero.is-medium .hero-body {
|
.hero.is-medium .hero-body {
|
||||||
padding-bottom: 9rem;
|
padding: 9rem 1.5rem; } }
|
||||||
padding-top: 9rem; } }
|
|
||||||
@media screen and (min-width: 769px), print {
|
@media screen and (min-width: 769px), print {
|
||||||
.hero.is-large .hero-body {
|
.hero.is-large .hero-body {
|
||||||
padding-bottom: 18rem;
|
padding: 18rem 1.5rem; } }
|
||||||
padding-top: 18rem; } }
|
|
||||||
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
|
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex; }
|
display: flex; }
|
||||||
|
|
Loading…
Reference in a new issue