/*! bulma.io v0.4.0 | MIT License | github.com/jgthms/bulma */
+@-webkit-keyframes spinAround {
+ from {
+ -webkit-transform: rotate(0deg);
+ transform: rotate(0deg);
+ }
+ to {
+ -webkit-transform: rotate(359deg);
+ transform: rotate(359deg);
+ }
+}
@keyframes spinAround {
from {
- transform: rotate(0deg);
+ -webkit-transform: rotate(0deg);
+ transform: rotate(0deg);
}
to {
- transform: rotate(359deg);
+ -webkit-transform: rotate(359deg);
+ transform: rotate(359deg);
}
}
color: #00d1b2;
cursor: pointer;
text-decoration: none;
+ -webkit-transition: none 86ms ease-out;
transition: none 86ms ease-out;
}
}
.is-flex {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
}
@media screen and (max-width: 768px) {
.is-flex-mobile {
+ display: -webkit-box !important;
+ display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (min-width: 769px), print {
.is-flex-tablet {
+ display: -webkit-box !important;
+ display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (min-width: 769px) and (max-width: 999px) {
.is-flex-tablet-only {
+ display: -webkit-box !important;
+ display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (max-width: 999px) {
.is-flex-touch {
+ display: -webkit-box !important;
+ display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (min-width: 1000px) {
.is-flex-desktop {
+ display: -webkit-box !important;
+ display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (min-width: 1000px) and (max-width: 1191px) {
.is-flex-desktop-only {
+ display: -webkit-box !important;
+ display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (min-width: 1192px) {
.is-flex-widescreen {
+ display: -webkit-box !important;
+ display: -ms-flexbox !important;
display: flex !important;
}
}
}
.is-inline-flex {
+ display: -webkit-inline-box;
+ display: -ms-inline-flexbox;
display: inline-flex;
}
@media screen and (max-width: 768px) {
.is-inline-flex-mobile {
+ display: -webkit-inline-box !important;
+ display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (min-width: 769px), print {
.is-inline-flex-tablet {
+ display: -webkit-inline-box !important;
+ display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (min-width: 769px) and (max-width: 999px) {
.is-inline-flex-tablet-only {
+ display: -webkit-inline-box !important;
+ display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (max-width: 999px) {
.is-inline-flex-touch {
+ display: -webkit-inline-box !important;
+ display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (min-width: 1000px) {
.is-inline-flex-desktop {
+ display: -webkit-inline-box !important;
+ display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (min-width: 1000px) and (max-width: 1191px) {
.is-inline-flex-desktop-only {
+ display: -webkit-inline-box !important;
+ display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media screen and (min-width: 1192px) {
.is-inline-flex-widescreen {
+ display: -webkit-inline-box !important;
+ display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.button {
-moz-appearance: none;
-webkit-appearance: none;
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
border: none;
border-radius: 3px;
box-shadow: none;
+ display: -webkit-inline-box;
+ display: -ms-inline-flexbox;
display: inline-flex;
font-size: 1rem;
height: 2.25em;
- justify-content: flex-start;
+ -webkit-box-pack: start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
line-height: 1.5;
padding-bottom: 0.375em;
padding-left: 0.625em;
border: 1px solid #dbdbdb;
color: #363636;
cursor: pointer;
- justify-content: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
padding-left: 0.75em;
padding-right: 0.75em;
text-align: center;
}
.button.is-fullwidth {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
width: 100%;
}
}
.button.is-loading:after {
- animation: spinAround 500ms infinite linear;
+ -webkit-animation: spinAround 500ms infinite linear;
+ animation: spinAround 500ms infinite linear;
border: 2px solid #dbdbdb;
border-radius: 290486px;
border-right-color: transparent;
.textarea {
-moz-appearance: none;
-webkit-appearance: none;
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
border: none;
border-radius: 3px;
box-shadow: none;
+ display: -webkit-inline-box;
+ display: -ms-inline-flexbox;
display: inline-flex;
font-size: 1rem;
height: 2.25em;
- justify-content: flex-start;
+ -webkit-box-pack: start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
line-height: 1.5;
padding-bottom: 0.375em;
padding-left: 0.625em;
.checkbox,
.radio {
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
cursor: pointer;
+ display: -webkit-inline-box;
+ display: -ms-inline-flexbox;
display: inline-flex;
- flex-wrap: wrap;
- justify-content: flex-start;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -webkit-box-pack: start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
line-height: 1.5;
position: relative;
vertical-align: top;
height: 0.5em;
pointer-events: none;
position: absolute;
- transform: rotate(-45deg);
+ -webkit-transform: rotate(-45deg);
+ transform: rotate(-45deg);
width: 0.5em;
margin-top: -0.375em;
right: 1.125em;
.select select {
-moz-appearance: none;
-webkit-appearance: none;
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
border: none;
border-radius: 3px;
box-shadow: none;
+ display: -webkit-inline-box;
+ display: -ms-inline-flexbox;
display: inline-flex;
font-size: 1rem;
height: 2.25em;
- justify-content: flex-start;
+ -webkit-box-pack: start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
line-height: 1.5;
padding-bottom: 0.375em;
padding-left: 0.625em;
}
.field.has-addons {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- justify-content: flex-start;
+ -webkit-box-pack: start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
}
.field.has-addons .control {
}
.field.has-addons .control.is-expanded {
- flex-grow: 1;
- flex-shrink: 0;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
}
.field.has-addons.has-addons-centered {
- justify-content: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
}
.field.has-addons.has-addons-right {
- justify-content: flex-end;
+ -webkit-box-pack: end;
+ -ms-flex-pack: end;
+ justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
- flex-grow: 1;
- flex-shrink: 0;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
}
.field.is-grouped {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- justify-content: flex-start;
+ -webkit-box-pack: start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
}
.field.is-grouped > .control {
- flex-basis: 0;
- flex-shrink: 0;
+ -ms-flex-preferred-size: 0;
+ flex-basis: 0;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
}
.field.is-grouped > .control.is-expanded {
- flex-grow: 1;
- flex-shrink: 1;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-negative: 1;
+ flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
- justify-content: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
}
.field.is-grouped.is-grouped-right {
- justify-content: flex-end;
+ -webkit-box-pack: end;
+ -ms-flex-pack: end;
+ justify-content: flex-end;
}
@media screen and (min-width: 769px), print {
.field.is-horizontal {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
}
}
@media screen and (min-width: 769px), print {
.field-label {
- flex-basis: 0;
- flex-grow: 1;
- flex-shrink: 0;
+ -ms-flex-preferred-size: 0;
+ flex-basis: 0;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
margin-right: 1.5rem;
text-align: right;
}
@media screen and (min-width: 769px), print {
.field-body {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- flex-basis: 0;
- flex-grow: 5;
- flex-shrink: 1;
+ -ms-flex-preferred-size: 0;
+ flex-basis: 0;
+ -webkit-box-flex: 5;
+ -ms-flex-positive: 5;
+ flex-grow: 5;
+ -ms-flex-negative: 1;
+ flex-shrink: 1;
}
.field-body .field {
- flex-shrink: 1;
+ -ms-flex-negative: 1;
+ flex-shrink: 1;
}
.field-body .field:not(.is-narrow) {
- flex-grow: 1;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
}
.field-body .field:not(:last-child) {
margin-bottom: 0;
}
.control.is-loading:after {
- animation: spinAround 500ms infinite linear;
+ -webkit-animation: spinAround 500ms infinite linear;
+ animation: spinAround 500ms infinite linear;
border: 2px solid #dbdbdb;
border-radius: 290486px;
border-right-color: transparent;
}
.icon {
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-inline-box;
+ display: -ms-inline-flexbox;
display: inline-flex;
- justify-content: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
height: 1.5rem;
vertical-align: top;
width: 1.5rem;
}
.tag {
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
background-color: whitesmoke;
border-radius: 290486px;
color: #4a4a4a;
+ display: -webkit-inline-box;
+ display: -ms-inline-flexbox;
display: inline-flex;
font-size: 0.75rem;
height: 2em;
- justify-content: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
line-height: 1.5;
padding-left: 0.875em;
padding-right: 0.875em;
left: 50%;
position: absolute;
top: 50%;
- transform: translateX(-50%) translateY(-50%) rotate(45deg);
- transform-origin: center center;
+ -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
+ -webkit-transform-origin: center center;
+ transform-origin: center center;
}
.delete:before {
}
.loader {
- animation: spinAround 500ms infinite linear;
+ -webkit-animation: spinAround 500ms infinite linear;
+ animation: spinAround 500ms infinite linear;
border: 2px solid #dbdbdb;
border-radius: 290486px;
border-right-color: transparent;
}
.number {
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
background-color: whitesmoke;
border-radius: 290486px;
+ display: -webkit-inline-box;
+ display: -ms-inline-flexbox;
display: inline-flex;
font-size: 1.25rem;
height: 2em;
- justify-content: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
margin-right: 1.5rem;
min-width: 2.5em;
padding: 0.25rem 0.5rem;
}
.card-header {
- align-items: stretch;
+ -webkit-box-align: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
}
.card-header-title {
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
color: #363636;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- flex-grow: 1;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
font-weight: 700;
padding: 0.75rem;
}
.card-header-icon {
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
cursor: pointer;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- justify-content: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
padding: 0.75rem;
}
.card-footer {
border-top: 1px solid #dbdbdb;
- align-items: stretch;
+ -webkit-box-align: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
}
.card-footer-item {
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- flex-basis: 0;
- flex-grow: 1;
- flex-shrink: 0;
- justify-content: center;
+ -ms-flex-preferred-size: 0;
+ flex-basis: 0;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
padding: 0.75rem;
}
}
.level-item {
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- flex-basis: auto;
- flex-grow: 0;
- flex-shrink: 0;
- justify-content: center;
+ -ms-flex-preferred-size: auto;
+ flex-basis: auto;
+ -webkit-box-flex: 0;
+ -ms-flex-positive: 0;
+ flex-grow: 0;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
}
.level-item .title,
.level-left,
.level-right {
- flex-basis: auto;
- flex-grow: 0;
- flex-shrink: 0;
+ -ms-flex-preferred-size: auto;
+ flex-basis: auto;
+ -webkit-box-flex: 0;
+ -ms-flex-positive: 0;
+ flex-grow: 0;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
}
.level-left .level-item:not(:last-child),
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
- flex-grow: 1;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
}
.level-left {
- align-items: center;
- justify-content: flex-start;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ -webkit-box-pack: start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
}
@media screen and (max-width: 768px) {
@media screen and (min-width: 769px), print {
.level-left {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
}
}
.level-right {
- align-items: center;
- justify-content: flex-end;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ -webkit-box-pack: end;
+ -ms-flex-pack: end;
+ justify-content: flex-end;
}
@media screen and (min-width: 769px), print {
.level-right {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
}
}
.level {
- align-items: center;
- justify-content: space-between;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ -webkit-box-pack: justify;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
}
.level:not(:last-child) {
}
.level.is-mobile {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
}
.level.is-mobile .level-left,
.level.is-mobile .level-right {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
}
}
.level.is-mobile .level-item:not(.is-narrow) {
- flex-grow: 1;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
}
@media screen and (min-width: 769px), print {
.level {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
}
.level > .level-item:not(.is-narrow) {
- flex-grow: 1;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
}
}
.media-left,
.media-right {
- flex-basis: auto;
- flex-grow: 0;
- flex-shrink: 0;
+ -ms-flex-preferred-size: auto;
+ flex-basis: auto;
+ -webkit-box-flex: 0;
+ -ms-flex-positive: 0;
+ flex-grow: 0;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
}
.media-left {
}
.media-content {
- flex-basis: auto;
- flex-grow: 1;
- flex-shrink: 1;
+ -ms-flex-preferred-size: auto;
+ flex-basis: auto;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-negative: 1;
+ flex-shrink: 1;
text-align: left;
}
.media {
- align-items: flex-start;
+ -webkit-box-align: start;
+ -ms-flex-align: start;
+ align-items: flex-start;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
text-align: left;
}
.media .media {
border-top: 1px solid rgba(219, 219, 219, 0.5);
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
padding-top: 0.75rem;
}
}
.message-header {
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
background-color: #4a4a4a;
border-radius: 3px 3px 0 0;
color: #fff;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- justify-content: space-between;
+ -webkit-box-pack: justify;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
line-height: 1.25;
padding: 0.5em 0.75em;
position: relative;
}
.message-header .delete {
- flex-grow: 0;
- flex-shrink: 0;
+ -webkit-box-flex: 0;
+ -ms-flex-positive: 0;
+ flex-grow: 0;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
margin-left: 0.75em;
}
left: 50%;
position: absolute;
top: 50%;
- transform: translateX(-50%) translateY(-50%) rotate(45deg);
- transform-origin: center center;
+ -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
+ -webkit-transform-origin: center center;
+ transform-origin: center center;
}
.modal-close:before {
}
.modal-card {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- flex-direction: column;
+ -webkit-box-orient: vertical;
+ -webkit-box-direction: normal;
+ -ms-flex-direction: column;
+ flex-direction: column;
max-height: calc(100vh - 40px);
overflow: hidden;
}
.modal-card-head,
.modal-card-foot {
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
background-color: whitesmoke;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- flex-shrink: 0;
- justify-content: flex-start;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ -webkit-box-pack: start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
padding: 20px;
position: relative;
}
.modal-card-title {
color: #363636;
- flex-grow: 1;
- flex-shrink: 0;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
font-size: 1.5rem;
line-height: 1;
}
.modal-card-body {
-webkit-overflow-scrolling: touch;
background-color: white;
- flex-grow: 1;
- flex-shrink: 1;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-negative: 1;
+ flex-shrink: 1;
overflow: auto;
padding: 20px;
}
position: absolute;
right: 0;
top: 0;
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
display: none;
- justify-content: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
overflow: hidden;
position: fixed;
z-index: 1986;
}
.modal.is-active {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
}
margin-left: -7px;
position: absolute;
top: 50%;
+ -webkit-transition: none 86ms ease-out;
transition: none 86ms ease-out;
+ -webkit-transition-property: background, left, opacity, -webkit-transform;
+ transition-property: background, left, opacity, -webkit-transform;
transition-property: background, left, opacity, transform;
+ transition-property: background, left, opacity, transform, -webkit-transform;
width: 15px;
}
.nav-toggle.is-active span:nth-child(1) {
margin-left: -5px;
- transform: rotate(45deg);
- transform-origin: left top;
+ -webkit-transform: rotate(45deg);
+ transform: rotate(45deg);
+ -webkit-transform-origin: left top;
+ transform-origin: left top;
}
.nav-toggle.is-active span:nth-child(2) {
.nav-toggle.is-active span:nth-child(3) {
margin-left: -5px;
- transform: rotate(-45deg);
- transform-origin: left bottom;
+ -webkit-transform: rotate(-45deg);
+ transform: rotate(-45deg);
+ -webkit-transform-origin: left bottom;
+ transform-origin: left bottom;
}
@media screen and (min-width: 769px), print {
}
.nav-item {
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- flex-grow: 0;
- flex-shrink: 0;
+ -webkit-box-flex: 0;
+ -ms-flex-positive: 0;
+ flex-grow: 0;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
font-size: 1rem;
- justify-content: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
line-height: 1.5;
padding: 0.5rem 0.75rem;
}
.nav-item a {
- flex-grow: 1;
- flex-shrink: 0;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
}
.nav-item img {
@media screen and (max-width: 768px) {
.nav-item {
- justify-content: flex-start;
+ -webkit-box-pack: start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
}
}
.nav-left,
.nav-right {
- align-items: stretch;
+ -webkit-box-align: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- flex-basis: 0;
- flex-grow: 1;
- flex-shrink: 0;
+ -ms-flex-preferred-size: 0;
+ flex-basis: 0;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
}
.nav-left {
- justify-content: flex-start;
+ -webkit-box-pack: start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
overflow: hidden;
overflow-x: auto;
white-space: nowrap;
}
.nav-right {
- justify-content: flex-end;
+ -webkit-box-pack: end;
+ -ms-flex-pack: end;
+ justify-content: flex-end;
}
.nav-center {
- align-items: stretch;
+ -webkit-box-align: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- flex-grow: 0;
- flex-shrink: 0;
- justify-content: center;
+ -webkit-box-flex: 0;
+ -ms-flex-positive: 0;
+ flex-grow: 0;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
margin-left: auto;
margin-right: auto;
}
}
.nav {
- align-items: stretch;
+ -webkit-box-align: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
background-color: white;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
min-height: 3.25rem;
position: relative;
}
.nav > .container {
- align-items: stretch;
+ -webkit-box-align: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
min-height: 3.25rem;
}
.pagination,
.pagination-list {
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- justify-content: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
text-align: center;
}
.pagination-ellipsis {
-moz-appearance: none;
-webkit-appearance: none;
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
border: none;
border-radius: 3px;
box-shadow: none;
+ display: -webkit-inline-box;
+ display: -ms-inline-flexbox;
display: inline-flex;
font-size: 1rem;
height: 2.25em;
- justify-content: flex-start;
+ -webkit-box-pack: start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
line-height: 1.5;
padding-bottom: 0.375em;
padding-left: 0.625em;
font-size: 1em;
padding-left: 0.5em;
padding-right: 0.5em;
- justify-content: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
text-align: center;
}
@media screen and (max-width: 768px) {
.pagination {
- flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
}
.pagination-previous,
.pagination-next {
- flex-grow: 1;
- flex-shrink: 1;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-negative: 1;
+ flex-shrink: 1;
width: calc(50% - 0.375rem);
}
.pagination-next {
margin-top: 0.75rem;
}
.pagination-list li {
- flex-grow: 1;
- flex-shrink: 1;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-negative: 1;
+ flex-shrink: 1;
}
}
@media screen and (min-width: 769px), print {
.pagination-list {
- flex-grow: 1;
- flex-shrink: 1;
- justify-content: flex-start;
- order: 1;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-negative: 1;
+ flex-shrink: 1;
+ -webkit-box-pack: start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
+ -webkit-box-ordinal-group: 2;
+ -ms-flex-order: 1;
+ order: 1;
}
.pagination-previous,
.pagination-next {
margin-left: 0.75rem;
}
.pagination-previous {
- order: 2;
+ -webkit-box-ordinal-group: 3;
+ -ms-flex-order: 2;
+ order: 2;
}
.pagination-next {
- order: 3;
+ -webkit-box-ordinal-group: 4;
+ -ms-flex-order: 3;
+ order: 3;
}
.pagination {
- justify-content: space-between;
+ -webkit-box-pack: justify;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
}
.pagination.is-centered .pagination-previous {
margin-left: 0;
- order: 1;
+ -webkit-box-ordinal-group: 2;
+ -ms-flex-order: 1;
+ order: 1;
}
.pagination.is-centered .pagination-list {
- justify-content: center;
- order: 2;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ -webkit-box-ordinal-group: 3;
+ -ms-flex-order: 2;
+ order: 2;
}
.pagination.is-centered .pagination-next {
- order: 3;
+ -webkit-box-ordinal-group: 4;
+ -ms-flex-order: 3;
+ order: 3;
}
.pagination.is-right .pagination-previous {
margin-left: 0;
- order: 1;
+ -webkit-box-ordinal-group: 2;
+ -ms-flex-order: 1;
+ order: 1;
}
.pagination.is-right .pagination-next {
- order: 2;
+ -webkit-box-ordinal-group: 3;
+ -ms-flex-order: 2;
+ order: 2;
margin-right: 0.75rem;
}
.pagination.is-right .pagination-list {
- justify-content: flex-end;
- order: 3;
+ -webkit-box-pack: end;
+ -ms-flex-pack: end;
+ justify-content: flex-end;
+ -webkit-box-ordinal-group: 4;
+ -ms-flex-order: 3;
+ order: 3;
}
}
}
.panel-tabs {
- align-items: flex-end;
+ -webkit-box-align: end;
+ -ms-flex-align: end;
+ align-items: flex-end;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
font-size: 0.875em;
- justify-content: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
}
.panel-tabs a {
}
.panel-block {
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
color: #363636;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- justify-content: flex-start;
+ -webkit-box-pack: start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
padding: 0.5em 0.75em;
}
}
.panel-block > .control {
- flex-grow: 1;
- flex-shrink: 1;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-negative: 1;
+ flex-shrink: 1;
width: 100%;
}
.panel-block.is-wrapped {
- flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
}
.panel-block.is-active {
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
- align-items: stretch;
+ -webkit-box-align: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
font-size: 1rem;
- justify-content: space-between;
+ -webkit-box-pack: justify;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
overflow: hidden;
overflow-x: auto;
white-space: nowrap;
}
.tabs a {
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
border-bottom: 1px solid #dbdbdb;
color: #4a4a4a;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- justify-content: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
margin-bottom: -1px;
padding: 0.5em 1em;
vertical-align: top;
}
.tabs ul {
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
border-bottom: 1px solid #dbdbdb;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- flex-grow: 1;
- flex-shrink: 0;
- justify-content: flex-start;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ -webkit-box-pack: start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
}
.tabs ul.is-left {
}
.tabs ul.is-center {
- flex: none;
- justify-content: center;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
padding-left: 0.75em;
padding-right: 0.75em;
}
.tabs ul.is-right {
- justify-content: flex-end;
+ -webkit-box-pack: end;
+ -ms-flex-pack: end;
+ justify-content: flex-end;
padding-left: 0.75em;
}
}
.tabs.is-centered ul {
- justify-content: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
}
.tabs.is-right ul {
- justify-content: flex-end;
+ -webkit-box-pack: end;
+ -ms-flex-pack: end;
+ justify-content: flex-end;
}
.tabs.is-boxed a {
}
.tabs.is-fullwidth li {
- flex-grow: 1;
- flex-shrink: 0;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
}
.tabs.is-toggle a {
.column {
display: block;
- flex-basis: 0;
- flex-grow: 1;
- flex-shrink: 1;
+ -ms-flex-preferred-size: 0;
+ flex-basis: 0;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-negative: 1;
+ flex-shrink: 1;
padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
}
.columns.is-mobile > .column.is-full {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 50%;
}
.columns.is-mobile > .column.is-one-third {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 25%;
}
}
.columns.is-mobile > .column.is-1 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 8.33333%;
}
}
.columns.is-mobile > .column.is-2 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 16.66667%;
}
}
.columns.is-mobile > .column.is-3 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 25%;
}
}
.columns.is-mobile > .column.is-4 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 33.33333%;
}
}
.columns.is-mobile > .column.is-5 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 41.66667%;
}
}
.columns.is-mobile > .column.is-6 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 50%;
}
}
.columns.is-mobile > .column.is-7 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 58.33333%;
}
}
.columns.is-mobile > .column.is-8 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 66.66667%;
}
}
.columns.is-mobile > .column.is-9 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 75%;
}
}
.columns.is-mobile > .column.is-10 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 83.33333%;
}
}
.columns.is-mobile > .column.is-11 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 91.66667%;
}
}
.columns.is-mobile > .column.is-12 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 100%;
}
@media screen and (max-width: 768px) {
.column.is-narrow-mobile {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
}
.column.is-full-mobile {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 100%;
}
.column.is-three-quarters-mobile {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 75%;
}
.column.is-two-thirds-mobile {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 66.6666%;
}
.column.is-half-mobile {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 50%;
}
.column.is-one-third-mobile {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 33.3333%;
}
.column.is-one-quarter-mobile {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 25%;
}
.column.is-offset-three-quarters-mobile {
margin-left: 25%;
}
.column.is-1-mobile {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 8.33333%;
}
.column.is-offset-1-mobile {
margin-left: 8.33333%;
}
.column.is-2-mobile {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 16.66667%;
}
.column.is-offset-2-mobile {
margin-left: 16.66667%;
}
.column.is-3-mobile {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 25%;
}
.column.is-offset-3-mobile {
margin-left: 25%;
}
.column.is-4-mobile {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 33.33333%;
}
.column.is-offset-4-mobile {
margin-left: 33.33333%;
}
.column.is-5-mobile {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 41.66667%;
}
.column.is-offset-5-mobile {
margin-left: 41.66667%;
}
.column.is-6-mobile {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 50%;
}
.column.is-offset-6-mobile {
margin-left: 50%;
}
.column.is-7-mobile {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 58.33333%;
}
.column.is-offset-7-mobile {
margin-left: 58.33333%;
}
.column.is-8-mobile {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 66.66667%;
}
.column.is-offset-8-mobile {
margin-left: 66.66667%;
}
.column.is-9-mobile {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 75%;
}
.column.is-offset-9-mobile {
margin-left: 75%;
}
.column.is-10-mobile {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 83.33333%;
}
.column.is-offset-10-mobile {
margin-left: 83.33333%;
}
.column.is-11-mobile {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 91.66667%;
}
.column.is-offset-11-mobile {
margin-left: 91.66667%;
}
.column.is-12-mobile {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 100%;
}
.column.is-offset-12-mobile {
@media screen and (min-width: 769px), print {
.column.is-narrow, .column.is-narrow-tablet {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
}
.column.is-full, .column.is-full-tablet {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 100%;
}
.column.is-three-quarters, .column.is-three-quarters-tablet {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 75%;
}
.column.is-two-thirds, .column.is-two-thirds-tablet {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 66.6666%;
}
.column.is-half, .column.is-half-tablet {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 50%;
}
.column.is-one-third, .column.is-one-third-tablet {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 33.3333%;
}
.column.is-one-quarter, .column.is-one-quarter-tablet {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 25%;
}
.column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
margin-left: 25%;
}
.column.is-1, .column.is-1-tablet {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 8.33333%;
}
.column.is-offset-1, .column.is-offset-1-tablet {
margin-left: 8.33333%;
}
.column.is-2, .column.is-2-tablet {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 16.66667%;
}
.column.is-offset-2, .column.is-offset-2-tablet {
margin-left: 16.66667%;
}
.column.is-3, .column.is-3-tablet {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 25%;
}
.column.is-offset-3, .column.is-offset-3-tablet {
margin-left: 25%;
}
.column.is-4, .column.is-4-tablet {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 33.33333%;
}
.column.is-offset-4, .column.is-offset-4-tablet {
margin-left: 33.33333%;
}
.column.is-5, .column.is-5-tablet {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 41.66667%;
}
.column.is-offset-5, .column.is-offset-5-tablet {
margin-left: 41.66667%;
}
.column.is-6, .column.is-6-tablet {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 50%;
}
.column.is-offset-6, .column.is-offset-6-tablet {
margin-left: 50%;
}
.column.is-7, .column.is-7-tablet {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 58.33333%;
}
.column.is-offset-7, .column.is-offset-7-tablet {
margin-left: 58.33333%;
}
.column.is-8, .column.is-8-tablet {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 66.66667%;
}
.column.is-offset-8, .column.is-offset-8-tablet {
margin-left: 66.66667%;
}
.column.is-9, .column.is-9-tablet {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 75%;
}
.column.is-offset-9, .column.is-offset-9-tablet {
margin-left: 75%;
}
.column.is-10, .column.is-10-tablet {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 83.33333%;
}
.column.is-offset-10, .column.is-offset-10-tablet {
margin-left: 83.33333%;
}
.column.is-11, .column.is-11-tablet {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 91.66667%;
}
.column.is-offset-11, .column.is-offset-11-tablet {
margin-left: 91.66667%;
}
.column.is-12, .column.is-12-tablet {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 100%;
}
.column.is-offset-12, .column.is-offset-12-tablet {
@media screen and (min-width: 1000px) {
.column.is-narrow-desktop {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
}
.column.is-full-desktop {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 100%;
}
.column.is-three-quarters-desktop {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 75%;
}
.column.is-two-thirds-desktop {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 66.6666%;
}
.column.is-half-desktop {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 50%;
}
.column.is-one-third-desktop {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 33.3333%;
}
.column.is-one-quarter-desktop {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 25%;
}
.column.is-offset-three-quarters-desktop {
margin-left: 25%;
}
.column.is-1-desktop {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 8.33333%;
}
.column.is-offset-1-desktop {
margin-left: 8.33333%;
}
.column.is-2-desktop {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 16.66667%;
}
.column.is-offset-2-desktop {
margin-left: 16.66667%;
}
.column.is-3-desktop {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 25%;
}
.column.is-offset-3-desktop {
margin-left: 25%;
}
.column.is-4-desktop {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 33.33333%;
}
.column.is-offset-4-desktop {
margin-left: 33.33333%;
}
.column.is-5-desktop {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 41.66667%;
}
.column.is-offset-5-desktop {
margin-left: 41.66667%;
}
.column.is-6-desktop {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 50%;
}
.column.is-offset-6-desktop {
margin-left: 50%;
}
.column.is-7-desktop {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 58.33333%;
}
.column.is-offset-7-desktop {
margin-left: 58.33333%;
}
.column.is-8-desktop {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 66.66667%;
}
.column.is-offset-8-desktop {
margin-left: 66.66667%;
}
.column.is-9-desktop {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 75%;
}
.column.is-offset-9-desktop {
margin-left: 75%;
}
.column.is-10-desktop {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 83.33333%;
}
.column.is-offset-10-desktop {
margin-left: 83.33333%;
}
.column.is-11-desktop {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 91.66667%;
}
.column.is-offset-11-desktop {
margin-left: 91.66667%;
}
.column.is-12-desktop {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 100%;
}
.column.is-offset-12-desktop {
@media screen and (min-width: 1192px) {
.column.is-narrow-widescreen {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
}
.column.is-full-widescreen {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 100%;
}
.column.is-three-quarters-widescreen {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 75%;
}
.column.is-two-thirds-widescreen {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 66.6666%;
}
.column.is-half-widescreen {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 50%;
}
.column.is-one-third-widescreen {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 33.3333%;
}
.column.is-one-quarter-widescreen {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 25%;
}
.column.is-offset-three-quarters-widescreen {
margin-left: 25%;
}
.column.is-1-widescreen {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 8.33333%;
}
.column.is-offset-1-widescreen {
margin-left: 8.33333%;
}
.column.is-2-widescreen {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 16.66667%;
}
.column.is-offset-2-widescreen {
margin-left: 16.66667%;
}
.column.is-3-widescreen {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 25%;
}
.column.is-offset-3-widescreen {
margin-left: 25%;
}
.column.is-4-widescreen {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 33.33333%;
}
.column.is-offset-4-widescreen {
margin-left: 33.33333%;
}
.column.is-5-widescreen {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 41.66667%;
}
.column.is-offset-5-widescreen {
margin-left: 41.66667%;
}
.column.is-6-widescreen {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 50%;
}
.column.is-offset-6-widescreen {
margin-left: 50%;
}
.column.is-7-widescreen {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 58.33333%;
}
.column.is-offset-7-widescreen {
margin-left: 58.33333%;
}
.column.is-8-widescreen {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 66.66667%;
}
.column.is-offset-8-widescreen {
margin-left: 66.66667%;
}
.column.is-9-widescreen {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 75%;
}
.column.is-offset-9-widescreen {
margin-left: 75%;
}
.column.is-10-widescreen {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 83.33333%;
}
.column.is-offset-10-widescreen {
margin-left: 83.33333%;
}
.column.is-11-widescreen {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 91.66667%;
}
.column.is-offset-11-widescreen {
margin-left: 91.66667%;
}
.column.is-12-widescreen {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 100%;
}
.column.is-offset-12-widescreen {
}
.columns.is-centered {
- justify-content: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
}
.columns.is-gapless {
@media screen and (min-width: 769px), print {
.columns.is-grid {
- flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
}
.columns.is-grid > .column {
max-width: 33.3333%;
}
.columns.is-mobile {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
}
.columns.is-multiline {
- flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
}
.columns.is-vcentered {
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
}
@media screen and (min-width: 769px), print {
.columns:not(.is-desktop) {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
}
}
@media screen and (min-width: 1000px) {
.columns.is-desktop {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
}
}
.tile {
- align-items: stretch;
+ -webkit-box-align: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
display: block;
- flex-basis: 0;
- flex-grow: 1;
- flex-shrink: 1;
+ -ms-flex-preferred-size: 0;
+ flex-basis: 0;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-negative: 1;
+ flex-shrink: 1;
+ min-height: -webkit-min-content;
+ min-height: -moz-min-content;
min-height: min-content;
}
}
.tile.is-vertical {
- flex-direction: column;
+ -webkit-box-orient: vertical;
+ -webkit-box-direction: normal;
+ -ms-flex-direction: column;
+ flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
@media screen and (min-width: 769px), print {
.tile:not(.is-child) {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
}
.tile.is-1 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 8.33333%;
}
.tile.is-2 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 16.66667%;
}
.tile.is-3 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 25%;
}
.tile.is-4 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 33.33333%;
}
.tile.is-5 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 41.66667%;
}
.tile.is-6 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 50%;
}
.tile.is-7 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 58.33333%;
}
.tile.is-8 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 66.66667%;
}
.tile.is-9 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 75%;
}
.tile.is-10 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 83.33333%;
}
.tile.is-11 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 91.66667%;
}
.tile.is-12 {
- flex: none;
+ -webkit-box-flex: 0;
+ -ms-flex: none;
+ flex: none;
width: 100%;
}
}
min-width: 100%;
position: absolute;
top: 50%;
- transform: translate3d(-50%, -50%, 0);
+ -webkit-transform: translate3d(-50%, -50%, 0);
+ transform: translate3d(-50%, -50%, 0);
}
.hero-video.is-transparent {
@media screen and (max-width: 768px) {
.hero-buttons .button {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
}
.hero-buttons .button:not(:last-child) {
@media screen and (min-width: 769px), print {
.hero-buttons {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- justify-content: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
}
.hero-buttons .button:not(:last-child) {
margin-right: 1.5rem;
.hero-head,
.hero-foot {
- flex-grow: 0;
- flex-shrink: 0;
+ -webkit-box-flex: 0;
+ -ms-flex-positive: 0;
+ flex-grow: 0;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
}
.hero-body {
- flex-grow: 1;
- flex-shrink: 0;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
padding: 3rem 1.5rem;
}
}
.hero {
- align-items: stretch;
+ -webkit-box-align: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
background-color: white;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- flex-direction: column;
- justify-content: space-between;
+ -webkit-box-orient: vertical;
+ -webkit-box-direction: normal;
+ -ms-flex-direction: column;
+ flex-direction: column;
+ -webkit-box-pack: justify;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
}
.hero .nav {
}
.hero.is-white.is-bold {
+ background-image: -webkit-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%);
background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
}
}
.hero.is-black.is-bold {
+ background-image: -webkit-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%);
background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}
}
.hero.is-light.is-bold {
+ background-image: -webkit-linear-gradient(309deg, #dfd8d8 0%, whitesmoke 71%, white 100%);
background-image: linear-gradient(141deg, #dfd8d8 0%, whitesmoke 71%, white 100%);
}
}
.hero.is-dark.is-bold {
+ background-image: -webkit-linear-gradient(309deg, #1f1919 0%, #363636 71%, #463f3f 100%);
background-image: linear-gradient(141deg, #1f1919 0%, #363636 71%, #463f3f 100%);
}
}
.hero.is-primary.is-bold {
+ background-image: -webkit-linear-gradient(309deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
}
}
.hero.is-info.is-bold {
+ background-image: -webkit-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
}
}
.hero.is-success.is-bold {
+ background-image: -webkit-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
}
}
.hero.is-warning.is-bold {
+ background-image: -webkit-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
}
}
.hero.is-danger.is-bold {
+ background-image: -webkit-linear-gradient(309deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
}
}
.hero.is-fullheight .hero-body {
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
}
.hero.is-fullheight .hero-body > .container {
- flex-grow: 1;
- flex-shrink: 1;
+ -webkit-box-flex: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -ms-flex-negative: 1;
+ flex-shrink: 1;
}
.section {
right: 0;
}
+@-webkit-keyframes floatUp {
+ 0% {
+ box-shadow: 0 0 0 rgba(10, 10, 10, 0), 0 0 0 rgba(10, 10, 10, 0), 0 0 0 rgba(10, 10, 10, 0);
+ -webkit-transform: scale(0.86);
+ transform: scale(0.86);
+ }
+ 67% {
+ box-shadow: 0 0 0 rgba(10, 10, 10, 0), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+ 100% {
+ box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+}
+
@keyframes floatUp {
0% {
box-shadow: 0 0 0 rgba(10, 10, 10, 0), 0 0 0 rgba(10, 10, 10, 0), 0 0 0 rgba(10, 10, 10, 0);
- transform: scale(0.86);
+ -webkit-transform: scale(0.86);
+ transform: scale(0.86);
}
67% {
box-shadow: 0 0 0 rgba(10, 10, 10, 0), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
- transform: scale(1);
+ -webkit-transform: scale(1);
+ transform: scale(1);
}
100% {
box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
- transform: scale(1);
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+}
+
+@-webkit-keyframes strokePath {
+ from {
+ stroke-dashoffset: 880;
+ }
+ to {
+ stroke-dashoffset: 0;
}
}
}
}
+@-webkit-keyframes fadeIn {
+ from {
+ opacity: 0;
+ -webkit-transform: scale(0.86);
+ transform: scale(0.86);
+ }
+ to {
+ opacity: 1;
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+}
+
@keyframes fadeIn {
from {
opacity: 0;
- transform: scale(0.86);
+ -webkit-transform: scale(0.86);
+ transform: scale(0.86);
}
to {
opacity: 1;
- transform: scale(1);
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+}
+
+@-webkit-keyframes fadeOut {
+ 0% {
+ opacity: 1;
+ -webkit-transform: scale(0.86);
+ transform: scale(0.86);
+ }
+ 67% {
+ opacity: 1;
+ -webkit-transform: scale(0.86);
+ transform: scale(0.86);
+ }
+ 100% {
+ opacity: 0;
+ -webkit-transform: scale(1);
+ transform: scale(1);
}
}
@keyframes fadeOut {
0% {
opacity: 1;
- transform: scale(0.86);
+ -webkit-transform: scale(0.86);
+ transform: scale(0.86);
}
67% {
opacity: 1;
- transform: scale(0.86);
+ -webkit-transform: scale(0.86);
+ transform: scale(0.86);
}
100% {
opacity: 0;
- transform: scale(1);
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+}
+
+@-webkit-keyframes slideDown {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translateY(-10px);
+ transform: translateY(-10px);
+ }
+ 100% {
+ opacity: 1;
+ -webkit-transform: translateY(0);
+ transform: translateY(0);
}
}
@keyframes slideDown {
0% {
opacity: 0;
- transform: translateY(-10px);
+ -webkit-transform: translateY(-10px);
+ transform: translateY(-10px);
+ }
+ 100% {
+ opacity: 1;
+ -webkit-transform: translateY(0);
+ transform: translateY(0);
+ }
+}
+
+@-webkit-keyframes slideUp {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translateY(10px);
+ transform: translateY(10px);
}
100% {
opacity: 1;
- transform: translateY(0);
+ -webkit-transform: translateY(0);
+ transform: translateY(0);
}
}
@keyframes slideUp {
0% {
opacity: 0;
- transform: translateY(10px);
+ -webkit-transform: translateY(10px);
+ transform: translateY(10px);
}
100% {
opacity: 1;
- transform: translateY(0);
+ -webkit-transform: translateY(0);
+ transform: translateY(0);
}
}
#b {
- animation-duration: 1.5s;
- animation-fill-mode: both;
- animation-name: floatUp;
- animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
+ -webkit-animation-duration: 1.5s;
+ animation-duration: 1.5s;
+ -webkit-animation-fill-mode: both;
+ animation-fill-mode: both;
+ -webkit-animation-name: floatUp;
+ animation-name: floatUp;
+ -webkit-animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
+ animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
border-radius: 24px;
display: inline-block;
height: 240px;
}
#b svg:first-child {
- animation-duration: 1.5s;
- animation-fill-mode: both;
- animation-name: fadeOut;
- animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
+ -webkit-animation-duration: 1.5s;
+ animation-duration: 1.5s;
+ -webkit-animation-fill-mode: both;
+ animation-fill-mode: both;
+ -webkit-animation-name: fadeOut;
+ animation-name: fadeOut;
+ -webkit-animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
+ animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
}
#b svg:first-child g {
- animation-duration: 1s;
- animation-fill-mode: both;
- animation-name: strokePath;
- animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
+ -webkit-animation-duration: 1s;
+ animation-duration: 1s;
+ -webkit-animation-fill-mode: both;
+ animation-fill-mode: both;
+ -webkit-animation-name: strokePath;
+ animation-name: strokePath;
+ -webkit-animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
+ animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
fill: none;
stroke: #00d1b2;
stroke-dasharray: 880;
}
#b svg:last-child {
- animation-delay: 1s;
- animation-duration: 1s;
- animation-fill-mode: both;
- animation-name: fadeIn;
- animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
+ -webkit-animation-delay: 1s;
+ animation-delay: 1s;
+ -webkit-animation-duration: 1s;
+ animation-duration: 1s;
+ -webkit-animation-fill-mode: both;
+ animation-fill-mode: both;
+ -webkit-animation-name: fadeIn;
+ animation-name: fadeIn;
+ -webkit-animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
+ animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
}
#b svg:last-child g {
}
#bulma {
- animation: slideDown 500ms both;
+ -webkit-animation: slideDown 500ms both;
+ animation: slideDown 500ms both;
}
#modern-framework {
- animation: slideUp 500ms both;
- animation-delay: 0.2s;
+ -webkit-animation: slideUp 500ms both;
+ animation: slideUp 500ms both;
+ -webkit-animation-delay: 0.2s;
+ animation-delay: 0.2s;
}
#npm {
- align-items: center;
- animation: fadeIn 500ms both;
- animation-delay: 0.4s;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ -webkit-animation: fadeIn 500ms both;
+ animation: fadeIn 500ms both;
+ -webkit-animation-delay: 0.4s;
+ animation-delay: 0.4s;
background: none;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- justify-content: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
margin: -10px 0 20px;
}
}
#ghbtns {
- animation: slideDown 500ms both;
- animation-delay: 0.6s;
+ -webkit-animation: slideDown 500ms both;
+ animation: slideDown 500ms both;
+ -webkit-animation-delay: 0.6s;
+ animation-delay: 0.6s;
}
html.route-index #carbon {
- animation: slideUp 500ms both;
- animation-delay: 0.8s;
+ -webkit-animation: slideUp 500ms both;
+ animation: slideUp 500ms both;
+ -webkit-animation-delay: 0.8s;
+ animation-delay: 0.8s;
}
#download {
- animation: fadeIn 500ms both;
- animation-delay: 1s;
+ -webkit-animation: fadeIn 500ms both;
+ animation: fadeIn 500ms both;
+ -webkit-animation-delay: 1s;
+ animation-delay: 1s;
}
#grid .notification {
}
#social {
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- flex-wrap: wrap;
- justify-content: flex-start;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -webkit-box-pack: start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
}
#social > iframe,
}
#social .fb-like {
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
width: 130px;
}
}
#sister ul {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
}
#sister li {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
height: 30px;
margin: 5px 1rem 0 0;
position: absolute;
right: 0;
top: 0;
- align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
content: attr(title);
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
font-family: monospace;
font-size: 11px;
- justify-content: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
padding: 3px 5px;
z-index: 2;
}
}
.structure-item.is-structure-container:after {
- align-items: flex-start;
- justify-content: flex-start;
+ -webkit-box-align: start;
+ -ms-flex-align: start;
+ align-items: flex-start;
+ -webkit-box-pack: start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
padding: 0.5rem 0.75rem;
}
border-right: none;
}
+.callout {
+ background-color: whitesmoke;
+ border-radius: 3px;
+ padding: 1.25rem 2.5rem 1.25rem 1.5rem;
+ position: relative;
+}
+
+.callout:not(:last-child) {
+ margin-bottom: 1.5rem;
+}
+
+.callout.is-white {
+ background-color: white;
+ color: #0a0a0a;
+}
+
+.callout.is-black {
+ background-color: #0a0a0a;
+ color: white;
+}
+
+.callout.is-light {
+ background-color: whitesmoke;
+ color: #363636;
+}
+
+.callout.is-dark {
+ background-color: #363636;
+ color: whitesmoke;
+}
+
+.callout.is-primary {
+ background-color: #00d1b2;
+ color: #fff;
+}
+
+.callout.is-info {
+ background-color: #3273dc;
+ color: #fff;
+}
+
+.callout.is-success {
+ background-color: #23d160;
+ color: #fff;
+}
+
+.callout.is-warning {
+ background-color: #ffdd57;
+ color: rgba(0, 0, 0, 0.7);
+}
+
+.callout.is-danger {
+ background-color: #ff3860;
+ color: #fff;
+}
+
.bsa {
padding: 2rem;
}
min-height: 120px;
}
#_default_ {
+ display: -webkit-box;
+ display: -ms-flexbox;
display: flex;
- justify-content: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
position: relative;
}
#_default_ .default-ad {