}
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.is-block-tablet {
display: block !important;
}
}
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.is-flex-tablet {
display: -webkit-box !important;
display: -ms-flexbox !important;
}
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.is-inline-tablet {
display: inline !important;
}
}
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.is-inline-block-tablet {
display: inline-block !important;
}
}
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.is-inline-flex-tablet {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
text-align: right;
}
+.has-text-white {
+ color: white;
+}
+
+a.has-text-white:hover, a.has-text-white:focus {
+ color: #e6e6e6;
+}
+
+.has-text-black {
+ color: #0a0a0a;
+}
+
+a.has-text-black:hover, a.has-text-black:focus {
+ color: black;
+}
+
+.has-text-light {
+ color: whitesmoke;
+}
+
+a.has-text-light:hover, a.has-text-light:focus {
+ color: #dbdbdb;
+}
+
+.has-text-dark {
+ color: #363636;
+}
+
+a.has-text-dark:hover, a.has-text-dark:focus {
+ color: #1c1c1c;
+}
+
+.has-text-primary {
+ color: #00d1b2;
+}
+
+a.has-text-primary:hover, a.has-text-primary:focus {
+ color: #009e86;
+}
+
+.has-text-info {
+ color: #3273dc;
+}
+
+a.has-text-info:hover, a.has-text-info:focus {
+ color: #205bbc;
+}
+
+.has-text-success {
+ color: #23d160;
+}
+
+a.has-text-success:hover, a.has-text-success:focus {
+ color: #1ca64c;
+}
+
+.has-text-warning {
+ color: #ffdd57;
+}
+
+a.has-text-warning:hover, a.has-text-warning:focus {
+ color: #ffd324;
+}
+
+.has-text-danger {
+ color: #ff3860;
+}
+
+a.has-text-danger:hover, a.has-text-danger:focus {
+ color: #ff0537;
+}
+
.is-hidden {
display: none !important;
}
}
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.is-hidden-tablet {
display: none !important;
}
justify-content: flex-end;
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.field.is-horizontal {
display: -webkit-box;
display: -ms-flexbox;
}
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.field-label {
-ms-flex-preferred-size: 0;
flex-basis: 0;
}
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.field-body {
display: -webkit-box;
display: -ms-flexbox;
background: transparent;
}
-.notification .delete {
+.notification > .delete {
position: absolute;
right: 0.5em;
top: 0.5em;
}
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.level-left {
display: -webkit-box;
display: -ms-flexbox;
justify-content: flex-end;
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.level-right {
display: -webkit-box;
display: -ms-flexbox;
flex-grow: 1;
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.level {
display: -webkit-box;
display: -ms-flexbox;
width: 100%;
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.modal-content,
.modal-card {
margin: 0 auto;
transform-origin: left bottom;
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.nav-toggle {
display: none;
}
}
}
-@media screen and (max-width: 768px) {
- .nav-menu {
- background-color: white;
- box-shadow: 0 4px 7px rgba(10, 10, 10, 0.1);
- left: 0;
- display: none;
- right: 0;
- top: 100%;
- position: absolute;
- }
- .nav-menu .nav-item {
- border-top: 1px solid rgba(219, 219, 219, 0.5);
- padding: 0.75rem;
- }
- .nav-menu.is-active {
- display: block;
- }
-}
-
-@media screen and (min-width: 769px) and (max-width: 999px) {
- .nav-menu {
- padding-right: 1.5rem;
- }
-}
-
.nav-left,
.nav-right {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
}
.nav-left {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
white-space: nowrap;
}
+.nav-right {
+ -webkit-box-pack: end;
+ -ms-flex-pack: end;
+ justify-content: flex-end;
+}
+
.nav-center {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
margin-right: auto;
}
-.nav-right {
- -webkit-box-pack: end;
- -ms-flex-pack: end;
- justify-content: flex-end;
+@media screen and (max-width: 768px) {
+ .nav-menu.nav-right {
+ background-color: white;
+ box-shadow: 0 4px 7px rgba(10, 10, 10, 0.1);
+ left: 0;
+ display: none;
+ right: 0;
+ top: 100%;
+ position: absolute;
+ }
+ .nav-menu.nav-right .nav-item {
+ border-top: 1px solid rgba(219, 219, 219, 0.5);
+ padding: 0.75rem;
+ }
+ .nav-menu.nav-right.is-active {
+ display: block;
+ }
}
-@media screen and (min-width: 769px) {
- .nav-right {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
+@media screen and (min-width: 769px) and (max-width: 999px) {
+ .nav-menu {
+ padding-right: 1.5rem;
}
}
}
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.pagination-list {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
width: 100%;
}
+.panel-block.is-wrapped {
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+}
+
.panel-block.is-active {
border-left-color: #00d1b2;
color: #363636;
}
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.column.is-narrow, .column.is-narrow-tablet {
-webkit-box-flex: 0;
-ms-flex: none;
padding: 0;
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.columns.is-grid {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.columns:not(.is-desktop) {
display: -webkit-box;
display: -ms-flexbox;
margin-bottom: 1.5rem !important;
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.tile:not(.is-child) {
display: -webkit-box;
display: -ms-flexbox;
}
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.hero-buttons {
display: -webkit-box;
display: -ms-flexbox;
}
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.hero.is-medium .hero-body {
padding-bottom: 9rem;
padding-top: 9rem;
}
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.hero.is-large .hero-body {
padding-bottom: 18rem;
padding-top: 18rem;
color: #2aa198;
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.button small {
color: #4a4a4a;
left: 0;
text-align: center;
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.header-item .button + .button {
margin-left: 0.75rem;
}
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #00d1b2;
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
#carbon {
margin-left: auto;
margin-right: auto;
vertical-align: top;
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.example.is-fullwidth,
.structure.is-fullwidth {
border-left: none;
right: 50px;
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.highlight pre {
white-space: pre-wrap;
}
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.section:not(.is-fullwidth) > .example:not(.is-fullwidth) {
margin-left: 1.5rem;
margin-right: 1.5rem;
font-weight: 700;
}
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 769px), print {
.bsa .columns {
min-height: 120px;
}