Commit compiled CSS

This commit is contained in:
benjamin melançon 2019-07-31 13:55:42 -04:00
parent d31369dffa
commit b65aa3543d

View file

@ -756,13 +756,13 @@ a.has-text-dark:hover, a.has-text-dark:focus {
background-color: #363636 !important; }
.has-text-primary {
color: #4391E0 !important; }
color: #478D00 !important; }
a.has-text-primary:hover, a.has-text-primary:focus {
color: #2277ce !important; }
color: #2d5a00 !important; }
.has-background-primary {
background-color: #4391E0 !important; }
background-color: #478D00 !important; }
.has-text-link {
color: #4391E0 !important; }
@ -783,13 +783,13 @@ a.has-text-info:hover, a.has-text-info:focus {
background-color: #209cee !important; }
.has-text-success {
color: #23d160 !important; }
color: #478D00 !important; }
a.has-text-success:hover, a.has-text-success:focus {
color: #1ca64c !important; }
color: #2d5a00 !important; }
.has-background-success {
background-color: #23d160 !important; }
background-color: #478D00 !important; }
.has-text-warning {
color: #ffdd57 !important; }
@ -1251,6 +1251,10 @@ a.has-text-danger:hover, a.has-text-danger:focus {
width: -webkit-max-content;
/* Chrome */ }
.navbar {
background: -o-linear-gradient(white, white 20px, #65AB1F 20px, #478D00 40px, #478D00 60px, white 60px, white);
background: linear-gradient(white, white 20px, #65AB1F 20px, #478D00 40px, #478D00 60px, white 60px, white); }
.navbar-item .wordmark {
max-height: 3rem; }
@ -1626,32 +1630,32 @@ a.box:active {
box-shadow: none;
color: whitesmoke; }
.button.is-primary {
background-color: #4391E0;
background-color: #478D00;
border-color: transparent;
color: #fff; }
.button.is-primary:hover, .button.is-primary.is-hovered {
background-color: #388bde;
background-color: #418000;
border-color: transparent;
color: #fff; }
.button.is-primary:focus, .button.is-primary.is-focused {
border-color: transparent;
color: #fff; }
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
-webkit-box-shadow: 0 0 0 0.125em rgba(67, 145, 224, 0.25);
box-shadow: 0 0 0 0.125em rgba(67, 145, 224, 0.25); }
-webkit-box-shadow: 0 0 0 0.125em rgba(71, 141, 0, 0.25);
box-shadow: 0 0 0 0.125em rgba(71, 141, 0, 0.25); }
.button.is-primary:active, .button.is-primary.is-active {
background-color: #2d84dc;
background-color: #3a7400;
border-color: transparent;
color: #fff; }
.button.is-primary[disabled],
fieldset[disabled] .button.is-primary {
background-color: #4391E0;
background-color: #478D00;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none; }
.button.is-primary.is-inverted {
background-color: #fff;
color: #4391E0; }
color: #478D00; }
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
background-color: #f2f2f2; }
.button.is-primary.is-inverted[disabled],
@ -1660,37 +1664,37 @@ a.box:active {
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #4391E0; }
color: #478D00; }
.button.is-primary.is-loading::after {
border-color: transparent transparent #fff #fff !important; }
.button.is-primary.is-outlined {
background-color: transparent;
border-color: #4391E0;
color: #4391E0; }
border-color: #478D00;
color: #478D00; }
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
background-color: #4391E0;
border-color: #4391E0;
background-color: #478D00;
border-color: #478D00;
color: #fff; }
.button.is-primary.is-outlined.is-loading::after {
border-color: transparent transparent #4391E0 #4391E0 !important; }
border-color: transparent transparent #478D00 #478D00 !important; }
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent #fff #fff !important; }
.button.is-primary.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-outlined {
background-color: transparent;
border-color: #4391E0;
border-color: #478D00;
-webkit-box-shadow: none;
box-shadow: none;
color: #4391E0; }
color: #478D00; }
.button.is-primary.is-inverted.is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff; }
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
background-color: #fff;
color: #4391E0; }
color: #478D00; }
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent #4391E0 #4391E0 !important; }
border-color: transparent transparent #478D00 #478D00 !important; }
.button.is-primary.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
background-color: transparent;
@ -1845,32 +1849,32 @@ a.box:active {
box-shadow: none;
color: #fff; }
.button.is-success {
background-color: #23d160;
background-color: #478D00;
border-color: transparent;
color: #fff; }
.button.is-success:hover, .button.is-success.is-hovered {
background-color: #22c65b;
background-color: #418000;
border-color: transparent;
color: #fff; }
.button.is-success:focus, .button.is-success.is-focused {
border-color: transparent;
color: #fff; }
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
-webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
-webkit-box-shadow: 0 0 0 0.125em rgba(71, 141, 0, 0.25);
box-shadow: 0 0 0 0.125em rgba(71, 141, 0, 0.25); }
.button.is-success:active, .button.is-success.is-active {
background-color: #20bc56;
background-color: #3a7400;
border-color: transparent;
color: #fff; }
.button.is-success[disabled],
fieldset[disabled] .button.is-success {
background-color: #23d160;
background-color: #478D00;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none; }
.button.is-success.is-inverted {
background-color: #fff;
color: #23d160; }
color: #478D00; }
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
background-color: #f2f2f2; }
.button.is-success.is-inverted[disabled],
@ -1879,37 +1883,37 @@ a.box:active {
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #23d160; }
color: #478D00; }
.button.is-success.is-loading::after {
border-color: transparent transparent #fff #fff !important; }
.button.is-success.is-outlined {
background-color: transparent;
border-color: #23d160;
color: #23d160; }
border-color: #478D00;
color: #478D00; }
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
background-color: #23d160;
border-color: #23d160;
background-color: #478D00;
border-color: #478D00;
color: #fff; }
.button.is-success.is-outlined.is-loading::after {
border-color: transparent transparent #23d160 #23d160 !important; }
border-color: transparent transparent #478D00 #478D00 !important; }
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent #fff #fff !important; }
.button.is-success.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-outlined {
background-color: transparent;
border-color: #23d160;
border-color: #478D00;
-webkit-box-shadow: none;
box-shadow: none;
color: #23d160; }
color: #478D00; }
.button.is-success.is-inverted.is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff; }
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
background-color: #fff;
color: #23d160; }
color: #478D00; }
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent #23d160 #23d160 !important; }
border-color: transparent transparent #478D00 #478D00 !important; }
.button.is-success.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-inverted.is-outlined {
background-color: transparent;
@ -2477,7 +2481,7 @@ a.box:active {
background-color: #363636;
color: whitesmoke; }
.notification.is-primary {
background-color: #4391E0;
background-color: #478D00;
color: #fff; }
.notification.is-link {
background-color: #4391E0;
@ -2486,7 +2490,7 @@ a.box:active {
background-color: #209cee;
color: #fff; }
.notification.is-success {
background-color: #23d160;
background-color: #478D00;
color: #fff; }
.notification.is-warning {
background-color: #ffdd57;
@ -2555,15 +2559,15 @@ a.box:active {
background-image: -o-linear-gradient(left, #363636 30%, #dbdbdb 30%);
background-image: linear-gradient(to right, #363636 30%, #dbdbdb 30%); }
.progress.is-primary::-webkit-progress-value {
background-color: #4391E0; }
background-color: #478D00; }
.progress.is-primary::-moz-progress-bar {
background-color: #4391E0; }
background-color: #478D00; }
.progress.is-primary::-ms-fill {
background-color: #4391E0; }
background-color: #478D00; }
.progress.is-primary:indeterminate {
background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #4391E0), color-stop(30%, #dbdbdb));
background-image: -o-linear-gradient(left, #4391E0 30%, #dbdbdb 30%);
background-image: linear-gradient(to right, #4391E0 30%, #dbdbdb 30%); }
background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #478D00), color-stop(30%, #dbdbdb));
background-image: -o-linear-gradient(left, #478D00 30%, #dbdbdb 30%);
background-image: linear-gradient(to right, #478D00 30%, #dbdbdb 30%); }
.progress.is-link::-webkit-progress-value {
background-color: #4391E0; }
.progress.is-link::-moz-progress-bar {
@ -2585,15 +2589,15 @@ a.box:active {
background-image: -o-linear-gradient(left, #209cee 30%, #dbdbdb 30%);
background-image: linear-gradient(to right, #209cee 30%, #dbdbdb 30%); }
.progress.is-success::-webkit-progress-value {
background-color: #23d160; }
background-color: #478D00; }
.progress.is-success::-moz-progress-bar {
background-color: #23d160; }
background-color: #478D00; }
.progress.is-success::-ms-fill {
background-color: #23d160; }
background-color: #478D00; }
.progress.is-success:indeterminate {
background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #23d160), color-stop(30%, #dbdbdb));
background-image: -o-linear-gradient(left, #23d160 30%, #dbdbdb 30%);
background-image: linear-gradient(to right, #23d160 30%, #dbdbdb 30%); }
background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #478D00), color-stop(30%, #dbdbdb));
background-image: -o-linear-gradient(left, #478D00 30%, #dbdbdb 30%);
background-image: linear-gradient(to right, #478D00 30%, #dbdbdb 30%); }
.progress.is-warning::-webkit-progress-value {
background-color: #ffdd57; }
.progress.is-warning::-moz-progress-bar {
@ -2684,8 +2688,8 @@ a.box:active {
color: whitesmoke; }
.table td.is-primary,
.table th.is-primary {
background-color: #4391E0;
border-color: #4391E0;
background-color: #478D00;
border-color: #478D00;
color: #fff; }
.table td.is-link,
.table th.is-link {
@ -2699,8 +2703,8 @@ a.box:active {
color: #fff; }
.table td.is-success,
.table th.is-success {
background-color: #23d160;
border-color: #23d160;
background-color: #478D00;
border-color: #478D00;
color: #fff; }
.table td.is-warning,
.table th.is-warning {
@ -2718,7 +2722,7 @@ a.box:active {
width: 1%; }
.table td.is-selected,
.table th.is-selected {
background-color: #4391E0;
background-color: #478D00;
color: #fff; }
.table td.is-selected a,
.table td.is-selected strong,
@ -2730,7 +2734,7 @@ a.box:active {
.table th:not([align]) {
text-align: left; }
.table tr.is-selected {
background-color: #4391E0;
background-color: #478D00;
color: #fff; }
.table tr.is-selected a,
.table tr.is-selected strong {
@ -2866,7 +2870,7 @@ a.box:active {
background-color: #363636;
color: whitesmoke; }
.tag:not(body).is-primary {
background-color: #4391E0;
background-color: #478D00;
color: #fff; }
.tag:not(body).is-link {
background-color: #4391E0;
@ -2875,7 +2879,7 @@ a.box:active {
background-color: #209cee;
color: #fff; }
.tag:not(body).is-success {
background-color: #23d160;
background-color: #478D00;
color: #fff; }
.tag:not(body).is-warning {
background-color: #ffdd57;
@ -3577,13 +3581,13 @@ a.list-item {
border-color: #363636;
color: #2a2a2a; }
.message.is-primary {
background-color: #f6fafe; }
background-color: #fafff5; }
.message.is-primary .message-header {
background-color: #4391E0;
background-color: #478D00;
color: #fff; }
.message.is-primary .message-body {
border-color: #4391E0;
color: #21578d; }
border-color: #478D00;
color: #182f02; }
.message.is-link {
background-color: #f6fafe; }
.message.is-link .message-header {
@ -3601,13 +3605,13 @@ a.list-item {
border-color: #209cee;
color: #12537e; }
.message.is-success {
background-color: #f6fef9; }
background-color: #fafff5; }
.message.is-success .message-header {
background-color: #23d160;
background-color: #478D00;
color: #fff; }
.message.is-success .message-body {
border-color: #23d160;
color: #0e301a; }
border-color: #478D00;
color: #182f02; }
.message.is-warning {
background-color: #fffdf5; }
.message.is-warning .message-header {
@ -3960,7 +3964,7 @@ a.list-item {
background-color: #363636;
color: whitesmoke; } }
.navbar.is-primary {
background-color: #4391E0;
background-color: #478D00;
color: #fff; }
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
@ -3969,7 +3973,7 @@ a.list-item {
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
background-color: #2d84dc;
background-color: #3a7400;
color: #fff; }
.navbar.is-primary .navbar-brand .navbar-link::after {
border-color: #fff; }
@ -3991,7 +3995,7 @@ a.list-item {
.navbar.is-primary .navbar-end .navbar-link:focus,
.navbar.is-primary .navbar-end .navbar-link:hover,
.navbar.is-primary .navbar-end .navbar-link.is-active {
background-color: #2d84dc;
background-color: #3a7400;
color: #fff; }
.navbar.is-primary .navbar-start .navbar-link::after,
.navbar.is-primary .navbar-end .navbar-link::after {
@ -3999,10 +4003,10 @@ a.list-item {
.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
background-color: #2d84dc;
background-color: #3a7400;
color: #fff; }
.navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
background-color: #4391E0;
background-color: #478D00;
color: #fff; } }
.navbar.is-link {
background-color: #4391E0;
@ -4095,7 +4099,7 @@ a.list-item {
background-color: #209cee;
color: #fff; } }
.navbar.is-success {
background-color: #23d160;
background-color: #478D00;
color: #fff; }
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
@ -4104,7 +4108,7 @@ a.list-item {
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
background-color: #20bc56;
background-color: #3a7400;
color: #fff; }
.navbar.is-success .navbar-brand .navbar-link::after {
border-color: #fff; }
@ -4126,7 +4130,7 @@ a.list-item {
.navbar.is-success .navbar-end .navbar-link:focus,
.navbar.is-success .navbar-end .navbar-link:hover,
.navbar.is-success .navbar-end .navbar-link.is-active {
background-color: #20bc56;
background-color: #3a7400;
color: #fff; }
.navbar.is-success .navbar-start .navbar-link::after,
.navbar.is-success .navbar-end .navbar-link::after {
@ -4134,10 +4138,10 @@ a.list-item {
.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
background-color: #20bc56;
background-color: #3a7400;
color: #fff; }
.navbar.is-success .navbar-dropdown a.navbar-item.is-active {
background-color: #23d160;
background-color: #478D00;
color: #fff; } }
.navbar.is-warning {
background-color: #ffdd57;
@ -6834,7 +6838,7 @@ label.panel-block {
background-image: -o-linear-gradient(309deg, #1f191a 0%, #363636 71%, #46403f 100%);
background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); } }
.hero.is-primary {
background-color: #4391E0;
background-color: #478D00;
color: #fff; }
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
@ -6848,14 +6852,14 @@ label.panel-block {
color: #fff; }
@media screen and (max-width: 1023px) {
.hero.is-primary .navbar-menu {
background-color: #4391E0; } }
background-color: #478D00; } }
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
color: rgba(255, 255, 255, 0.7); }
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
background-color: #2d84dc;
background-color: #3a7400;
color: #fff; }
.hero.is-primary .tabs a {
color: #fff;
@ -6871,14 +6875,14 @@ label.panel-block {
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
background-color: #fff;
border-color: #fff;
color: #4391E0; }
color: #478D00; }
.hero.is-primary.is-bold {
background-image: -o-linear-gradient(309deg, #1698da 0%, #4391E0 71%, #5485e8 100%);
background-image: linear-gradient(141deg, #1698da 0%, #4391E0 71%, #5485e8 100%); }
background-image: -o-linear-gradient(309deg, #3c5a00 0%, #478D00 71%, #38a700 100%);
background-image: linear-gradient(141deg, #3c5a00 0%, #478D00 71%, #38a700 100%); }
@media screen and (max-width: 768px) {
.hero.is-primary.is-bold .navbar-menu {
background-image: -o-linear-gradient(309deg, #1698da 0%, #4391E0 71%, #5485e8 100%);
background-image: linear-gradient(141deg, #1698da 0%, #4391E0 71%, #5485e8 100%); } }
background-image: -o-linear-gradient(309deg, #3c5a00 0%, #478D00 71%, #38a700 100%);
background-image: linear-gradient(141deg, #3c5a00 0%, #478D00 71%, #38a700 100%); } }
.hero.is-link {
background-color: #4391E0;
color: #fff; }
@ -6972,7 +6976,7 @@ label.panel-block {
background-image: -o-linear-gradient(309deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%); } }
.hero.is-success {
background-color: #23d160;
background-color: #478D00;
color: #fff; }
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
@ -6986,14 +6990,14 @@ label.panel-block {
color: #fff; }
@media screen and (max-width: 1023px) {
.hero.is-success .navbar-menu {
background-color: #23d160; } }
background-color: #478D00; } }
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
color: rgba(255, 255, 255, 0.7); }
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
background-color: #20bc56;
background-color: #3a7400;
color: #fff; }
.hero.is-success .tabs a {
color: #fff;
@ -7009,14 +7013,14 @@ label.panel-block {
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
background-color: #fff;
border-color: #fff;
color: #23d160; }
color: #478D00; }
.hero.is-success.is-bold {
background-image: -o-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%); }
background-image: -o-linear-gradient(309deg, #3c5a00 0%, #478D00 71%, #38a700 100%);
background-image: linear-gradient(141deg, #3c5a00 0%, #478D00 71%, #38a700 100%); }
@media screen and (max-width: 768px) {
.hero.is-success.is-bold .navbar-menu {
background-image: -o-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%); } }
background-image: -o-linear-gradient(309deg, #3c5a00 0%, #478D00 71%, #38a700 100%);
background-image: linear-gradient(141deg, #3c5a00 0%, #478D00 71%, #38a700 100%); } }
.hero.is-warning {
background-color: #ffdd57;
color: rgba(0, 0, 0, 0.7); }
@ -7393,24 +7397,24 @@ label.panel-block {
.timeline .timeline-item .timeline-marker.is-dark.is-outlined.is-icon > i {
color: #363636 !important; }
.timeline .timeline-item .timeline-marker.is-primary {
background-color: #4391E0 !important;
border-color: #4391E0 !important; }
background-color: #478D00 !important;
border-color: #478D00 !important; }
.timeline .timeline-item .timeline-marker.is-primary .image {
border-color: #4391E0 !important; }
border-color: #478D00 !important; }
.timeline .timeline-item .timeline-marker.is-primary.is-icon {
background-color: #4391E0 !important;
border-color: #4391E0 !important; }
background-color: #478D00 !important;
border-color: #478D00 !important; }
.timeline .timeline-item .timeline-marker.is-primary.is-icon > i {
color: #fff !important; }
.timeline .timeline-item .timeline-marker.is-primary.is-outlined {
background-color: white !important;
border-color: #4391E0 !important; }
border-color: #478D00 !important; }
.timeline .timeline-item .timeline-marker.is-primary.is-outlined .image {
background-color: white !important; }
.timeline .timeline-item .timeline-marker.is-primary.is-outlined.is-icon {
background-color: white !important; }
.timeline .timeline-item .timeline-marker.is-primary.is-outlined.is-icon > i {
color: #4391E0 !important; }
color: #478D00 !important; }
.timeline .timeline-item .timeline-marker.is-link {
background-color: #4391E0 !important;
border-color: #4391E0 !important; }
@ -7450,24 +7454,24 @@ label.panel-block {
.timeline .timeline-item .timeline-marker.is-info.is-outlined.is-icon > i {
color: #209cee !important; }
.timeline .timeline-item .timeline-marker.is-success {
background-color: #23d160 !important;
border-color: #23d160 !important; }
background-color: #478D00 !important;
border-color: #478D00 !important; }
.timeline .timeline-item .timeline-marker.is-success .image {
border-color: #23d160 !important; }
border-color: #478D00 !important; }
.timeline .timeline-item .timeline-marker.is-success.is-icon {
background-color: #23d160 !important;
border-color: #23d160 !important; }
background-color: #478D00 !important;
border-color: #478D00 !important; }
.timeline .timeline-item .timeline-marker.is-success.is-icon > i {
color: #fff !important; }
.timeline .timeline-item .timeline-marker.is-success.is-outlined {
background-color: white !important;
border-color: #23d160 !important; }
border-color: #478D00 !important; }
.timeline .timeline-item .timeline-marker.is-success.is-outlined .image {
background-color: white !important; }
.timeline .timeline-item .timeline-marker.is-success.is-outlined.is-icon {
background-color: white !important; }
.timeline .timeline-item .timeline-marker.is-success.is-outlined.is-icon > i {
color: #23d160 !important; }
color: #478D00 !important; }
.timeline .timeline-item .timeline-marker.is-warning {
background-color: #ffdd57 !important;
border-color: #ffdd57 !important; }
@ -7520,13 +7524,13 @@ label.panel-block {
.timeline .timeline-item.is-dark::before {
background-color: #363636; }
.timeline .timeline-item.is-primary::before {
background-color: #4391E0; }
background-color: #478D00; }
.timeline .timeline-item.is-link::before {
background-color: #4391E0; }
.timeline .timeline-item.is-info::before {
background-color: #209cee; }
.timeline .timeline-item.is-success::before {
background-color: #23d160; }
background-color: #478D00; }
.timeline .timeline-item.is-warning::before {
background-color: #ffdd57; }
.timeline .timeline-item.is-danger::before {
@ -7609,13 +7613,13 @@ label.panel-block {
.timeline.is-centered .timeline-item.is-dark::before {
background-color: #363636; }
.timeline.is-centered .timeline-item.is-primary::before {
background-color: #4391E0; }
background-color: #478D00; }
.timeline.is-centered .timeline-item.is-link::before {
background-color: #4391E0; }
.timeline.is-centered .timeline-item.is-info::before {
background-color: #209cee; }
.timeline.is-centered .timeline-item.is-success::before {
background-color: #23d160; }
background-color: #478D00; }
.timeline.is-centered .timeline-item.is-warning::before {
background-color: #ffdd57; }
.timeline.is-centered .timeline-item.is-danger::before {