From f11003a29f2dbed00864271d8ad2cb3770887386 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sun, 18 Sep 2016 18:09:32 +0100 Subject: [PATCH 01/18] New colors --- docs/css/bulma-docs.css | 1428 +++----- docs/css/bulma.css | 5887 +++++++++++++++++++++++++++++++++ docs/css/utilities.css | 175 + docs/css/variables.css | 0 package.json | 4 +- sass/utilities/variables.sass | 22 +- 6 files changed, 6487 insertions(+), 1029 deletions(-) create mode 100644 docs/css/bulma.css create mode 100644 docs/css/utilities.css create mode 100644 docs/css/variables.css diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index ca3c2d1f..c993eed5 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -165,25 +165,12 @@ input[type=button] { overflow: visible; } -@-webkit-keyframes spin-around { - from { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - to { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} - @keyframes spin-around { from { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); + transform: rotate(0deg); } to { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); + transform: rotate(359deg); } } @@ -232,10 +219,9 @@ body { } a { - color: #1fc8db; + color: #11e4c4; cursor: pointer; text-decoration: none; - -webkit-transition: none 86ms ease-out; transition: none 86ms ease-out; } @@ -245,7 +231,7 @@ a:hover { code { background-color: #f5f7fa; - color: #ed6c63; + color: #ff0f3f; font-size: 12px; font-weight: normal; padding: 1px 2px 2px; @@ -387,63 +373,47 @@ table th { } .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) { .is-flex-tablet { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 769px) and (max-width: 979px) { .is-flex-tablet-only { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @media screen and (max-width: 979px) { .is-flex-touch { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 980px) { .is-flex-desktop { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 980px) and (max-width: 1179px) { .is-flex-desktop-only { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 1180px) { .is-flex-widescreen { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @@ -541,63 +511,47 @@ table th { } .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) { .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: 979px) { .is-inline-flex-tablet-only { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (max-width: 979px) { .is-inline-flex-touch { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (min-width: 980px) { .is-inline-flex-desktop { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (min-width: 980px) and (max-width: 1179px) { .is-inline-flex-desktop-only { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (min-width: 1180px) { .is-inline-flex-widescreen { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; display: inline-flex !important; } } @@ -707,39 +661,31 @@ table th { } a.box:hover, a.box:focus { - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px #1fc8db; + box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px #11e4c4; } a.box:active { - box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2), 0 0 0 1px #1fc8db; + box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2), 0 0 0 1px #11e4c4; } .button { -moz-appearance: none; -webkit-appearance: none; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: white; border: 1px solid #d3d6db; border-radius: 3px; color: #222324; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 14px; height: 32px; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; line-height: 24px; padding-left: 8px; padding-right: 8px; position: relative; vertical-align: top; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; padding-left: 10px; padding-right: 10px; text-align: center; @@ -751,7 +697,7 @@ a.box:active { } .button:active, .button:focus, .button.is-active { - border-color: #1fc8db; + border-color: #11e4c4; outline: none; } @@ -974,13 +920,13 @@ a.box:active { } .button.is-primary { - background-color: #1fc8db; + background-color: #11e4c4; border-color: transparent; color: white; } .button.is-primary:hover, .button.is-primary:focus, .button.is-primary.is-active { - background-color: #199fae; + background-color: #0eb49b; border-color: transparent; color: white; } @@ -991,7 +937,7 @@ a.box:active { .button.is-primary.is-inverted { background-color: white; - color: #1fc8db; + color: #11e4c4; } .button.is-primary.is-inverted:hover { @@ -1004,24 +950,24 @@ a.box:active { .button.is-primary.is-outlined { background-color: transparent; - border-color: #1fc8db; - color: #1fc8db; + border-color: #11e4c4; + color: #11e4c4; } .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus { - background-color: #1fc8db; - border-color: #1fc8db; + background-color: #11e4c4; + border-color: #11e4c4; color: white; } .button.is-info { - background-color: #42afe3; + background-color: #0f6bff; border-color: transparent; color: white; } .button.is-info:hover, .button.is-info:focus, .button.is-info.is-active { - background-color: #1f99d3; + background-color: #0054db; border-color: transparent; color: white; } @@ -1032,7 +978,7 @@ a.box:active { .button.is-info.is-inverted { background-color: white; - color: #42afe3; + color: #0f6bff; } .button.is-info.is-inverted:hover { @@ -1045,24 +991,24 @@ a.box:active { .button.is-info.is-outlined { background-color: transparent; - border-color: #42afe3; - color: #42afe3; + border-color: #0f6bff; + color: #0f6bff; } .button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus { - background-color: #42afe3; - border-color: #42afe3; + background-color: #0f6bff; + border-color: #0f6bff; color: white; } .button.is-success { - background-color: #97cd76; + background-color: #20ee68; border-color: transparent; color: white; } .button.is-success:hover, .button.is-success:focus, .button.is-success.is-active { - background-color: #7bbf51; + background-color: #0fcc51; border-color: transparent; color: white; } @@ -1073,7 +1019,7 @@ a.box:active { .button.is-success.is-inverted { background-color: white; - color: #97cd76; + color: #20ee68; } .button.is-success.is-inverted:hover { @@ -1086,26 +1032,26 @@ a.box:active { .button.is-success.is-outlined { background-color: transparent; - border-color: #97cd76; - color: #97cd76; + border-color: #20ee68; + color: #20ee68; } .button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus { - background-color: #97cd76; - border-color: #97cd76; + background-color: #20ee68; + border-color: #20ee68; color: white; } .button.is-warning { - background-color: #fce473; + background-color: #ffcf0f; border-color: transparent; - color: rgba(17, 17, 17, 0.5); + color: white; } .button.is-warning:hover, .button.is-warning:focus, .button.is-warning.is-active { - background-color: #fbda41; + background-color: #dbaf00; border-color: transparent; - color: rgba(17, 17, 17, 0.5); + color: white; } .button.is-warning:active { @@ -1113,38 +1059,38 @@ a.box:active { } .button.is-warning.is-inverted { - background-color: rgba(17, 17, 17, 0.5); - color: #fce473; + background-color: white; + color: #ffcf0f; } .button.is-warning.is-inverted:hover { - background-color: rgba(4, 4, 4, 0.5); + background-color: #f2f2f2; } .button.is-warning.is-loading:after { - border-color: transparent transparent rgba(17, 17, 17, 0.5) rgba(17, 17, 17, 0.5) !important; + border-color: transparent transparent white white !important; } .button.is-warning.is-outlined { background-color: transparent; - border-color: #fce473; - color: #fce473; + border-color: #ffcf0f; + color: #ffcf0f; } .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus { - background-color: #fce473; - border-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + border-color: #ffcf0f; + color: white; } .button.is-danger { - background-color: #ed6c63; + background-color: #ff0f3f; border-color: transparent; color: white; } .button.is-danger:hover, .button.is-danger:focus, .button.is-danger.is-active { - background-color: #e84135; + background-color: #db002c; border-color: transparent; color: white; } @@ -1155,7 +1101,7 @@ a.box:active { .button.is-danger.is-inverted { background-color: white; - color: #ed6c63; + color: #ff0f3f; } .button.is-danger.is-inverted:hover { @@ -1168,13 +1114,13 @@ a.box:active { .button.is-danger.is-outlined { background-color: transparent; - border-color: #ed6c63; - color: #ed6c63; + border-color: #ff0f3f; + color: #ff0f3f; } .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus { - background-color: #ed6c63; - border-color: #ed6c63; + background-color: #ff0f3f; + border-color: #ff0f3f; color: white; } @@ -1218,8 +1164,6 @@ a.box:active { } .button.is-fullwidth { - display: -webkit-box; - display: -ms-flexbox; display: flex; width: 100%; } @@ -1243,11 +1187,11 @@ a.box:active { } .content a:not(.button):visited { - color: #847bb9; + color: #b86bff; } .content a:not(.button):hover { - border-bottom-color: #1fc8db; + border-bottom-color: #11e4c4; } .content li + li { @@ -1351,21 +1295,15 @@ a.box:active { .input, .textarea { -moz-appearance: none; -webkit-appearance: none; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: white; border: 1px solid #d3d6db; border-radius: 3px; color: #222324; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 14px; height: 32px; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; line-height: 24px; padding-left: 8px; padding-right: 8px; @@ -1381,7 +1319,7 @@ a.box:active { } .input:active, .textarea:active, .input:focus, .textarea:focus, .input.is-active, .is-active.textarea { - border-color: #1fc8db; + border-color: #11e4c4; outline: none; } @@ -1425,23 +1363,23 @@ a.box:active { } .input.is-primary, .is-primary.textarea { - border-color: #1fc8db; + border-color: #11e4c4; } .input.is-info, .is-info.textarea { - border-color: #42afe3; + border-color: #0f6bff; } .input.is-success, .is-success.textarea { - border-color: #97cd76; + border-color: #20ee68; } .input.is-warning, .is-warning.textarea { - border-color: #fce473; + border-color: #ffcf0f; } .input.is-danger, .is-danger.textarea { - border-color: #ed6c63; + border-color: #ff0f3f; } .input[type="search"], [type="search"].textarea { @@ -1533,21 +1471,15 @@ a.box:active { .select select { -moz-appearance: none; -webkit-appearance: none; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: white; border: 1px solid #d3d6db; border-radius: 3px; color: #222324; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 14px; height: 32px; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; line-height: 24px; padding-left: 8px; padding-right: 8px; @@ -1564,7 +1496,7 @@ a.box:active { } .select select:active, .select select:focus, .select select.is-active { - border-color: #1fc8db; + border-color: #11e4c4; outline: none; } @@ -1608,23 +1540,23 @@ a.box:active { } .select select.is-primary { - border-color: #1fc8db; + border-color: #11e4c4; } .select select.is-info { - border-color: #42afe3; + border-color: #0f6bff; } .select select.is-success { - border-color: #97cd76; + border-color: #20ee68; } .select select.is-warning { - border-color: #fce473; + border-color: #ffcf0f; } .select select.is-danger { - border-color: #ed6c63; + border-color: #ff0f3f; } .select select:hover { @@ -1644,7 +1576,7 @@ a.box:active { } .select:after { - border: 1px solid #1fc8db; + border: 1px solid #11e4c4; border-right: 0; border-top: 0; content: " "; @@ -1652,8 +1584,7 @@ a.box:active { height: 7px; pointer-events: none; position: absolute; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); + transform: rotate(-45deg); width: 7px; margin-top: -6px; right: 16px; @@ -1737,23 +1668,23 @@ a.box:active { } .help.is-primary { - color: #1fc8db; + color: #11e4c4; } .help.is-info { - color: #42afe3; + color: #0f6bff; } .help.is-success { - color: #97cd76; + color: #20ee68; } .help.is-warning { - color: #fce473; + color: #ffcf0f; } .help.is-danger { - color: #ed6c63; + color: #ff0f3f; } @media screen and (max-width: 768px) { @@ -1764,13 +1695,9 @@ a.box:active { @media screen and (min-width: 769px) { .control-label { - -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; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; margin-right: 20px; padding-top: 7px; text-align: right; @@ -1787,12 +1714,8 @@ a.box:active { } .control.has-addons { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; } .control.has-addons .button, @@ -1853,34 +1776,24 @@ a.box:active { .control.has-addons .input.is-expanded, .control.has-addons .is-expanded.textarea, .control.has-addons .select.is-expanded { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .control.has-addons.has-addons-centered { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .control.has-addons.has-addons-right { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; } .control.has-addons.has-addons-fullwidth .button, .control.has-addons.has-addons-fullwidth .input, .control.has-addons.has-addons-fullwidth .textarea, .control.has-addons.has-addons-fullwidth .select { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .control.has-icon > .fa { @@ -1982,12 +1895,8 @@ a.box:active { } .control.is-grouped { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; } .control.is-grouped > .control:not(:last-child) { @@ -1996,42 +1905,27 @@ a.box:active { } .control.is-grouped > .control.is-expanded { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .control.is-grouped.is-grouped-centered { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .control.is-grouped.is-grouped-right { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; } @media screen and (min-width: 769px) { .control.is-horizontal { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .control.is-horizontal > .control { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -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; + flex-basis: 0; + flex-grow: 5; + flex-shrink: 1; } } @@ -2162,27 +2056,27 @@ a.box:active { } .notification.is-primary { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } .notification.is-info { - background-color: #42afe3; + background-color: #0f6bff; color: white; } .notification.is-success { - background-color: #97cd76; + background-color: #20ee68; color: white; } .notification.is-warning { - background-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + color: white; } .notification.is-danger { - background-color: #ed6c63; + background-color: #ff0f3f; color: white; } @@ -2243,43 +2137,43 @@ a.box:active { } .progress.is-primary::-webkit-progress-value { - background-color: #1fc8db; + background-color: #11e4c4; } .progress.is-primary::-moz-progress-bar { - background-color: #1fc8db; + background-color: #11e4c4; } .progress.is-info::-webkit-progress-value { - background-color: #42afe3; + background-color: #0f6bff; } .progress.is-info::-moz-progress-bar { - background-color: #42afe3; + background-color: #0f6bff; } .progress.is-success::-webkit-progress-value { - background-color: #97cd76; + background-color: #20ee68; } .progress.is-success::-moz-progress-bar { - background-color: #97cd76; + background-color: #20ee68; } .progress.is-warning::-webkit-progress-value { - background-color: #fce473; + background-color: #ffcf0f; } .progress.is-warning::-moz-progress-bar { - background-color: #fce473; + background-color: #ffcf0f; } .progress.is-danger::-webkit-progress-value { - background-color: #ed6c63; + background-color: #ff0f3f; } .progress.is-danger::-moz-progress-bar { - background-color: #ed6c63; + background-color: #ff0f3f; } .progress.is-small { @@ -2351,7 +2245,7 @@ a.box:active { .table td.is-link > a:hover, .table th.is-link > a:hover { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } @@ -2659,13 +2553,11 @@ a.box:active { } .delete:before, .modal-close:before { - -webkit-transform: rotate(45deg); - transform: rotate(45deg); + transform: rotate(45deg); } .delete:after, .modal-close:after { - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); + transform: rotate(-45deg); } .delete:hover, .modal-close:hover { @@ -2748,12 +2640,8 @@ a.box:active { 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; } @@ -2774,15 +2662,13 @@ a.box:active { } .hamburger.is-active span, .is-active.nav-toggle span { - background-color: #1fc8db; + background-color: #11e4c4; } .hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { margin-left: -5px; - -webkit-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transform-origin: left top; - transform-origin: left top; + transform: rotate(45deg); + transform-origin: left top; } .hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { @@ -2791,10 +2677,8 @@ a.box:active { .hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { margin-left: -5px; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); - -webkit-transform-origin: left bottom; - transform-origin: left bottom; + transform: rotate(-45deg); + transform-origin: left bottom; } .heading { @@ -2819,8 +2703,7 @@ a.box:active { } .loader, .button.is-loading:after, .control.is-loading:after { - -webkit-animation: spin-around 500ms infinite linear; - animation: spin-around 500ms infinite linear; + animation: spin-around 500ms infinite linear; border: 2px solid #d3d6db; border-radius: 290486px; border-right-color: transparent; @@ -2841,20 +2724,14 @@ a.box:active { } .tag { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: #f5f7fa; border-radius: 290486px; color: #69707a; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 12px; height: 24px; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; line-height: 16px; padding-left: 10px; padding-right: 10px; @@ -2888,27 +2765,27 @@ a.box:active { } .tag.is-primary { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } .tag.is-info { - background-color: #42afe3; + background-color: #0f6bff; color: white; } .tag.is-success { - background-color: #97cd76; + background-color: #20ee68; color: white; } .tag.is-warning { - background-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + color: white; } .tag.is-danger { - background-color: #ed6c63; + background-color: #ff0f3f; color: white; } @@ -2949,42 +2826,26 @@ a.box:active { } .card-header { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; + align-items: stretch; box-shadow: 0 1px 2px rgba(17, 17, 17, 0.1); - display: -webkit-box; - display: -ms-flexbox; display: flex; min-height: 40px; } .card-header-title { - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; + align-items: flex-start; color: #222324; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; + flex-grow: 1; font-weight: bold; padding: 10px; } .card-header-icon { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; cursor: pointer; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; width: 40px; } @@ -3003,27 +2864,15 @@ a.box:active { .card-footer { border-top: 1px solid #d3d6db; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; } .card-footer-item { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + flex-grow: 1; + justify-content: center; padding: 10px; } @@ -3053,61 +2902,43 @@ a.box:active { } .column { - -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; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 1; padding: 10px; } .columns.is-mobile > .column.is-narrow { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; } .columns.is-mobile > .column.is-full { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .columns.is-mobile > .column.is-three-quarters { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .columns.is-mobile > .column.is-two-thirds { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.6666%; } .columns.is-mobile > .column.is-half { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .columns.is-mobile > .column.is-one-third { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.3333%; } .columns.is-mobile > .column.is-one-quarter { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } @@ -3132,9 +2963,7 @@ a.box:active { } .columns.is-mobile > .column.is-1 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 8.33333%; } @@ -3143,9 +2972,7 @@ a.box:active { } .columns.is-mobile > .column.is-2 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 16.66667%; } @@ -3154,9 +2981,7 @@ a.box:active { } .columns.is-mobile > .column.is-3 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } @@ -3165,9 +2990,7 @@ a.box:active { } .columns.is-mobile > .column.is-4 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.33333%; } @@ -3176,9 +2999,7 @@ a.box:active { } .columns.is-mobile > .column.is-5 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 41.66667%; } @@ -3187,9 +3008,7 @@ a.box:active { } .columns.is-mobile > .column.is-6 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } @@ -3198,9 +3017,7 @@ a.box:active { } .columns.is-mobile > .column.is-7 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 58.33333%; } @@ -3209,9 +3026,7 @@ a.box:active { } .columns.is-mobile > .column.is-8 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.66667%; } @@ -3220,9 +3035,7 @@ a.box:active { } .columns.is-mobile > .column.is-9 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } @@ -3231,9 +3044,7 @@ a.box:active { } .columns.is-mobile > .column.is-10 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 83.33333%; } @@ -3242,9 +3053,7 @@ a.box:active { } .columns.is-mobile > .column.is-11 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 91.66667%; } @@ -3253,9 +3062,7 @@ a.box:active { } .columns.is-mobile > .column.is-12 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } @@ -3265,44 +3072,30 @@ a.box:active { @media screen and (max-width: 768px) { .column.is-narrow-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; } .column.is-full-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-three-quarters-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-two-thirds-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.6666%; } .column.is-half-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-one-third-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.3333%; } .column.is-one-quarter-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-three-quarters-mobile { @@ -3321,108 +3114,84 @@ a.box:active { margin-left: 25%; } .column.is-1-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 8.33333%; } .column.is-offset-1-mobile { margin-left: 8.33333%; } .column.is-2-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 16.66667%; } .column.is-offset-2-mobile { margin-left: 16.66667%; } .column.is-3-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-3-mobile { margin-left: 25%; } .column.is-4-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.33333%; } .column.is-offset-4-mobile { margin-left: 33.33333%; } .column.is-5-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 41.66667%; } .column.is-offset-5-mobile { margin-left: 41.66667%; } .column.is-6-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-offset-6-mobile { margin-left: 50%; } .column.is-7-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 58.33333%; } .column.is-offset-7-mobile { margin-left: 58.33333%; } .column.is-8-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.66667%; } .column.is-offset-8-mobile { margin-left: 66.66667%; } .column.is-9-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-offset-9-mobile { margin-left: 75%; } .column.is-10-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 83.33333%; } .column.is-offset-10-mobile { margin-left: 83.33333%; } .column.is-11-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 91.66667%; } .column.is-offset-11-mobile { margin-left: 91.66667%; } .column.is-12-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-offset-12-mobile { @@ -3432,44 +3201,30 @@ a.box:active { @media screen and (min-width: 769px) { .column.is-narrow, .column.is-narrow-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; } .column.is-full, .column.is-full-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-three-quarters, .column.is-three-quarters-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-two-thirds, .column.is-two-thirds-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.6666%; } .column.is-half, .column.is-half-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-one-third, .column.is-one-third-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.3333%; } .column.is-one-quarter, .column.is-one-quarter-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet { @@ -3488,108 +3243,84 @@ a.box:active { margin-left: 25%; } .column.is-1, .column.is-1-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-offset-12, .column.is-offset-12-tablet { @@ -3599,44 +3330,30 @@ a.box:active { @media screen and (min-width: 980px) { .column.is-narrow-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; } .column.is-full-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-three-quarters-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-two-thirds-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.6666%; } .column.is-half-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-one-third-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.3333%; } .column.is-one-quarter-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-three-quarters-desktop { @@ -3655,108 +3372,84 @@ a.box:active { margin-left: 25%; } .column.is-1-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 8.33333%; } .column.is-offset-1-desktop { margin-left: 8.33333%; } .column.is-2-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 16.66667%; } .column.is-offset-2-desktop { margin-left: 16.66667%; } .column.is-3-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-3-desktop { margin-left: 25%; } .column.is-4-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.33333%; } .column.is-offset-4-desktop { margin-left: 33.33333%; } .column.is-5-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 41.66667%; } .column.is-offset-5-desktop { margin-left: 41.66667%; } .column.is-6-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-offset-6-desktop { margin-left: 50%; } .column.is-7-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 58.33333%; } .column.is-offset-7-desktop { margin-left: 58.33333%; } .column.is-8-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.66667%; } .column.is-offset-8-desktop { margin-left: 66.66667%; } .column.is-9-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-offset-9-desktop { margin-left: 75%; } .column.is-10-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 83.33333%; } .column.is-offset-10-desktop { margin-left: 83.33333%; } .column.is-11-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 91.66667%; } .column.is-offset-11-desktop { margin-left: 91.66667%; } .column.is-12-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-offset-12-desktop { @@ -3766,44 +3459,30 @@ a.box:active { @media screen and (min-width: 1180px) { .column.is-narrow-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; } .column.is-full-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-three-quarters-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-two-thirds-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.6666%; } .column.is-half-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-one-third-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.3333%; } .column.is-one-quarter-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-three-quarters-widescreen { @@ -3822,108 +3501,84 @@ a.box:active { margin-left: 25%; } .column.is-1-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 8.33333%; } .column.is-offset-1-widescreen { margin-left: 8.33333%; } .column.is-2-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 16.66667%; } .column.is-offset-2-widescreen { margin-left: 16.66667%; } .column.is-3-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-3-widescreen { margin-left: 25%; } .column.is-4-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.33333%; } .column.is-offset-4-widescreen { margin-left: 33.33333%; } .column.is-5-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 41.66667%; } .column.is-offset-5-widescreen { margin-left: 41.66667%; } .column.is-6-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-offset-6-widescreen { margin-left: 50%; } .column.is-7-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 58.33333%; } .column.is-offset-7-widescreen { margin-left: 58.33333%; } .column.is-8-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.66667%; } .column.is-offset-8-widescreen { margin-left: 66.66667%; } .column.is-9-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-offset-9-widescreen { margin-left: 75%; } .column.is-10-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 83.33333%; } .column.is-offset-10-widescreen { margin-left: 83.33333%; } .column.is-11-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 91.66667%; } .column.is-offset-11-widescreen { margin-left: 91.66667%; } .column.is-12-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-offset-12-widescreen { @@ -3946,9 +3601,7 @@ a.box:active { } .columns.is-centered { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .columns.is-gapless { @@ -3972,8 +3625,7 @@ a.box:active { @media screen and (min-width: 769px) { .columns.is-grid { - -ms-flex-wrap: wrap; - flex-wrap: wrap; + flex-wrap: wrap; } .columns.is-grid > .column { max-width: 33.3333%; @@ -3986,53 +3638,34 @@ a.box:active { } .columns.is-mobile { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .columns.is-multiline { - -ms-flex-wrap: wrap; - flex-wrap: wrap; + flex-wrap: wrap; } .columns.is-vcentered { - -webkit-box-align: center; - -ms-flex-align: center; - -ms-grid-row-align: center; - align-items: center; + align-items: center; } @media screen and (min-width: 769px) { .columns:not(.is-desktop) { - display: -webkit-box; - display: -ms-flexbox; display: flex; } } @media screen and (min-width: 980px) { .columns.is-desktop { - display: -webkit-box; - display: -ms-flexbox; display: flex; } } .tile { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - -ms-grid-row-align: stretch; - align-items: stretch; - -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; - min-height: -webkit-min-content; - min-height: -moz-min-content; + align-items: stretch; + flex-basis: auto; + flex-grow: 1; + flex-shrink: 1; min-height: min-content; } @@ -4059,10 +3692,7 @@ a.box:active { } .tile.is-vertical { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; + flex-direction: column; } .tile.is-vertical > .tile.is-child:not(:last-child) { @@ -4071,80 +3701,54 @@ a.box:active { @media screen and (min-width: 769px) { .tile:not(.is-child) { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .tile.is-1 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 8.33333%; } .tile.is-2 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 16.66667%; } .tile.is-3 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .tile.is-4 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.33333%; } .tile.is-5 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 41.66667%; } .tile.is-6 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .tile.is-7 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 58.33333%; } .tile.is-8 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.66667%; } .tile.is-9 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .tile.is-10 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 83.33333%; } .tile.is-11 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 91.66667%; } .tile.is-12 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } } @@ -4392,9 +3996,7 @@ a.box:active { .level-left .level-item.is-flexible, .level-right .level-item.is-flexible { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; + flex-grow: 1; } @media screen and (max-width: 768px) { @@ -4405,37 +4007,22 @@ a.box:active { @media screen and (min-width: 769px) { .level-left { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; } } @media screen and (min-width: 769px) { .level-right { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; } } .level { - -webkit-box-align: center; - -ms-flex-align: center; - -ms-grid-row-align: center; - align-items: center; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; + align-items: center; + justify-content: space-between; } .level code { @@ -4448,8 +4035,6 @@ a.box:active { } .level.is-mobile { - display: -webkit-box; - display: -ms-flexbox; display: flex; } @@ -4458,21 +4043,15 @@ a.box:active { } .level.is-mobile > .level-item:not(.is-narrow) { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; + flex-grow: 1; } @media screen and (min-width: 769px) { .level { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .level > .level-item:not(.is-narrow) { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; + flex-grow: 1; } } @@ -4510,20 +4089,13 @@ a.box:active { } .media-content { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 1; - flex-shrink: 1; + flex-grow: 1; + flex-shrink: 1; text-align: left; } .media { - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - display: -webkit-box; - display: -ms-flexbox; + align-items: flex-start; display: flex; text-align: left; } @@ -4534,8 +4106,6 @@ a.box:active { .media .media { border-top: 1px solid rgba(211, 214, 219, 0.5); - display: -webkit-box; - display: -ms-flexbox; display: flex; padding-top: 10px; } @@ -4584,11 +4154,11 @@ a.box:active { .menu-list a:hover { background-color: #f5f7fa; - color: #1fc8db; + color: #11e4c4; } .menu-list a.is-active { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } @@ -4698,44 +4268,44 @@ a.box:active { } .message.is-primary { - background-color: #edfbfc; + background-color: #ecfefb; } .message.is-primary .message-header { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } .message.is-primary .message-body { - border-color: #1fc8db; + border-color: #11e4c4; color: gray; } .message.is-info { - background-color: #edf7fc; + background-color: #ebf2ff; } .message.is-info .message-header { - background-color: #42afe3; + background-color: #0f6bff; color: white; } .message.is-info .message-body { - border-color: #42afe3; + border-color: #0f6bff; color: gray; } .message.is-success { - background-color: #f4faf0; + background-color: #ecfef2; } .message.is-success .message-header { - background-color: #97cd76; + background-color: #20ee68; color: white; } .message.is-success .message-body { - border-color: #97cd76; + border-color: #20ee68; color: gray; } @@ -4744,26 +4314,26 @@ a.box:active { } .message.is-warning .message-header { - background-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + color: white; } .message.is-warning .message-body { - border-color: #fce473; - color: #666666; + border-color: #ffcf0f; + color: gray; } .message.is-danger { - background-color: #fdeeed; + background-color: #ffebef; } .message.is-danger .message-header { - background-color: #ed6c63; + background-color: #ff0f3f; color: white; } .message.is-danger .message-body { - border-color: #ed6c63; + border-color: #ff0f3f; color: gray; } @@ -4802,31 +4372,19 @@ a.box:active { } .modal-card { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; + flex-direction: column; max-height: calc(100vh - 40px); overflow: hidden; } .modal-card-head, .modal-card-foot { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: #f5f7fa; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + flex-shrink: 0; + justify-content: flex-start; padding: 20px; position: relative; } @@ -4839,11 +4397,8 @@ a.box:active { .modal-card-title { color: #222324; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; font-size: 24px; line-height: 1; } @@ -4860,11 +4415,8 @@ a.box:active { .modal-card-body { background-color: #fff; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 1; - flex-shrink: 1; + flex-grow: 1; + flex-shrink: 1; overflow: auto; padding: 20px; } @@ -4875,22 +4427,15 @@ a.box:active { position: absolute; right: 0; top: 0; - -webkit-box-align: center; - -ms-flex-align: center; - -ms-grid-row-align: center; - align-items: center; + align-items: center; display: none; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; overflow: hidden; position: fixed; z-index: 1986; } .modal.is-active { - display: -webkit-box; - display: -ms-flexbox; display: flex; } @@ -4901,24 +4446,15 @@ a.box:active { } .nav-item { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; padding: 10px; } .nav-item a { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .nav-item img { @@ -4939,9 +4475,7 @@ a.box:active { @media screen and (max-width: 768px) { .nav-item { - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; } } @@ -4970,15 +4504,15 @@ a.nav-item.is-tab { .nav-item a.is-tab:hover, a.nav-item.is-tab:hover { - border-bottom: 1px solid #1fc8db; + border-bottom: 1px solid #11e4c4; border-top: 1px solid transparent; } .nav-item a.is-tab.is-active, a.nav-item.is-tab.is-active { - border-bottom: 3px solid #1fc8db; + border-bottom: 3px solid #11e4c4; border-top: 3px solid transparent; - color: #1fc8db; + color: #11e4c4; } @media screen and (max-width: 768px) { @@ -5007,69 +4541,39 @@ a.nav-item.is-tab.is-active { } .nav-left { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; - -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: start; - -ms-flex-pack: start; - justify-content: flex-start; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-start; overflow: hidden; overflow-x: auto; white-space: nowrap; } .nav-center { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; margin-left: auto; margin-right: auto; } @media screen and (min-width: 769px) { .nav-right { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; - -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: end; - -ms-flex-pack: end; - justify-content: flex-end; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-end; } } .nav { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; + align-items: stretch; background-color: #fff; - display: -webkit-box; - display: -ms-flexbox; display: flex; min-height: 50px; position: relative; @@ -5078,11 +4582,7 @@ a.nav-item.is-tab.is-active { } .nav > .container { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; min-height: 50px; width: 100%; @@ -5116,15 +4616,9 @@ a.nav-item.is-tab.is-active { } .pagination { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; text-align: center; } @@ -5145,26 +4639,16 @@ a.nav-item.is-tab.is-active { } .pagination ul { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; - -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; + flex-grow: 1; + flex-shrink: 0; + justify-content: center; } @media screen and (max-width: 768px) { .pagination { - -ms-flex-wrap: wrap; - flex-wrap: wrap; + flex-wrap: wrap; } .pagination > a { width: calc(50% - 5px); @@ -5173,11 +4657,8 @@ a.nav-item.is-tab.is-active { margin-left: 10px; } .pagination li { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .pagination ul { margin-top: 10px; @@ -5186,9 +4667,7 @@ a.nav-item.is-tab.is-active { @media screen and (min-width: 769px) { .pagination > a:not(:first-child) { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; + order: 1; } } @@ -5225,18 +4704,14 @@ a.nav-item.is-tab.is-active { } .panel-list a:hover { - color: #1fc8db; + color: #11e4c4; } .panel-tabs { - display: -webkit-box; - display: -ms-flexbox; display: flex; font-size: 11px; padding: 5px 10px 0; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .panel-tabs a { @@ -5279,15 +4754,9 @@ a.panel-block:hover { } .tabs { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; + justify-content: space-between; line-height: 24px; overflow: hidden; overflow-x: auto; @@ -5295,17 +4764,11 @@ a.panel-block:hover { } .tabs a { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; border-bottom: 1px solid #d3d6db; color: #69707a; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; margin-bottom: -1px; padding: 6px 12px; vertical-align: top; @@ -5321,26 +4784,17 @@ a.panel-block:hover { } .tabs li.is-active a { - border-bottom-color: #1fc8db; - color: #1fc8db; + border-bottom-color: #11e4c4; + color: #11e4c4; } .tabs ul { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; border-bottom: 1px solid #d3d6db; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -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; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-start; } .tabs ul.is-left { @@ -5348,20 +4802,14 @@ a.panel-block:hover { } .tabs ul.is-center { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + flex: none; + justify-content: center; padding-left: 10px; padding-right: 10px; } .tabs ul.is-right { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; padding-left: 10px; } @@ -5374,15 +4822,11 @@ a.panel-block:hover { } .tabs.is-centered ul { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .tabs.is-right ul { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; } .tabs.is-boxed a { @@ -5404,11 +4848,8 @@ a.panel-block:hover { } .tabs.is-fullwidth li { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .tabs.is-toggle a { @@ -5438,8 +4879,8 @@ a.panel-block:hover { } .tabs.is-toggle li.is-active a { - background-color: #1fc8db; - border-color: #1fc8db; + background-color: #11e4c4; + border-color: #11e4c4; color: white; z-index: 1; } @@ -5502,8 +4943,7 @@ a.panel-block:hover { min-width: 100%; position: absolute; top: 50%; - -webkit-transform: translate3d(-50%, -50%, 0); - transform: translate3d(-50%, -50%, 0); + transform: translate3d(-50%, -50%, 0); } .hero-video.is-transparent { @@ -5522,8 +4962,6 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero-buttons .button { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .hero-buttons .button:not(:last-child) { @@ -5533,12 +4971,8 @@ a.panel-block:hover { @media screen and (min-width: 769px) { .hero-buttons { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .hero-buttons .button:not(:last-child) { margin-right: 20px; @@ -5547,16 +4981,12 @@ a.panel-block:hover { .hero-head, .hero-foot { - -ms-flex-negative: 0; - flex-shrink: 0; + flex-shrink: 0; } .hero-body { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; padding: 40px 20px; } @@ -5568,20 +4998,11 @@ a.panel-block:hover { } .hero { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; + align-items: stretch; background-color: #fff; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -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; + flex-direction: column; + justify-content: space-between; } .hero .nav { @@ -5665,7 +5086,6 @@ a.panel-block:hover { } .hero.is-white.is-bold { - background-image: -webkit-linear-gradient(309deg, #e6e6e6 0%, #fff 71%, white 100%); background-image: linear-gradient(141deg, #e6e6e6 0%, #fff 71%, white 100%); } @@ -5756,7 +5176,6 @@ a.panel-block:hover { } .hero.is-black.is-bold { - background-image: -webkit-linear-gradient(309deg, black 0%, #111 71%, #1f1c1c 100%); background-image: linear-gradient(141deg, black 0%, #111 71%, #1f1c1c 100%); } @@ -5847,7 +5266,6 @@ a.panel-block:hover { } .hero.is-light.is-bold { - background-image: -webkit-linear-gradient(309deg, #d0e0ec 0%, #f5f7fa 71%, white 100%); background-image: linear-gradient(141deg, #d0e0ec 0%, #f5f7fa 71%, white 100%); } @@ -5938,7 +5356,6 @@ a.panel-block:hover { } .hero.is-dark.is-bold { - background-image: -webkit-linear-gradient(309deg, #495a67 0%, #69707a 71%, #6e768e 100%); background-image: linear-gradient(141deg, #495a67 0%, #69707a 71%, #6e768e 100%); } @@ -5958,7 +5375,7 @@ a.panel-block:hover { } .hero.is-primary { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } @@ -5986,7 +5403,7 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-primary .nav-menu { - background-color: #1fc8db; + background-color: #11e4c4; } } @@ -6025,12 +5442,11 @@ a.panel-block:hover { .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: white; border-color: white; - color: #1fc8db; + color: #11e4c4; } .hero.is-primary.is-bold { - background-image: -webkit-linear-gradient(309deg, #0fb8ad 0%, #1fc8db 71%, #2cb5e8 100%); - background-image: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 71%, #2cb5e8 100%); + background-image: linear-gradient(141deg, #04be83 0%, #11e4c4 71%, #1af1f4 100%); } @media screen and (max-width: 768px) { @@ -6049,7 +5465,7 @@ a.panel-block:hover { } .hero.is-info { - background-color: #42afe3; + background-color: #0f6bff; color: white; } @@ -6077,7 +5493,7 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-info .nav-menu { - background-color: #42afe3; + background-color: #0f6bff; } } @@ -6116,12 +5532,11 @@ a.panel-block:hover { .hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover { background-color: white; border-color: white; - color: #42afe3; + color: #0f6bff; } .hero.is-info.is-bold { - background-image: -webkit-linear-gradient(309deg, #13bfdf 0%, #42afe3 71%, #53a1eb 100%); - background-image: linear-gradient(141deg, #13bfdf 0%, #42afe3 71%, #53a1eb 100%); + background-image: linear-gradient(141deg, #0079db 0%, #0f6bff 71%, #2957ff 100%); } @media screen and (max-width: 768px) { @@ -6140,7 +5555,7 @@ a.panel-block:hover { } .hero.is-success { - background-color: #97cd76; + background-color: #20ee68; color: white; } @@ -6168,7 +5583,7 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-success .nav-menu { - background-color: #97cd76; + background-color: #20ee68; } } @@ -6207,12 +5622,11 @@ a.panel-block:hover { .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: white; border-color: white; - color: #97cd76; + color: #20ee68; } .hero.is-success.is-bold { - background-image: -webkit-linear-gradient(309deg, #8ecb45 0%, #97cd76 71%, #96d885 100%); - background-image: linear-gradient(141deg, #8ecb45 0%, #97cd76 71%, #96d885 100%); + background-image: linear-gradient(141deg, #04d72b 0%, #20ee68 71%, #32f597 100%); } @media screen and (max-width: 768px) { @@ -6231,12 +5645,12 @@ a.panel-block:hover { } .hero.is-warning { - background-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + color: white; } .hero.is-warning .title { - color: rgba(17, 17, 17, 0.5); + color: white; } .hero.is-warning .title a, @@ -6245,37 +5659,37 @@ a.panel-block:hover { } .hero.is-warning .subtitle { - color: rgba(17, 17, 17, 0.7); + color: rgba(255, 255, 255, 0.7); } .hero.is-warning .subtitle a, .hero.is-warning .subtitle strong { - color: rgba(17, 17, 17, 0.5); + color: white; } .hero.is-warning .nav { - box-shadow: 0 1px 0 rgba(17, 17, 17, 0.2); + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); } @media screen and (max-width: 768px) { .hero.is-warning .nav-menu { - background-color: #fce473; + background-color: #ffcf0f; } } .hero.is-warning a.nav-item, .hero.is-warning .nav-item a:not(.button) { - color: rgba(17, 17, 17, 0.5); + color: rgba(255, 255, 255, 0.5); } .hero.is-warning a.nav-item:hover, .hero.is-warning a.nav-item.is-active, .hero.is-warning .nav-item a:not(.button):hover, .hero.is-warning .nav-item a:not(.button).is-active { - color: rgba(17, 17, 17, 0.5); + color: white; } .hero.is-warning .tabs a { - color: rgba(17, 17, 17, 0.5); + color: white; opacity: 0.5; } @@ -6288,7 +5702,7 @@ a.panel-block:hover { } .hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a { - color: rgba(17, 17, 17, 0.5); + color: white; } .hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover { @@ -6296,33 +5710,32 @@ a.panel-block:hover { } .hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { - background-color: rgba(17, 17, 17, 0.5); - border-color: rgba(17, 17, 17, 0.5); - color: #fce473; + background-color: white; + border-color: white; + color: #ffcf0f; } .hero.is-warning.is-bold { - background-image: -webkit-linear-gradient(309deg, #ffbd3d 0%, #fce473 71%, #fffe8a 100%); - background-image: linear-gradient(141deg, #ffbd3d 0%, #fce473 71%, #fffe8a 100%); + background-image: linear-gradient(141deg, #db8b00 0%, #ffcf0f 71%, #fff829 100%); } @media screen and (max-width: 768px) { .hero.is-warning .nav-toggle span { - background-color: rgba(17, 17, 17, 0.5); + background-color: white; } .hero.is-warning .nav-toggle:hover { background-color: rgba(17, 17, 17, 0.1); } .hero.is-warning .nav-toggle.is-active span { - background-color: rgba(17, 17, 17, 0.5); + background-color: white; } .hero.is-warning .nav-menu .nav-item { - border-top-color: rgba(17, 17, 17, 0.2); + border-top-color: rgba(255, 255, 255, 0.2); } } .hero.is-danger { - background-color: #ed6c63; + background-color: #ff0f3f; color: white; } @@ -6350,7 +5763,7 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-danger .nav-menu { - background-color: #ed6c63; + background-color: #ff0f3f; } } @@ -6389,12 +5802,11 @@ a.panel-block:hover { .hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover { background-color: white; border-color: white; - color: #ed6c63; + color: #ff0f3f; } .hero.is-danger.is-bold { - background-image: -webkit-linear-gradient(309deg, #f32a3e 0%, #ed6c63 71%, #f39376 100%); - background-image: linear-gradient(141deg, #f32a3e 0%, #ed6c63 71%, #f39376 100%); + background-image: linear-gradient(141deg, #db0050 0%, #ff0f3f 71%, #ff2930 100%); } @media screen and (max-width: 768px) { @@ -6431,20 +5843,13 @@ a.panel-block:hover { } .hero.is-fullheight .hero-body { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; } .hero.is-fullheight .hero-body > .container { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .section { @@ -6479,7 +5884,7 @@ a.panel-block:hover { } .footer a:not(.icon):hover, .footer a:visited:not(.icon):hover { - border-bottom-color: #1fc8db; + border-bottom-color: #11e4c4; } @media screen and (min-width: 769px) { @@ -6601,7 +6006,7 @@ body.page-grid .column > .notification { #npm code { border-radius: 3px; - color: #1fc8db; + color: #11e4c4; display: inline-block; font-size: 16px; padding: 16px 32px; @@ -6632,17 +6037,11 @@ body.page-grid .column > .notification { } #social { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; height: 20px; margin-bottom: 1em; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } #social a { @@ -6670,9 +6069,9 @@ body.page-grid .column > .notification { .example, .structure { - border: 1px solid #fce473; + border: 1px solid #ffcf0f; border-top-right-radius: 3px; - color: rgba(17, 17, 17, 0.5); + color: white; padding: 15px 20px; position: relative; } @@ -6689,7 +6088,7 @@ body.page-grid .column > .notification { .example:before, .structure:before { - background: #fce473; + background: #ffcf0f; border-radius: 3px 3px 0 0; bottom: 100%; content: "Example"; @@ -6714,7 +6113,7 @@ body.page-grid .column > .notification { } .example + .highlight { - border: 1px solid #fce473; + border: 1px solid #ffcf0f; border-radius: 0 0 3px 3px; border-top: none; margin-top: -20px; @@ -6729,13 +6128,13 @@ body.page-grid .column > .notification { } .structure { - border-color: #ed6c63; + border-color: #ff0f3f; border-radius: 3px; padding: 20px; } .structure:before { - background: #ed6c63; + background: #ff0f3f; color: white; content: "Structure"; } @@ -6764,18 +6163,12 @@ body.page-grid .column > .notification { position: absolute; right: 0; top: 0; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; content: attr(title); - display: -webkit-box; - display: -ms-flexbox; display: flex; font-family: "Source Code Pro", "Monaco", "Inconsolata", monospace; font-size: 11px; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; padding: 3px 5px; z-index: 2; } @@ -6785,13 +6178,8 @@ body.page-grid .column > .notification { } .structure-item.is-structure-container:after { - -webkit-box-align: start; - -ms-flex-align: start; - -ms-grid-row-align: flex-start; - align-items: flex-start; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + align-items: flex-start; + justify-content: flex-start; padding: 5px 10px; } @@ -6813,8 +6201,8 @@ body.page-grid .column > .notification { .highlight .copy:hover, .highlight .expand:hover { - border-color: #ed6c63; - color: #ed6c63; + border-color: #ff0f3f; + color: #ff0f3f; } .highlight .expand { diff --git a/docs/css/bulma.css b/docs/css/bulma.css new file mode 100644 index 00000000..6976583c --- /dev/null +++ b/docs/css/bulma.css @@ -0,0 +1,5887 @@ +html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font-weight: normal; + vertical-align: baseline; + background: transparent; +} + +article, aside, figure, footer, header, nav, section, details, summary { + display: block; +} + +html { + box-sizing: border-box; +} + +*, +*:before, +*:after { + box-sizing: inherit; +} + +img, +object, +embed { + max-width: 100%; +} + +html { + overflow-y: scroll; +} + +ul { + list-style: none; +} + +blockquote, q { + quotes: none; +} + +blockquote:before, +blockquote:after, +q:before, +q:after { + content: ''; + content: none; +} + +a { + margin: 0; + padding: 0; + font-size: 100%; + vertical-align: baseline; + background: transparent; +} + +del { + text-decoration: line-through; +} + +abbr[title], dfn[title] { + border-bottom: 1px dotted #000; + cursor: help; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +th { + font-weight: bold; + vertical-align: bottom; +} + +td { + font-weight: normal; + vertical-align: top; +} + +hr { + display: block; + height: 1px; + border: 0; + border-top: 1px solid #ccc; + margin: 1em 0; + padding: 0; +} + +input, select { + vertical-align: middle; +} + +pre { + white-space: pre; + white-space: pre-wrap; + white-space: pre-line; + word-wrap: break-word; +} + +input[type="radio"] { + vertical-align: text-bottom; +} + +input[type="checkbox"] { + vertical-align: bottom; +} + +select, input, textarea { + font: 99% sans-serif; +} + +table { + font-size: inherit; + font: 100%; +} + +small { + font-size: 85%; +} + +strong { + font-weight: bold; +} + +td, td img { + vertical-align: top; +} + +sub, sup { + font-size: 75%; + line-height: 0; + position: relative; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +pre, code, kbd, samp { + font-family: monospace, sans-serif; +} + +label, +input[type=button], +input[type=submit], +input[type=file], +button { + cursor: pointer; +} + +button, input, select, textarea { + margin: 0; +} + +button, +input[type=button] { + width: auto; + overflow: visible; +} + +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + +html { + background-color: #f5f7fa; + font-size: 14px; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + min-width: 300px; + overflow-x: hidden; + overflow-y: scroll; + text-rendering: optimizeLegibility; +} + +article, +aside, +figure, +footer, +header, +hgroup, +section { + display: block; +} + +body, +button, +input, +select, +textarea { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; +} + +code, +pre { + -moz-osx-font-smoothing: auto; + -webkit-font-smoothing: auto; + font-family: "Source Code Pro", "Monaco", "Inconsolata", monospace; + line-height: 1.25; +} + +body { + color: #69707a; + font-size: 1rem; + font-weight: 400; + line-height: 1.428571428571429; +} + +a { + color: #24ffde; + cursor: pointer; + text-decoration: none; + transition: none 86ms ease-out; +} + +a:hover { + color: #222324; +} + +code { + background-color: #f5f7fa; + color: #ff2450; + font-size: 12px; + font-weight: normal; + padding: 1px 2px 2px; +} + +hr { + border-top-color: #d3d6db; + margin: 40px 0; +} + +img { + max-width: 100%; +} + +input[type="checkbox"], +input[type="radio"] { + vertical-align: baseline; +} + +small { + font-size: 11px; +} + +span { + font-style: inherit; + font-weight: inherit; +} + +strong { + color: #222324; + font-weight: 700; +} + +pre { + background-color: #f5f7fa; + color: #69707a; + white-space: pre; + word-wrap: normal; +} + +pre code { + background-color: #f5f7fa; + color: #69707a; + display: block; + overflow-x: auto; + padding: 16px 20px; +} + +table { + width: 100%; +} + +table td, +table th { + text-align: left; + vertical-align: top; +} + +table th { + color: #222324; +} + +.block:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .highlight:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { + margin-bottom: 20px; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + +.is-block { + display: block; +} + +@media screen and (max-width: 768px) { + .is-block-mobile { + display: block !important; + } +} + +@media screen and (min-width: 769px) { + .is-block-tablet { + display: block !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-block-tablet-only { + display: block !important; + } +} + +@media screen and (max-width: 979px) { + .is-block-touch { + display: block !important; + } +} + +@media screen and (min-width: 980px) { + .is-block-desktop { + display: block !important; + } +} + +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-block-desktop-only { + display: block !important; + } +} + +@media screen and (min-width: 1180px) { + .is-block-widescreen { + display: block !important; + } +} + +.is-flex { + display: flex; +} + +@media screen and (max-width: 768px) { + .is-flex-mobile { + display: flex !important; + } +} + +@media screen and (min-width: 769px) { + .is-flex-tablet { + display: flex !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-flex-tablet-only { + display: flex !important; + } +} + +@media screen and (max-width: 979px) { + .is-flex-touch { + display: flex !important; + } +} + +@media screen and (min-width: 980px) { + .is-flex-desktop { + display: flex !important; + } +} + +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-flex-desktop-only { + display: flex !important; + } +} + +@media screen and (min-width: 1180px) { + .is-flex-widescreen { + display: flex !important; + } +} + +.is-inline { + display: inline; +} + +@media screen and (max-width: 768px) { + .is-inline-mobile { + display: inline !important; + } +} + +@media screen and (min-width: 769px) { + .is-inline-tablet { + display: inline !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-inline-tablet-only { + display: inline !important; + } +} + +@media screen and (max-width: 979px) { + .is-inline-touch { + display: inline !important; + } +} + +@media screen and (min-width: 980px) { + .is-inline-desktop { + display: inline !important; + } +} + +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-inline-desktop-only { + display: inline !important; + } +} + +@media screen and (min-width: 1180px) { + .is-inline-widescreen { + display: inline !important; + } +} + +.is-inline-block { + display: inline-block; +} + +@media screen and (max-width: 768px) { + .is-inline-block-mobile { + display: inline-block !important; + } +} + +@media screen and (min-width: 769px) { + .is-inline-block-tablet { + display: inline-block !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-inline-block-tablet-only { + display: inline-block !important; + } +} + +@media screen and (max-width: 979px) { + .is-inline-block-touch { + display: inline-block !important; + } +} + +@media screen and (min-width: 980px) { + .is-inline-block-desktop { + display: inline-block !important; + } +} + +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-inline-block-desktop-only { + display: inline-block !important; + } +} + +@media screen and (min-width: 1180px) { + .is-inline-block-widescreen { + display: inline-block !important; + } +} + +.is-inline-flex { + display: inline-flex; +} + +@media screen and (max-width: 768px) { + .is-inline-flex-mobile { + display: inline-flex !important; + } +} + +@media screen and (min-width: 769px) { + .is-inline-flex-tablet { + display: inline-flex !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-inline-flex-tablet-only { + display: inline-flex !important; + } +} + +@media screen and (max-width: 979px) { + .is-inline-flex-touch { + display: inline-flex !important; + } +} + +@media screen and (min-width: 980px) { + .is-inline-flex-desktop { + display: inline-flex !important; + } +} + +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-inline-flex-desktop-only { + display: inline-flex !important; + } +} + +@media screen and (min-width: 1180px) { + .is-inline-flex-widescreen { + display: inline-flex !important; + } +} + +.is-clearfix:after { + clear: both; + content: " "; + display: table; +} + +.is-pulled-left { + float: left; +} + +.is-pulled-right { + float: right; +} + +.is-clipped { + overflow: hidden !important; +} + +.is-overlay { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; +} + +.has-text-centered { + text-align: center; +} + +.has-text-left { + text-align: left; +} + +.has-text-right { + text-align: right; +} + +.is-hidden { + display: none !important; +} + +@media screen and (max-width: 768px) { + .is-hidden-mobile { + display: none !important; + } +} + +@media screen and (min-width: 769px) { + .is-hidden-tablet { + display: none !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-hidden-tablet-only { + display: none !important; + } +} + +@media screen and (max-width: 979px) { + .is-hidden-touch { + display: none !important; + } +} + +@media screen and (min-width: 980px) { + .is-hidden-desktop { + display: none !important; + } +} + +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-hidden-desktop-only { + display: none !important; + } +} + +@media screen and (min-width: 1180px) { + .is-hidden-widescreen { + display: none !important; + } +} + +.is-disabled { + pointer-events: none; +} + +.is-marginless { + margin: 0 !important; +} + +.is-paddingless { + padding: 0 !important; +} + +.box { + background-color: #fff; + border-radius: 5px; + box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); + display: block; + padding: 20px; +} + +a.box:hover, a.box:focus { + box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px #24ffde; +} + +a.box:active { + box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2), 0 0 0 1px #24ffde; +} + +.button { + -moz-appearance: none; + -webkit-appearance: none; + align-items: center; + background-color: white; + border: 1px solid #d3d6db; + border-radius: 3px; + color: #222324; + display: inline-flex; + font-size: 14px; + height: 32px; + justify-content: flex-start; + line-height: 24px; + padding-left: 8px; + padding-right: 8px; + position: relative; + vertical-align: top; + justify-content: center; + padding-left: 10px; + padding-right: 10px; + text-align: center; + white-space: nowrap; +} + +.button:hover { + border-color: #aeb1b5; +} + +.button:active, .button:focus, .button.is-active { + border-color: #24ffde; + outline: none; +} + +.button[disabled], .button.is-disabled { + background-color: #f5f7fa; + border-color: #d3d6db; + cursor: not-allowed; + pointer-events: none; +} + +.button[disabled]::-moz-placeholder, .button.is-disabled::-moz-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.button[disabled]::-webkit-input-placeholder, .button.is-disabled::-webkit-input-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.button[disabled]:-moz-placeholder, .button.is-disabled:-moz-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.button[disabled]:-ms-input-placeholder, .button.is-disabled:-ms-input-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.button strong { + color: inherit; +} + +.button small { + display: block; + font-size: 11px; + line-height: 1; + margin-top: 5px; +} + +.button .icon:first-child, +.button .tag:first-child { + margin-left: -2px; + margin-right: 4px; +} + +.button .icon:last-child, +.button .tag:last-child { + margin-left: 4px; + margin-right: -2px; +} + +.button:hover, .button:focus, .button.is-active { + color: #222324; +} + +.button:active { + box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2); +} + +.button.is-white { + background-color: #fff; + border-color: transparent; + color: #111; +} + +.button.is-white:hover, .button.is-white:focus, .button.is-white.is-active { + background-color: #e6e6e6; + border-color: transparent; + color: #111; +} + +.button.is-white:active { + border-color: transparent; +} + +.button.is-white.is-inverted { + background-color: #111; + color: #fff; +} + +.button.is-white.is-inverted:hover { + background-color: #040404; +} + +.button.is-white.is-loading:after { + border-color: transparent transparent #111 #111 !important; +} + +.button.is-white.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; +} + +.button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus { + background-color: #fff; + border-color: #fff; + color: #111; +} + +.button.is-black { + background-color: #111; + border-color: transparent; + color: #fff; +} + +.button.is-black:hover, .button.is-black:focus, .button.is-black.is-active { + background-color: black; + border-color: transparent; + color: #fff; +} + +.button.is-black:active { + border-color: transparent; +} + +.button.is-black.is-inverted { + background-color: #fff; + color: #111; +} + +.button.is-black.is-inverted:hover { + background-color: #f2f2f2; +} + +.button.is-black.is-loading:after { + border-color: transparent transparent #fff #fff !important; +} + +.button.is-black.is-outlined { + background-color: transparent; + border-color: #111; + color: #111; +} + +.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus { + background-color: #111; + border-color: #111; + color: #fff; +} + +.button.is-light { + background-color: #f5f7fa; + border-color: transparent; + color: #69707a; +} + +.button.is-light:hover, .button.is-light:focus, .button.is-light.is-active { + background-color: #d3dce9; + border-color: transparent; + color: #69707a; +} + +.button.is-light:active { + border-color: transparent; +} + +.button.is-light.is-inverted { + background-color: #69707a; + color: #f5f7fa; +} + +.button.is-light.is-inverted:hover { + background-color: #5d636c; +} + +.button.is-light.is-loading:after { + border-color: transparent transparent #69707a #69707a !important; +} + +.button.is-light.is-outlined { + background-color: transparent; + border-color: #f5f7fa; + color: #f5f7fa; +} + +.button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus { + background-color: #f5f7fa; + border-color: #f5f7fa; + color: #69707a; +} + +.button.is-dark { + background-color: #69707a; + border-color: transparent; + color: #f5f7fa; +} + +.button.is-dark:hover, .button.is-dark:focus, .button.is-dark.is-active { + background-color: #51575f; + border-color: transparent; + color: #f5f7fa; +} + +.button.is-dark:active { + border-color: transparent; +} + +.button.is-dark.is-inverted { + background-color: #f5f7fa; + color: #69707a; +} + +.button.is-dark.is-inverted:hover { + background-color: #e4e9f2; +} + +.button.is-dark.is-loading:after { + border-color: transparent transparent #f5f7fa #f5f7fa !important; +} + +.button.is-dark.is-outlined { + background-color: transparent; + border-color: #69707a; + color: #69707a; +} + +.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus { + background-color: #69707a; + border-color: #69707a; + color: #f5f7fa; +} + +.button.is-primary { + background-color: #24ffde; + border-color: transparent; + color: white; +} + +.button.is-primary:hover, .button.is-primary:focus, .button.is-primary.is-active { + background-color: #00f0cc; + border-color: transparent; + color: white; +} + +.button.is-primary:active { + border-color: transparent; +} + +.button.is-primary.is-inverted { + background-color: white; + color: #24ffde; +} + +.button.is-primary.is-inverted:hover { + background-color: #f2f2f2; +} + +.button.is-primary.is-loading:after { + border-color: transparent transparent white white !important; +} + +.button.is-primary.is-outlined { + background-color: transparent; + border-color: #24ffde; + color: #24ffde; +} + +.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus { + background-color: #24ffde; + border-color: #24ffde; + color: white; +} + +.button.is-info { + background-color: #2478ff; + border-color: transparent; + color: white; +} + +.button.is-info:hover, .button.is-info:focus, .button.is-info.is-active { + background-color: #005cf0; + border-color: transparent; + color: white; +} + +.button.is-info:active { + border-color: transparent; +} + +.button.is-info.is-inverted { + background-color: white; + color: #2478ff; +} + +.button.is-info.is-inverted:hover { + background-color: #f2f2f2; +} + +.button.is-info.is-loading:after { + border-color: transparent transparent white white !important; +} + +.button.is-info.is-outlined { + background-color: transparent; + border-color: #2478ff; + color: #2478ff; +} + +.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus { + background-color: #2478ff; + border-color: #2478ff; + color: white; +} + +.button.is-success { + background-color: #24ff70; + border-color: transparent; + color: white; +} + +.button.is-success:hover, .button.is-success:focus, .button.is-success.is-active { + background-color: #00f053; + border-color: transparent; + color: white; +} + +.button.is-success:active { + border-color: transparent; +} + +.button.is-success.is-inverted { + background-color: white; + color: #24ff70; +} + +.button.is-success.is-inverted:hover { + background-color: #f2f2f2; +} + +.button.is-success.is-loading:after { + border-color: transparent transparent white white !important; +} + +.button.is-success.is-outlined { + background-color: transparent; + border-color: #24ff70; + color: #24ff70; +} + +.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus { + background-color: #24ff70; + border-color: #24ff70; + color: white; +} + +.button.is-warning { + background-color: #ffd324; + border-color: transparent; + color: white; +} + +.button.is-warning:hover, .button.is-warning:focus, .button.is-warning.is-active { + background-color: #f0c000; + border-color: transparent; + color: white; +} + +.button.is-warning:active { + border-color: transparent; +} + +.button.is-warning.is-inverted { + background-color: white; + color: #ffd324; +} + +.button.is-warning.is-inverted:hover { + background-color: #f2f2f2; +} + +.button.is-warning.is-loading:after { + border-color: transparent transparent white white !important; +} + +.button.is-warning.is-outlined { + background-color: transparent; + border-color: #ffd324; + color: #ffd324; +} + +.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus { + background-color: #ffd324; + border-color: #ffd324; + color: white; +} + +.button.is-danger { + background-color: #ff2450; + border-color: transparent; + color: white; +} + +.button.is-danger:hover, .button.is-danger:focus, .button.is-danger.is-active { + background-color: #f00030; + border-color: transparent; + color: white; +} + +.button.is-danger:active { + border-color: transparent; +} + +.button.is-danger.is-inverted { + background-color: white; + color: #ff2450; +} + +.button.is-danger.is-inverted:hover { + background-color: #f2f2f2; +} + +.button.is-danger.is-loading:after { + border-color: transparent transparent white white !important; +} + +.button.is-danger.is-outlined { + background-color: transparent; + border-color: #ff2450; + color: #ff2450; +} + +.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus { + background-color: #ff2450; + border-color: #ff2450; + color: white; +} + +.button.is-link { + background-color: transparent; + border-color: transparent; + color: #69707a; + text-decoration: underline; +} + +.button.is-link:hover, .button.is-link:focus { + background-color: #d3d6db; + color: #222324; +} + +.button.is-small { + border-radius: 2px; + font-size: 11px; + height: 24px; + line-height: 16px; + padding-left: 6px; + padding-right: 6px; +} + +.button.is-medium { + font-size: 18px; + height: 40px; + padding-left: 14px; + padding-right: 14px; +} + +.button.is-large { + font-size: 22px; + height: 48px; + padding-left: 20px; + padding-right: 20px; +} + +.button[disabled], .button.is-disabled { + opacity: 0.5; +} + +.button.is-fullwidth { + display: flex; + width: 100%; +} + +.button.is-loading { + color: transparent !important; + pointer-events: none; +} + +.button.is-loading:after { + left: 50%; + margin-left: -8px; + margin-top: -8px; + position: absolute; + top: 50%; + position: absolute !important; +} + +.content a:not(.button) { + border-bottom: 1px solid #d3d6db; +} + +.content a:not(.button):visited { + color: #9524ff; +} + +.content a:not(.button):hover { + border-bottom-color: #24ffde; +} + +.content li + li { + margin-top: 0.25em; +} + +.content blockquote:not(:last-child), +.content p:not(:last-child), +.content ol:not(:last-child), +.content ul:not(:last-child) { + margin-bottom: 1em; +} + +.content h1, +.content h2, +.content h3, +.content h4, +.content h5, +.content h6 { + color: #222324; + font-weight: 300; + line-height: 1.125; + margin-bottom: 20px; +} + +.content h1:not(:first-child), +.content h2:not(:first-child), +.content h3:not(:first-child) { + margin-top: 40px; +} + +.content blockquote { + background-color: #f5f7fa; + border-left: 5px solid #d3d6db; + padding: 1.5em; +} + +.content h1 { + font-size: 2em; +} + +.content h2 { + font-size: 1.75em; +} + +.content h3 { + font-size: 1.5em; +} + +.content h4 { + font-size: 1.25em; +} + +.content h5 { + font-size: 1.125em; +} + +.content h6 { + font-size: 1em; +} + +.content ol { + list-style: decimal outside; + margin-left: 2em; + margin-right: 2em; + margin-top: 1em; +} + +.content ul { + list-style: disc outside; + margin-left: 2em; + margin-right: 2em; + margin-top: 1em; +} + +.content ul ul { + list-style-type: circle; + margin-top: 0.5em; +} + +.content ul ul ul { + list-style-type: square; +} + +.content.is-medium { + font-size: 18px; +} + +.content.is-medium code { + font-size: 14px; +} + +.content.is-large { + font-size: 24px; +} + +.content.is-large code { + font-size: 18px; +} + +.input, .textarea { + -moz-appearance: none; + -webkit-appearance: none; + align-items: center; + background-color: white; + border: 1px solid #d3d6db; + border-radius: 3px; + color: #222324; + display: inline-flex; + font-size: 14px; + height: 32px; + justify-content: flex-start; + line-height: 24px; + padding-left: 8px; + padding-right: 8px; + position: relative; + vertical-align: top; + box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.1); + max-width: 100%; + width: 100%; +} + +.input:hover, .textarea:hover { + border-color: #aeb1b5; +} + +.input:active, .textarea:active, .input:focus, .textarea:focus, .input.is-active, .is-active.textarea { + border-color: #24ffde; + outline: none; +} + +.input[disabled], [disabled].textarea, .input.is-disabled, .is-disabled.textarea { + background-color: #f5f7fa; + border-color: #d3d6db; + cursor: not-allowed; + pointer-events: none; +} + +.input[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, .input.is-disabled::-moz-placeholder, .is-disabled.textarea::-moz-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.input[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder, .is-disabled.textarea::-webkit-input-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.input[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, .input.is-disabled:-moz-placeholder, .is-disabled.textarea:-moz-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.input[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder, .is-disabled.textarea:-ms-input-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.input.is-white, .is-white.textarea { + border-color: #fff; +} + +.input.is-black, .is-black.textarea { + border-color: #111; +} + +.input.is-light, .is-light.textarea { + border-color: #f5f7fa; +} + +.input.is-dark, .is-dark.textarea { + border-color: #69707a; +} + +.input.is-primary, .is-primary.textarea { + border-color: #24ffde; +} + +.input.is-info, .is-info.textarea { + border-color: #2478ff; +} + +.input.is-success, .is-success.textarea { + border-color: #24ff70; +} + +.input.is-warning, .is-warning.textarea { + border-color: #ffd324; +} + +.input.is-danger, .is-danger.textarea { + border-color: #ff2450; +} + +.input[type="search"], [type="search"].textarea { + border-radius: 290486px; +} + +.input.is-small, .is-small.textarea { + border-radius: 2px; + font-size: 11px; + height: 24px; + line-height: 16px; + padding-left: 6px; + padding-right: 6px; +} + +.input.is-medium, .is-medium.textarea { + font-size: 18px; + height: 40px; + line-height: 32px; + padding-left: 10px; + padding-right: 10px; +} + +.input.is-large, .is-large.textarea { + font-size: 24px; + height: 48px; + line-height: 40px; + padding-left: 12px; + padding-right: 12px; +} + +.input.is-fullwidth, .is-fullwidth.textarea { + display: block; + width: 100%; +} + +.input.is-inline, .is-inline.textarea { + display: inline; + width: auto; +} + +.textarea { + display: block; + line-height: 1.2; + max-height: 600px; + max-width: 100%; + min-height: 120px; + min-width: 100%; + padding: 10px; + resize: vertical; +} + +.checkbox, .radio { + cursor: pointer; + display: inline-block; + line-height: 16px; + position: relative; + vertical-align: top; +} + +.checkbox input, .radio input { + cursor: pointer; +} + +.checkbox:hover, .radio:hover { + color: #222324; +} + +.is-disabled.checkbox, .is-disabled.radio { + color: #aeb1b5; + pointer-events: none; +} + +.is-disabled.checkbox input, .is-disabled.radio input { + pointer-events: none; +} + +.radio + .radio { + margin-left: 10px; +} + +.select { + display: inline-block; + height: 32px; + position: relative; + vertical-align: top; +} + +.select select { + -moz-appearance: none; + -webkit-appearance: none; + align-items: center; + background-color: white; + border: 1px solid #d3d6db; + border-radius: 3px; + color: #222324; + display: inline-flex; + font-size: 14px; + height: 32px; + justify-content: flex-start; + line-height: 24px; + padding-left: 8px; + padding-right: 8px; + position: relative; + vertical-align: top; + cursor: pointer; + display: block; + outline: none; + padding-right: 36px; +} + +.select select:hover { + border-color: #aeb1b5; +} + +.select select:active, .select select:focus, .select select.is-active { + border-color: #24ffde; + outline: none; +} + +.select select[disabled], .select select.is-disabled { + background-color: #f5f7fa; + border-color: #d3d6db; + cursor: not-allowed; + pointer-events: none; +} + +.select select[disabled]::-moz-placeholder, .select select.is-disabled::-moz-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.select select[disabled]::-webkit-input-placeholder, .select select.is-disabled::-webkit-input-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.select select[disabled]:-moz-placeholder, .select select.is-disabled:-moz-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.select select[disabled]:-ms-input-placeholder, .select select.is-disabled:-ms-input-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.select select.is-white { + border-color: #fff; +} + +.select select.is-black { + border-color: #111; +} + +.select select.is-light { + border-color: #f5f7fa; +} + +.select select.is-dark { + border-color: #69707a; +} + +.select select.is-primary { + border-color: #24ffde; +} + +.select select.is-info { + border-color: #2478ff; +} + +.select select.is-success { + border-color: #24ff70; +} + +.select select.is-warning { + border-color: #ffd324; +} + +.select select.is-danger { + border-color: #ff2450; +} + +.select select:hover { + border-color: #aeb1b5; +} + +.select select::ms-expand { + display: none; +} + +.select.is-fullwidth { + width: 100%; +} + +.select.is-fullwidth select { + width: 100%; +} + +.select:after { + border: 1px solid #24ffde; + border-right: 0; + border-top: 0; + content: " "; + display: block; + height: 7px; + pointer-events: none; + position: absolute; + transform: rotate(-45deg); + width: 7px; + margin-top: -6px; + right: 16px; + top: 50%; +} + +.select:hover:after { + border-color: #222324; +} + +.select.is-small { + height: 24px; +} + +.select.is-small select { + border-radius: 2px; + font-size: 11px; + height: 24px; + line-height: 16px; + padding-left: 6px; + padding-right: 6px; + padding-right: 28px; +} + +.select.is-medium { + height: 40px; +} + +.select.is-medium select { + font-size: 18px; + height: 40px; + line-height: 32px; + padding-left: 10px; + padding-right: 10px; + padding-right: 44px; +} + +.select.is-large { + height: 48px; +} + +.select.is-large select { + font-size: 24px; + height: 48px; + line-height: 40px; + padding-left: 12px; + padding-right: 12px; + padding-right: 52px; +} + +.label { + color: #222324; + display: block; + font-weight: bold; +} + +.label:not(:last-child) { + margin-bottom: 5px; +} + +.help { + display: block; + font-size: 11px; + margin-top: 5px; +} + +.help.is-white { + color: #fff; +} + +.help.is-black { + color: #111; +} + +.help.is-light { + color: #f5f7fa; +} + +.help.is-dark { + color: #69707a; +} + +.help.is-primary { + color: #24ffde; +} + +.help.is-info { + color: #2478ff; +} + +.help.is-success { + color: #24ff70; +} + +.help.is-warning { + color: #ffd324; +} + +.help.is-danger { + color: #ff2450; +} + +@media screen and (max-width: 768px) { + .control-label { + margin-bottom: 5px; + } +} + +@media screen and (min-width: 769px) { + .control-label { + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + margin-right: 20px; + padding-top: 7px; + text-align: right; + } +} + +.control { + position: relative; + text-align: left; +} + +.control:not(:last-child) { + margin-bottom: 10px; +} + +.control.has-addons { + display: flex; + justify-content: flex-start; +} + +.control.has-addons .button, +.control.has-addons .input, +.control.has-addons .textarea, +.control.has-addons .select { + border-radius: 0; + margin-right: -1px; + width: auto; +} + +.control.has-addons .button:hover, +.control.has-addons .input:hover, +.control.has-addons .textarea:hover, +.control.has-addons .select:hover { + z-index: 2; +} + +.control.has-addons .button:active, .control.has-addons .button:focus, +.control.has-addons .input:active, +.control.has-addons .textarea:active, +.control.has-addons .input:focus, +.control.has-addons .textarea:focus, +.control.has-addons .select:active, +.control.has-addons .select:focus { + z-index: 3; +} + +.control.has-addons .button:first-child, +.control.has-addons .input:first-child, +.control.has-addons .textarea:first-child, +.control.has-addons .select:first-child { + border-radius: 3px 0 0 3px; +} + +.control.has-addons .button:first-child select, +.control.has-addons .input:first-child select, +.control.has-addons .textarea:first-child select, +.control.has-addons .select:first-child select { + border-radius: 3px 0 0 3px; +} + +.control.has-addons .button:last-child, +.control.has-addons .input:last-child, +.control.has-addons .textarea:last-child, +.control.has-addons .select:last-child { + border-radius: 0 3px 3px 0; +} + +.control.has-addons .button:last-child select, +.control.has-addons .input:last-child select, +.control.has-addons .textarea:last-child select, +.control.has-addons .select:last-child select { + border-radius: 0 3px 3px 0; +} + +.control.has-addons .button.is-expanded, +.control.has-addons .input.is-expanded, +.control.has-addons .is-expanded.textarea, +.control.has-addons .select.is-expanded { + flex-grow: 1; + flex-shrink: 0; +} + +.control.has-addons.has-addons-centered { + justify-content: center; +} + +.control.has-addons.has-addons-right { + justify-content: flex-end; +} + +.control.has-addons.has-addons-fullwidth .button, +.control.has-addons.has-addons-fullwidth .input, +.control.has-addons.has-addons-fullwidth .textarea, +.control.has-addons.has-addons-fullwidth .select { + flex-grow: 1; + flex-shrink: 0; +} + +.control.has-icon > .fa { + display: inline-block; + font-size: 14px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; + color: #aeb1b5; + pointer-events: none; + position: absolute; + top: 4px; + z-index: 4; +} + +.control.has-icon .input:focus + .fa, .control.has-icon .textarea:focus + .fa { + color: #222324; +} + +.control.has-icon .input.is-small + .fa, .control.has-icon .is-small.textarea + .fa { + font-size: 10.5px; + top: 0; +} + +.control.has-icon .input.is-medium + .fa, .control.has-icon .is-medium.textarea + .fa { + font-size: 21px; + top: 8px; +} + +.control.has-icon .input.is-large + .fa, .control.has-icon .is-large.textarea + .fa { + font-size: 21px; + top: 12px; +} + +.control.has-icon:not(.has-icon-right) > .fa { + left: 4px; +} + +.control.has-icon:not(.has-icon-right) .input, .control.has-icon:not(.has-icon-right) .textarea { + padding-left: 32px; +} + +.control.has-icon:not(.has-icon-right) .input.is-small, .control.has-icon:not(.has-icon-right) .is-small.textarea { + padding-left: 24px; +} + +.control.has-icon:not(.has-icon-right) .input.is-small + .fa, .control.has-icon:not(.has-icon-right) .is-small.textarea + .fa { + left: 0; +} + +.control.has-icon:not(.has-icon-right) .input.is-medium, .control.has-icon:not(.has-icon-right) .is-medium.textarea { + padding-left: 40px; +} + +.control.has-icon:not(.has-icon-right) .input.is-medium + .fa, .control.has-icon:not(.has-icon-right) .is-medium.textarea + .fa { + left: 8px; +} + +.control.has-icon:not(.has-icon-right) .input.is-large, .control.has-icon:not(.has-icon-right) .is-large.textarea { + padding-left: 48px; +} + +.control.has-icon:not(.has-icon-right) .input.is-large + .fa, .control.has-icon:not(.has-icon-right) .is-large.textarea + .fa { + left: 12px; +} + +.control.has-icon.has-icon-right > .fa { + right: 4px; +} + +.control.has-icon.has-icon-right .input, .control.has-icon.has-icon-right .textarea { + padding-right: 32px; +} + +.control.has-icon.has-icon-right .input.is-small, .control.has-icon.has-icon-right .is-small.textarea { + padding-right: 24px; +} + +.control.has-icon.has-icon-right .input.is-small + .fa, .control.has-icon.has-icon-right .is-small.textarea + .fa { + right: 0; +} + +.control.has-icon.has-icon-right .input.is-medium, .control.has-icon.has-icon-right .is-medium.textarea { + padding-right: 40px; +} + +.control.has-icon.has-icon-right .input.is-medium + .fa, .control.has-icon.has-icon-right .is-medium.textarea + .fa { + right: 8px; +} + +.control.has-icon.has-icon-right .input.is-large, .control.has-icon.has-icon-right .is-large.textarea { + padding-right: 48px; +} + +.control.has-icon.has-icon-right .input.is-large + .fa, .control.has-icon.has-icon-right .is-large.textarea + .fa { + right: 12px; +} + +.control.is-grouped { + display: flex; + justify-content: flex-start; +} + +.control.is-grouped > .control:not(:last-child) { + margin-bottom: 0; + margin-right: 10px; +} + +.control.is-grouped > .control.is-expanded { + flex-grow: 1; + flex-shrink: 0; +} + +.control.is-grouped.is-grouped-centered { + justify-content: center; +} + +.control.is-grouped.is-grouped-right { + justify-content: flex-end; +} + +@media screen and (min-width: 769px) { + .control.is-horizontal { + display: flex; + } + .control.is-horizontal > .control { + display: flex; + flex-basis: 0; + flex-grow: 5; + flex-shrink: 1; + } +} + +.control.is-loading:after { + position: absolute !important; + right: 8px; + top: 8px; +} + +.image { + display: block; + position: relative; +} + +.image img { + display: block; + height: auto; + width: 100%; +} + +.image.is-square img, .image.is-1by1 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-16by9 img, .image.is-2by1 img { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + height: 100%; + width: 100%; +} + +.image.is-square, .image.is-1by1 { + padding-top: 100%; +} + +.image.is-4by3 { + padding-top: 75%; +} + +.image.is-3by2 { + padding-top: 66.6666%; +} + +.image.is-16by9 { + padding-top: 56.25%; +} + +.image.is-2by1 { + padding-top: 50%; +} + +.image.is-16x16 { + height: 16px; + width: 16px; +} + +.image.is-24x24 { + height: 24px; + width: 24px; +} + +.image.is-32x32 { + height: 32px; + width: 32px; +} + +.image.is-48x48 { + height: 48px; + width: 48px; +} + +.image.is-64x64 { + height: 64px; + width: 64px; +} + +.image.is-96x96 { + height: 96px; + width: 96px; +} + +.image.is-128x128 { + height: 128px; + width: 128px; +} + +.notification { + background-color: #f5f7fa; + border-radius: 3px; + padding: 16px 20px; + position: relative; +} + +.notification:after { + clear: both; + content: " "; + display: table; +} + +.notification .delete, .notification .modal-close { + border-radius: 0 3px; + float: right; + margin: -16px -20px 0 20px; +} + +.notification .subtitle, +.notification .title { + color: inherit; +} + +.notification.is-white { + background-color: #fff; + color: #111; +} + +.notification.is-black { + background-color: #111; + color: #fff; +} + +.notification.is-light { + background-color: #f5f7fa; + color: #69707a; +} + +.notification.is-dark { + background-color: #69707a; + color: #f5f7fa; +} + +.notification.is-primary { + background-color: #24ffde; + color: white; +} + +.notification.is-info { + background-color: #2478ff; + color: white; +} + +.notification.is-success { + background-color: #24ff70; + color: white; +} + +.notification.is-warning { + background-color: #ffd324; + color: white; +} + +.notification.is-danger { + background-color: #ff2450; + color: white; +} + +.progress { + -moz-appearance: none; + -webkit-appearance: none; + border: none; + border-radius: 290486px; + display: block; + height: 12px; + overflow: hidden; + padding: 0; + width: 100%; +} + +.progress::-webkit-progress-bar { + background-color: #d3d6db; +} + +.progress::-webkit-progress-value { + background-color: #69707a; +} + +.progress::-moz-progress-bar { + background-color: #69707a; +} + +.progress.is-white::-webkit-progress-value { + background-color: #fff; +} + +.progress.is-white::-moz-progress-bar { + background-color: #fff; +} + +.progress.is-black::-webkit-progress-value { + background-color: #111; +} + +.progress.is-black::-moz-progress-bar { + background-color: #111; +} + +.progress.is-light::-webkit-progress-value { + background-color: #f5f7fa; +} + +.progress.is-light::-moz-progress-bar { + background-color: #f5f7fa; +} + +.progress.is-dark::-webkit-progress-value { + background-color: #69707a; +} + +.progress.is-dark::-moz-progress-bar { + background-color: #69707a; +} + +.progress.is-primary::-webkit-progress-value { + background-color: #24ffde; +} + +.progress.is-primary::-moz-progress-bar { + background-color: #24ffde; +} + +.progress.is-info::-webkit-progress-value { + background-color: #2478ff; +} + +.progress.is-info::-moz-progress-bar { + background-color: #2478ff; +} + +.progress.is-success::-webkit-progress-value { + background-color: #24ff70; +} + +.progress.is-success::-moz-progress-bar { + background-color: #24ff70; +} + +.progress.is-warning::-webkit-progress-value { + background-color: #ffd324; +} + +.progress.is-warning::-moz-progress-bar { + background-color: #ffd324; +} + +.progress.is-danger::-webkit-progress-value { + background-color: #ff2450; +} + +.progress.is-danger::-moz-progress-bar { + background-color: #ff2450; +} + +.progress.is-small { + height: 8px; +} + +.progress.is-medium { + height: 16px; +} + +.progress.is-large { + height: 20px; +} + +.table { + background-color: #fff; + color: #222324; + margin-bottom: 20px; + width: 100%; +} + +.table td, +.table th { + border: 1px solid #d3d6db; + border-width: 0 0 1px; + padding: 8px 10px; + vertical-align: top; +} + +.table td.is-icon, +.table th.is-icon { + padding: 5px; + text-align: center; + white-space: nowrap; + width: 1%; +} + +.table td.is-icon .fa, +.table th.is-icon .fa { + display: inline-block; + font-size: 21px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; +} + +.table td.is-icon.is-link, +.table th.is-icon.is-link { + padding: 0; +} + +.table td.is-icon.is-link > a, +.table th.is-icon.is-link > a { + padding: 5px; +} + +.table td.is-link, +.table th.is-link { + padding: 0; +} + +.table td.is-link > a, +.table th.is-link > a { + display: block; + padding: 8px 10px; +} + +.table td.is-link > a:hover, +.table th.is-link > a:hover { + background-color: #24ffde; + color: white; +} + +.table td.is-narrow, +.table th.is-narrow { + white-space: nowrap; + width: 1%; +} + +.table th { + color: #222324; + text-align: left; +} + +.table tr:hover { + background-color: #f5f7fa; + color: #222324; +} + +.table thead td, +.table thead th { + border-width: 0 0 2px; + color: #aeb1b5; +} + +.table tbody tr:last-child td, +.table tbody tr:last-child th { + border-bottom-width: 0; +} + +.table tfoot td, +.table tfoot th { + border-width: 2px 0 0; + color: #aeb1b5; +} + +.table.is-bordered td, +.table.is-bordered th { + border-width: 1px; +} + +.table.is-bordered tr:last-child td, +.table.is-bordered tr:last-child th { + border-bottom-width: 1px; +} + +.table.is-narrow td, +.table.is-narrow th { + padding: 5px 10px; +} + +.table.is-narrow td.is-icon, +.table.is-narrow th.is-icon { + padding: 2px; +} + +.table.is-narrow td.is-icon.is-link, +.table.is-narrow th.is-icon.is-link { + padding: 0; +} + +.table.is-narrow td.is-icon.is-link > a, +.table.is-narrow th.is-icon.is-link > a { + padding: 2px; +} + +.table.is-narrow td.is-link, +.table.is-narrow th.is-link { + padding: 0; +} + +.table.is-narrow td.is-link > a, +.table.is-narrow th.is-link > a { + padding: 5px 10px; +} + +.table.is-striped tbody tr:hover { + background-color: #eef2f7; +} + +.table.is-striped tbody tr:nth-child(2n) { + background-color: #f5f7fa; +} + +.table.is-striped tbody tr:nth-child(2n):hover { + background-color: #eef2f7; +} + +.title, +.subtitle { + font-weight: 300; + word-break: break-word; +} + +.title em, +.title span, +.subtitle em, +.subtitle span { + font-weight: 300; +} + +.title a:hover, +.subtitle a:hover { + border-bottom: 1px solid; +} + +.title strong, +.subtitle strong { + font-weight: 500; +} + +.title .tag, +.subtitle .tag { + vertical-align: bottom; +} + +.title { + color: #222324; + font-size: 28px; + line-height: 1; +} + +.title code { + display: inline-block; + font-size: 28px; +} + +.title strong { + color: inherit; +} + +.title + .highlight { + margin-top: -10px; +} + +.title + .subtitle { + margin-top: -10px; +} + +.title.is-1 { + font-size: 48px; +} + +.title.is-1 code { + font-size: 40px; +} + +.title.is-2 { + font-size: 40px; +} + +.title.is-2 code { + font-size: 28px; +} + +.title.is-3 { + font-size: 28px; +} + +.title.is-3 code { + font-size: 24px; +} + +.title.is-4 { + font-size: 24px; +} + +.title.is-4 code { + font-size: 18px; +} + +.title.is-5 { + font-size: 18px; +} + +.title.is-5 code { + font-size: 14px; +} + +.title.is-6 { + font-size: 14px; +} + +.title.is-6 code { + font-size: 14px; +} + +.title.is-normal { + font-weight: 400; +} + +.title.is-normal strong { + font-weight: 700; +} + +@media screen and (min-width: 769px) { + .title + .subtitle { + margin-top: -15px; + } +} + +.subtitle { + color: #69707a; + font-size: 18px; + line-height: 1.125; +} + +.subtitle code { + border-radius: 3px; + display: inline-block; + font-size: 14px; + padding: 2px 3px; + vertical-align: top; +} + +.subtitle strong { + color: #222324; +} + +.subtitle + .title { + margin-top: -20px; +} + +.subtitle.is-1 { + font-size: 48px; +} + +.subtitle.is-1 code { + font-size: 40px; +} + +.subtitle.is-2 { + font-size: 40px; +} + +.subtitle.is-2 code { + font-size: 28px; +} + +.subtitle.is-3 { + font-size: 28px; +} + +.subtitle.is-3 code { + font-size: 24px; +} + +.subtitle.is-4 { + font-size: 24px; +} + +.subtitle.is-4 code { + font-size: 18px; +} + +.subtitle.is-5 { + font-size: 18px; +} + +.subtitle.is-5 code { + font-size: 14px; +} + +.subtitle.is-6 { + font-size: 14px; +} + +.subtitle.is-6 code { + font-size: 14px; +} + +.subtitle.is-normal { + font-weight: 400; +} + +.subtitle.is-normal strong { + font-weight: 700; +} + +.delete, .modal-close { + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(17, 17, 17, 0.2); + border: none; + border-radius: 290486px; + cursor: pointer; + display: inline-block; + height: 24px; + position: relative; + vertical-align: top; + width: 24px; +} + +.delete:before, .modal-close:before, .delete:after, .modal-close:after { + background-color: #fff; + content: ""; + display: block; + height: 2px; + left: 50%; + margin-left: -25%; + margin-top: -1px; + position: absolute; + top: 50%; + width: 50%; +} + +.delete:before, .modal-close:before { + transform: rotate(45deg); +} + +.delete:after, .modal-close:after { + transform: rotate(-45deg); +} + +.delete:hover, .modal-close:hover { + background-color: rgba(17, 17, 17, 0.5); +} + +.delete.is-small, .tag:not(.is-large) .delete, .tag:not(.is-large) .modal-close, .is-small.modal-close { + height: 16px; + width: 16px; +} + +.delete.is-medium, .is-medium.modal-close { + height: 32px; + width: 32px; +} + +.delete.is-large, .is-large.modal-close { + height: 40px; + width: 40px; +} + +.icon { + display: inline-block; + font-size: 21px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; +} + +.icon .fa { + font-size: inherit; + line-height: inherit; +} + +.icon.is-small { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; +} + +.icon.is-medium { + display: inline-block; + font-size: 28px; + height: 32px; + line-height: 32px; + text-align: center; + vertical-align: top; + width: 32px; +} + +.icon.is-large { + display: inline-block; + font-size: 42px; + height: 48px; + line-height: 48px; + text-align: center; + vertical-align: top; + width: 48px; +} + +.hamburger, .nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; +} + +.hamburger span, .nav-toggle span { + background-color: #69707a; + display: block; + height: 1px; + left: 50%; + margin-left: -7px; + position: absolute; + top: 50%; + transition: none 86ms ease-out; + transition-property: background, left, opacity, transform; + width: 15px; +} + +.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { + margin-top: -6px; +} + +.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { + margin-top: -1px; +} + +.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { + margin-top: 4px; +} + +.hamburger:hover, .nav-toggle:hover { + background-color: #f5f7fa; +} + +.hamburger.is-active span, .is-active.nav-toggle span { + background-color: #24ffde; +} + +.hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { + margin-left: -5px; + transform: rotate(45deg); + transform-origin: left top; +} + +.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { + opacity: 0; +} + +.hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { + margin-left: -5px; + transform: rotate(-45deg); + transform-origin: left bottom; +} + +.heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} + +.highlight { + font-size: 12px; + font-weight: normal; + max-width: 100%; + overflow: hidden; + padding: 0; +} + +.highlight pre { + overflow: auto; + max-width: 100%; +} + +.loader, .button.is-loading:after, .control.is-loading:after { + animation: spin-around 500ms infinite linear; + border: 2px solid #d3d6db; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; +} + +.number { + background-color: #f5f7fa; + border-radius: 290486px; + display: inline-block; + font-size: 18px; + vertical-align: top; +} + +.tag { + align-items: center; + background-color: #f5f7fa; + border-radius: 290486px; + color: #69707a; + display: inline-flex; + font-size: 12px; + height: 24px; + justify-content: center; + line-height: 16px; + padding-left: 10px; + padding-right: 10px; + vertical-align: top; + white-space: nowrap; +} + +.tag .delete, .tag .modal-close { + margin-left: 4px; + margin-right: -6px; +} + +.tag.is-white { + background-color: #fff; + color: #111; +} + +.tag.is-black { + background-color: #111; + color: #fff; +} + +.tag.is-light { + background-color: #f5f7fa; + color: #69707a; +} + +.tag.is-dark { + background-color: #69707a; + color: #f5f7fa; +} + +.tag.is-primary { + background-color: #24ffde; + color: white; +} + +.tag.is-info { + background-color: #2478ff; + color: white; +} + +.tag.is-success { + background-color: #24ff70; + color: white; +} + +.tag.is-warning { + background-color: #ffd324; + color: white; +} + +.tag.is-danger { + background-color: #ff2450; + color: white; +} + +.tag.is-small { + font-size: 11px; + height: 20px; + padding-left: 8px; + padding-right: 8px; +} + +.tag.is-medium { + font-size: 14px; + height: 32px; + padding-left: 14px; + padding-right: 14px; +} + +.tag.is-large { + font-size: 18px; + height: 40px; + line-height: 24px; + padding-left: 18px; + padding-right: 18px; +} + +.tag.is-large .delete, .tag.is-large .modal-close { + margin-left: 4px; + margin-right: -8px; +} + +.unselectable, .is-unselectable, .button, .delete, .modal-close, .tabs { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.card-header { + align-items: stretch; + box-shadow: 0 1px 2px rgba(17, 17, 17, 0.1); + display: flex; + min-height: 40px; +} + +.card-header-title { + align-items: flex-start; + color: #222324; + display: flex; + flex-grow: 1; + font-weight: bold; + padding: 10px; +} + +.card-header-icon { + align-items: center; + cursor: pointer; + display: flex; + justify-content: center; + width: 40px; +} + +.card-image { + display: block; + position: relative; +} + +.card-content { + padding: 20px; +} + +.card-content .title + .subtitle { + margin-top: -20px; +} + +.card-footer { + border-top: 1px solid #d3d6db; + align-items: stretch; + display: flex; +} + +.card-footer-item { + align-items: center; + display: flex; + flex-grow: 1; + justify-content: center; + padding: 10px; +} + +.card-footer-item:not(:last-child) { + border-right: 1px solid #d3d6db; +} + +.card { + background-color: #fff; + box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); + color: #69707a; + max-width: 100%; + position: relative; + width: 300px; +} + +.card .media:not(:last-child) { + margin-bottom: 10px; +} + +.card.is-fullwidth { + width: 100%; +} + +.card.is-rounded { + border-radius: 5px; +} + +.column { + flex-basis: 0; + flex-grow: 1; + flex-shrink: 1; + padding: 10px; +} + +.columns.is-mobile > .column.is-narrow { + flex: none; +} + +.columns.is-mobile > .column.is-full { + flex: none; + width: 100%; +} + +.columns.is-mobile > .column.is-three-quarters { + flex: none; + width: 75%; +} + +.columns.is-mobile > .column.is-two-thirds { + flex: none; + width: 66.6666%; +} + +.columns.is-mobile > .column.is-half { + flex: none; + width: 50%; +} + +.columns.is-mobile > .column.is-one-third { + flex: none; + width: 33.3333%; +} + +.columns.is-mobile > .column.is-one-quarter { + flex: none; + width: 25%; +} + +.columns.is-mobile > .column.is-offset-three-quarters { + margin-left: 75%; +} + +.columns.is-mobile > .column.is-offset-two-thirds { + margin-left: 66.6666%; +} + +.columns.is-mobile > .column.is-offset-half { + margin-left: 50%; +} + +.columns.is-mobile > .column.is-offset-one-third { + margin-left: 33.3333%; +} + +.columns.is-mobile > .column.is-offset-one-quarter { + margin-left: 25%; +} + +.columns.is-mobile > .column.is-1 { + flex: none; + width: 8.33333%; +} + +.columns.is-mobile > .column.is-offset-1 { + margin-left: 8.33333%; +} + +.columns.is-mobile > .column.is-2 { + flex: none; + width: 16.66667%; +} + +.columns.is-mobile > .column.is-offset-2 { + margin-left: 16.66667%; +} + +.columns.is-mobile > .column.is-3 { + flex: none; + width: 25%; +} + +.columns.is-mobile > .column.is-offset-3 { + margin-left: 25%; +} + +.columns.is-mobile > .column.is-4 { + flex: none; + width: 33.33333%; +} + +.columns.is-mobile > .column.is-offset-4 { + margin-left: 33.33333%; +} + +.columns.is-mobile > .column.is-5 { + flex: none; + width: 41.66667%; +} + +.columns.is-mobile > .column.is-offset-5 { + margin-left: 41.66667%; +} + +.columns.is-mobile > .column.is-6 { + flex: none; + width: 50%; +} + +.columns.is-mobile > .column.is-offset-6 { + margin-left: 50%; +} + +.columns.is-mobile > .column.is-7 { + flex: none; + width: 58.33333%; +} + +.columns.is-mobile > .column.is-offset-7 { + margin-left: 58.33333%; +} + +.columns.is-mobile > .column.is-8 { + flex: none; + width: 66.66667%; +} + +.columns.is-mobile > .column.is-offset-8 { + margin-left: 66.66667%; +} + +.columns.is-mobile > .column.is-9 { + flex: none; + width: 75%; +} + +.columns.is-mobile > .column.is-offset-9 { + margin-left: 75%; +} + +.columns.is-mobile > .column.is-10 { + flex: none; + width: 83.33333%; +} + +.columns.is-mobile > .column.is-offset-10 { + margin-left: 83.33333%; +} + +.columns.is-mobile > .column.is-11 { + flex: none; + width: 91.66667%; +} + +.columns.is-mobile > .column.is-offset-11 { + margin-left: 91.66667%; +} + +.columns.is-mobile > .column.is-12 { + flex: none; + width: 100%; +} + +.columns.is-mobile > .column.is-offset-12 { + margin-left: 100%; +} + +@media screen and (max-width: 768px) { + .column.is-narrow-mobile { + flex: none; + } + .column.is-full-mobile { + flex: none; + width: 100%; + } + .column.is-three-quarters-mobile { + flex: none; + width: 75%; + } + .column.is-two-thirds-mobile { + flex: none; + width: 66.6666%; + } + .column.is-half-mobile { + flex: none; + width: 50%; + } + .column.is-one-third-mobile { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-mobile { + flex: none; + width: 25%; + } + .column.is-offset-three-quarters-mobile { + margin-left: 75%; + } + .column.is-offset-two-thirds-mobile { + margin-left: 66.6666%; + } + .column.is-offset-half-mobile { + margin-left: 50%; + } + .column.is-offset-one-third-mobile { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-mobile { + margin-left: 25%; + } + .column.is-1-mobile { + flex: none; + width: 8.33333%; + } + .column.is-offset-1-mobile { + margin-left: 8.33333%; + } + .column.is-2-mobile { + flex: none; + width: 16.66667%; + } + .column.is-offset-2-mobile { + margin-left: 16.66667%; + } + .column.is-3-mobile { + flex: none; + width: 25%; + } + .column.is-offset-3-mobile { + margin-left: 25%; + } + .column.is-4-mobile { + flex: none; + width: 33.33333%; + } + .column.is-offset-4-mobile { + margin-left: 33.33333%; + } + .column.is-5-mobile { + flex: none; + width: 41.66667%; + } + .column.is-offset-5-mobile { + margin-left: 41.66667%; + } + .column.is-6-mobile { + flex: none; + width: 50%; + } + .column.is-offset-6-mobile { + margin-left: 50%; + } + .column.is-7-mobile { + flex: none; + width: 58.33333%; + } + .column.is-offset-7-mobile { + margin-left: 58.33333%; + } + .column.is-8-mobile { + flex: none; + width: 66.66667%; + } + .column.is-offset-8-mobile { + margin-left: 66.66667%; + } + .column.is-9-mobile { + flex: none; + width: 75%; + } + .column.is-offset-9-mobile { + margin-left: 75%; + } + .column.is-10-mobile { + flex: none; + width: 83.33333%; + } + .column.is-offset-10-mobile { + margin-left: 83.33333%; + } + .column.is-11-mobile { + flex: none; + width: 91.66667%; + } + .column.is-offset-11-mobile { + margin-left: 91.66667%; + } + .column.is-12-mobile { + flex: none; + width: 100%; + } + .column.is-offset-12-mobile { + margin-left: 100%; + } +} + +@media screen and (min-width: 769px) { + .column.is-narrow, .column.is-narrow-tablet { + flex: none; + } + .column.is-full, .column.is-full-tablet { + flex: none; + width: 100%; + } + .column.is-three-quarters, .column.is-three-quarters-tablet { + flex: none; + width: 75%; + } + .column.is-two-thirds, .column.is-two-thirds-tablet { + flex: none; + width: 66.6666%; + } + .column.is-half, .column.is-half-tablet { + flex: none; + width: 50%; + } + .column.is-one-third, .column.is-one-third-tablet { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter, .column.is-one-quarter-tablet { + flex: none; + width: 25%; + } + .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet { + margin-left: 75%; + } + .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet { + margin-left: 66.6666%; + } + .column.is-offset-half, .column.is-offset-half-tablet { + margin-left: 50%; + } + .column.is-offset-one-third, .column.is-offset-one-third-tablet { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet { + margin-left: 25%; + } + .column.is-1, .column.is-1-tablet { + 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; + 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; + width: 25%; + } + .column.is-offset-3, .column.is-offset-3-tablet { + margin-left: 25%; + } + .column.is-4, .column.is-4-tablet { + 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; + 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; + width: 50%; + } + .column.is-offset-6, .column.is-offset-6-tablet { + margin-left: 50%; + } + .column.is-7, .column.is-7-tablet { + 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; + 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; + width: 75%; + } + .column.is-offset-9, .column.is-offset-9-tablet { + margin-left: 75%; + } + .column.is-10, .column.is-10-tablet { + 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; + 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; + width: 100%; + } + .column.is-offset-12, .column.is-offset-12-tablet { + margin-left: 100%; + } +} + +@media screen and (min-width: 980px) { + .column.is-narrow-desktop { + flex: none; + } + .column.is-full-desktop { + flex: none; + width: 100%; + } + .column.is-three-quarters-desktop { + flex: none; + width: 75%; + } + .column.is-two-thirds-desktop { + flex: none; + width: 66.6666%; + } + .column.is-half-desktop { + flex: none; + width: 50%; + } + .column.is-one-third-desktop { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-desktop { + flex: none; + width: 25%; + } + .column.is-offset-three-quarters-desktop { + margin-left: 75%; + } + .column.is-offset-two-thirds-desktop { + margin-left: 66.6666%; + } + .column.is-offset-half-desktop { + margin-left: 50%; + } + .column.is-offset-one-third-desktop { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-desktop { + margin-left: 25%; + } + .column.is-1-desktop { + flex: none; + width: 8.33333%; + } + .column.is-offset-1-desktop { + margin-left: 8.33333%; + } + .column.is-2-desktop { + flex: none; + width: 16.66667%; + } + .column.is-offset-2-desktop { + margin-left: 16.66667%; + } + .column.is-3-desktop { + flex: none; + width: 25%; + } + .column.is-offset-3-desktop { + margin-left: 25%; + } + .column.is-4-desktop { + flex: none; + width: 33.33333%; + } + .column.is-offset-4-desktop { + margin-left: 33.33333%; + } + .column.is-5-desktop { + flex: none; + width: 41.66667%; + } + .column.is-offset-5-desktop { + margin-left: 41.66667%; + } + .column.is-6-desktop { + flex: none; + width: 50%; + } + .column.is-offset-6-desktop { + margin-left: 50%; + } + .column.is-7-desktop { + flex: none; + width: 58.33333%; + } + .column.is-offset-7-desktop { + margin-left: 58.33333%; + } + .column.is-8-desktop { + flex: none; + width: 66.66667%; + } + .column.is-offset-8-desktop { + margin-left: 66.66667%; + } + .column.is-9-desktop { + flex: none; + width: 75%; + } + .column.is-offset-9-desktop { + margin-left: 75%; + } + .column.is-10-desktop { + flex: none; + width: 83.33333%; + } + .column.is-offset-10-desktop { + margin-left: 83.33333%; + } + .column.is-11-desktop { + flex: none; + width: 91.66667%; + } + .column.is-offset-11-desktop { + margin-left: 91.66667%; + } + .column.is-12-desktop { + flex: none; + width: 100%; + } + .column.is-offset-12-desktop { + margin-left: 100%; + } +} + +@media screen and (min-width: 1180px) { + .column.is-narrow-widescreen { + flex: none; + } + .column.is-full-widescreen { + flex: none; + width: 100%; + } + .column.is-three-quarters-widescreen { + flex: none; + width: 75%; + } + .column.is-two-thirds-widescreen { + flex: none; + width: 66.6666%; + } + .column.is-half-widescreen { + flex: none; + width: 50%; + } + .column.is-one-third-widescreen { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-widescreen { + flex: none; + width: 25%; + } + .column.is-offset-three-quarters-widescreen { + margin-left: 75%; + } + .column.is-offset-two-thirds-widescreen { + margin-left: 66.6666%; + } + .column.is-offset-half-widescreen { + margin-left: 50%; + } + .column.is-offset-one-third-widescreen { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-widescreen { + margin-left: 25%; + } + .column.is-1-widescreen { + flex: none; + width: 8.33333%; + } + .column.is-offset-1-widescreen { + margin-left: 8.33333%; + } + .column.is-2-widescreen { + flex: none; + width: 16.66667%; + } + .column.is-offset-2-widescreen { + margin-left: 16.66667%; + } + .column.is-3-widescreen { + flex: none; + width: 25%; + } + .column.is-offset-3-widescreen { + margin-left: 25%; + } + .column.is-4-widescreen { + flex: none; + width: 33.33333%; + } + .column.is-offset-4-widescreen { + margin-left: 33.33333%; + } + .column.is-5-widescreen { + flex: none; + width: 41.66667%; + } + .column.is-offset-5-widescreen { + margin-left: 41.66667%; + } + .column.is-6-widescreen { + flex: none; + width: 50%; + } + .column.is-offset-6-widescreen { + margin-left: 50%; + } + .column.is-7-widescreen { + flex: none; + width: 58.33333%; + } + .column.is-offset-7-widescreen { + margin-left: 58.33333%; + } + .column.is-8-widescreen { + flex: none; + width: 66.66667%; + } + .column.is-offset-8-widescreen { + margin-left: 66.66667%; + } + .column.is-9-widescreen { + flex: none; + width: 75%; + } + .column.is-offset-9-widescreen { + margin-left: 75%; + } + .column.is-10-widescreen { + flex: none; + width: 83.33333%; + } + .column.is-offset-10-widescreen { + margin-left: 83.33333%; + } + .column.is-11-widescreen { + flex: none; + width: 91.66667%; + } + .column.is-offset-11-widescreen { + margin-left: 91.66667%; + } + .column.is-12-widescreen { + flex: none; + width: 100%; + } + .column.is-offset-12-widescreen { + margin-left: 100%; + } +} + +.columns { + margin-left: -10px; + margin-right: -10px; + margin-top: -10px; +} + +.columns:last-child { + margin-bottom: -10px; +} + +.columns:not(:last-child) { + margin-bottom: 10px; +} + +.columns.is-centered { + justify-content: center; +} + +.columns.is-gapless { + margin-left: 0; + margin-right: 0; + margin-top: 0; +} + +.columns.is-gapless:last-child { + margin-bottom: 0; +} + +.columns.is-gapless:not(:last-child) { + margin-bottom: 20px; +} + +.columns.is-gapless > .column { + margin: 0; + padding: 0; +} + +@media screen and (min-width: 769px) { + .columns.is-grid { + flex-wrap: wrap; + } + .columns.is-grid > .column { + max-width: 33.3333%; + padding: 10px; + width: 33.3333%; + } + .columns.is-grid > .column + .column { + margin-left: 0; + } +} + +.columns.is-mobile { + display: flex; +} + +.columns.is-multiline { + flex-wrap: wrap; +} + +.columns.is-vcentered { + align-items: center; +} + +@media screen and (min-width: 769px) { + .columns:not(.is-desktop) { + display: flex; + } +} + +@media screen and (min-width: 980px) { + .columns.is-desktop { + display: flex; + } +} + +.tile { + align-items: stretch; + flex-basis: auto; + flex-grow: 1; + flex-shrink: 1; + min-height: min-content; +} + +.tile.is-ancestor { + margin-left: -10px; + margin-right: -10px; + margin-top: -10px; +} + +.tile.is-ancestor:last-child { + margin-bottom: -10px; +} + +.tile.is-ancestor:not(:last-child) { + margin-bottom: 10px; +} + +.tile.is-child { + margin: 0 !important; +} + +.tile.is-parent { + padding: 10px; +} + +.tile.is-vertical { + flex-direction: column; +} + +.tile.is-vertical > .tile.is-child:not(:last-child) { + margin-bottom: 20px !important; +} + +@media screen and (min-width: 769px) { + .tile:not(.is-child) { + display: flex; + } + .tile.is-1 { + flex: none; + width: 8.33333%; + } + .tile.is-2 { + flex: none; + width: 16.66667%; + } + .tile.is-3 { + flex: none; + width: 25%; + } + .tile.is-4 { + flex: none; + width: 33.33333%; + } + .tile.is-5 { + flex: none; + width: 41.66667%; + } + .tile.is-6 { + flex: none; + width: 50%; + } + .tile.is-7 { + flex: none; + width: 58.33333%; + } + .tile.is-8 { + flex: none; + width: 66.66667%; + } + .tile.is-9 { + flex: none; + width: 75%; + } + .tile.is-10 { + flex: none; + width: 83.33333%; + } + .tile.is-11 { + flex: none; + width: 91.66667%; + } + .tile.is-12 { + flex: none; + width: 100%; + } +} + +.highlight { + background-color: #fdf6e3; + color: #586e75; +} + +.highlight .c { + color: #93a1a1; +} + +.highlight .err, +.highlight .g { + color: #586e75; +} + +.highlight .k { + color: #859900; +} + +.highlight .l, +.highlight .n { + color: #586e75; +} + +.highlight .o { + color: #859900; +} + +.highlight .x { + color: #cb4b16; +} + +.highlight .p { + color: #586e75; +} + +.highlight .cm { + color: #93a1a1; +} + +.highlight .cp { + color: #859900; +} + +.highlight .c1 { + color: #93a1a1; +} + +.highlight .cs { + color: #859900; +} + +.highlight .gd { + color: #2aa198; +} + +.highlight .ge { + color: #586e75; + font-style: italic; +} + +.highlight .gr { + color: #dc322f; +} + +.highlight .gh { + color: #cb4b16; +} + +.highlight .gi { + color: #859900; +} + +.highlight .go, +.highlight .gp { + color: #586e75; +} + +.highlight .gs { + color: #586e75; + font-weight: bold; +} + +.highlight .gu { + color: #cb4b16; +} + +.highlight .gt { + color: #586e75; +} + +.highlight .kc { + color: #cb4b16; +} + +.highlight .kd { + color: #268bd2; +} + +.highlight .kn, +.highlight .kp { + color: #859900; +} + +.highlight .kr { + color: #268bd2; +} + +.highlight .kt { + color: #dc322f; +} + +.highlight .ld { + color: #586e75; +} + +.highlight .m, +.highlight .s { + color: #2aa198; +} + +.highlight .na { + color: #B58900; +} + +.highlight .nb { + color: #586e75; +} + +.highlight .nc { + color: #268bd2; +} + +.highlight .no { + color: #cb4b16; +} + +.highlight .nd { + color: #268bd2; +} + +.highlight .ni, +.highlight .ne { + color: #cb4b16; +} + +.highlight .nf { + color: #268bd2; +} + +.highlight .nl, +.highlight .nn, +.highlight .nx, +.highlight .py { + color: #586e75; +} + +.highlight .nt, +.highlight .nv { + color: #268bd2; +} + +.highlight .ow { + color: #859900; +} + +.highlight .w { + color: #586e75; +} + +.highlight .mf, +.highlight .mh, +.highlight .mi, +.highlight .mo { + color: #2aa198; +} + +.highlight .sb { + color: #93a1a1; +} + +.highlight .sc { + color: #2aa198; +} + +.highlight .sd { + color: #586e75; +} + +.highlight .s2 { + color: #2aa198; +} + +.highlight .se { + color: #cb4b16; +} + +.highlight .sh { + color: #586e75; +} + +.highlight .si, +.highlight .sx { + color: #2aa198; +} + +.highlight .sr { + color: #dc322f; +} + +.highlight .s1, +.highlight .ss { + color: #2aa198; +} + +.highlight .bp, +.highlight .vc, +.highlight .vg, +.highlight .vi { + color: #268bd2; +} + +.highlight .il { + color: #2aa198; +} + +.level-item .title, +.level-item .subtitle { + margin-bottom: 0; +} + +@media screen and (max-width: 768px) { + .level-item:not(:last-child) { + margin-bottom: 10px; + } +} + +.level-left .level-item:not(:last-child), +.level-right .level-item:not(:last-child) { + margin-right: 10px; +} + +.level-left .level-item.is-flexible, +.level-right .level-item.is-flexible { + flex-grow: 1; +} + +@media screen and (max-width: 768px) { + .level-left + .level-right { + margin-top: 20px; + } +} + +@media screen and (min-width: 769px) { + .level-left { + align-items: center; + display: flex; + } +} + +@media screen and (min-width: 769px) { + .level-right { + align-items: center; + display: flex; + justify-content: flex-end; + } +} + +.level { + align-items: center; + justify-content: space-between; +} + +.level code { + border-radius: 3px; +} + +.level img { + display: inline-block; + vertical-align: top; +} + +.level.is-mobile { + display: flex; +} + +.level.is-mobile > .level-item:not(:last-child) { + margin-bottom: 0; +} + +.level.is-mobile > .level-item:not(.is-narrow) { + flex-grow: 1; +} + +@media screen and (min-width: 769px) { + .level { + display: flex; + } + .level > .level-item:not(.is-narrow) { + flex-grow: 1; + } +} + +.media-number { + background-color: #f5f7fa; + border-radius: 290486px; + display: inline-block; + font-size: 18px; + height: 32px; + line-height: 24px; + min-width: 32px; + padding: 4px 8px; + text-align: center; + vertical-align: top; +} + +@media screen and (max-width: 768px) { + .media-number { + margin-bottom: 10px; + } +} + +@media screen and (min-width: 769px) { + .media-number { + margin-right: 10px; + } +} + +.media-left { + margin-right: 10px; +} + +.media-right { + margin-left: 10px; +} + +.media-content { + flex-grow: 1; + flex-shrink: 1; + text-align: left; +} + +.media { + align-items: flex-start; + display: flex; + text-align: left; +} + +.media .content:not(:last-child) { + margin-bottom: 10px; +} + +.media .media { + border-top: 1px solid rgba(211, 214, 219, 0.5); + display: flex; + padding-top: 10px; +} + +.media .media .content:not(:last-child), +.media .media .control:not(:last-child) { + margin-bottom: 5px; +} + +.media .media .media { + padding-top: 5px; +} + +.media .media .media + .media { + margin-top: 5px; +} + +.media + .media { + border-top: 1px solid rgba(211, 214, 219, 0.5); + margin-top: 10px; + padding-top: 10px; +} + +.media.is-large + .media { + margin-top: 20px; + padding-top: 20px; +} + +@media screen and (min-width: 769px) { + .media.is-large .media-number { + margin-right: 20px; + } +} + +.menu-nav a { + display: block; + padding: 5px 10px; +} + +.menu-list a { + border-radius: 2px; + color: #69707a; + display: block; + padding: 5px 10px; +} + +.menu-list a:hover { + background-color: #f5f7fa; + color: #24ffde; +} + +.menu-list a.is-active { + background-color: #24ffde; + color: white; +} + +.menu-list li ul { + border-left: 1px solid #d3d6db; + margin: 10px; + padding-left: 10px; +} + +.menu-label { + color: #aeb1b5; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} + +.menu-label:not(:first-child) { + margin-top: 20px; +} + +.message-body { + border: 1px solid #d3d6db; + border-radius: 3px; + padding: 12px 15px; +} + +.message-body strong { + color: inherit; +} + +.message-header { + background-color: #69707a; + border-radius: 3px 3px 0 0; + color: white; + padding: 7px 10px; +} + +.message-header strong { + color: inherit; +} + +.message-header + .message-body { + border-radius: 0 0 3px 3px; + border-top: none; +} + +.message { + background-color: #f5f7fa; + border-radius: 3px; +} + +.message.is-white { + background-color: white; +} + +.message.is-white .message-header { + background-color: #fff; + color: #111; +} + +.message.is-white .message-body { + border-color: #fff; + color: #666666; +} + +.message.is-black { + background-color: whitesmoke; +} + +.message.is-black .message-header { + background-color: #111; + color: #fff; +} + +.message.is-black .message-body { + border-color: #111; + color: gray; +} + +.message.is-light { + background-color: #f5f7fa; +} + +.message.is-light .message-header { + background-color: #f5f7fa; + color: #69707a; +} + +.message.is-light .message-body { + border-color: #f5f7fa; + color: #666666; +} + +.message.is-dark { + background-color: #f4f5f6; +} + +.message.is-dark .message-header { + background-color: #69707a; + color: #f5f7fa; +} + +.message.is-dark .message-body { + border-color: #69707a; + color: gray; +} + +.message.is-primary { + background-color: #ebfffc; +} + +.message.is-primary .message-header { + background-color: #24ffde; + color: white; +} + +.message.is-primary .message-body { + border-color: #24ffde; + color: gray; +} + +.message.is-info { + background-color: #ebf2ff; +} + +.message.is-info .message-header { + background-color: #2478ff; + color: white; +} + +.message.is-info .message-body { + border-color: #2478ff; + color: gray; +} + +.message.is-success { + background-color: #ebfff2; +} + +.message.is-success .message-header { + background-color: #24ff70; + color: white; +} + +.message.is-success .message-body { + border-color: #24ff70; + color: gray; +} + +.message.is-warning { + background-color: #fffbeb; +} + +.message.is-warning .message-header { + background-color: #ffd324; + color: white; +} + +.message.is-warning .message-body { + border-color: #ffd324; + color: gray; +} + +.message.is-danger { + background-color: #ffebef; +} + +.message.is-danger .message-header { + background-color: #ff2450; + color: white; +} + +.message.is-danger .message-body { + border-color: #ff2450; + color: gray; +} + +.modal-background { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + background-color: rgba(17, 17, 17, 0.86); +} + +.modal-content, .modal-card { + margin: 0 20px; + max-height: calc(100vh - 160px); + overflow: auto; + position: relative; + width: 100%; +} + +@media screen and (min-width: 769px) { + .modal-content, .modal-card { + margin: 0 auto; + max-height: calc(100vh - 40px); + width: 640px; + } +} + +.modal-close { + background: none; + height: 40px; + position: fixed; + right: 20px; + top: 20px; + width: 40px; +} + +.modal-card { + display: flex; + flex-direction: column; + max-height: calc(100vh - 40px); + overflow: hidden; +} + +.modal-card-head, +.modal-card-foot { + align-items: center; + background-color: #f5f7fa; + display: flex; + flex-shrink: 0; + justify-content: flex-start; + padding: 20px; + position: relative; +} + +.modal-card-head { + border-bottom: 1px solid #d3d6db; + border-top-left-radius: 5px; + border-top-right-radius: 5px; +} + +.modal-card-title { + color: #222324; + flex-grow: 1; + flex-shrink: 0; + font-size: 24px; + line-height: 1; +} + +.modal-card-foot { + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + border-top: 1px solid #d3d6db; +} + +.modal-card-foot .button:not(:last-child) { + margin-right: 10px; +} + +.modal-card-body { + background-color: #fff; + flex-grow: 1; + flex-shrink: 1; + overflow: auto; + padding: 20px; +} + +.modal { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + align-items: center; + display: none; + justify-content: center; + overflow: hidden; + position: fixed; + z-index: 1986; +} + +.modal.is-active { + display: flex; +} + +@media screen and (min-width: 769px) { + .nav-toggle { + display: none; + } +} + +.nav-item { + align-items: center; + display: flex; + justify-content: center; + padding: 10px; +} + +.nav-item a { + flex-grow: 1; + flex-shrink: 0; +} + +.nav-item img { + max-height: 24px; +} + +.nav-item .button + .button { + margin-left: 10px; +} + +.nav-item .tag:first-child { + margin-right: 5px; +} + +.nav-item .tag:last-child { + margin-left: 5px; +} + +@media screen and (max-width: 768px) { + .nav-item { + justify-content: flex-start; + } +} + +.nav-item a, +a.nav-item { + color: #69707a; +} + +.nav-item a:hover, +a.nav-item:hover { + color: #222324; +} + +.nav-item a.is-active, +a.nav-item.is-active { + color: #222324; +} + +.nav-item a.is-tab, +a.nav-item.is-tab { + border-bottom: 1px solid transparent; + border-top: 1px solid transparent; + padding-left: 12px; + padding-right: 12px; +} + +.nav-item a.is-tab:hover, +a.nav-item.is-tab:hover { + border-bottom: 1px solid #24ffde; + border-top: 1px solid transparent; +} + +.nav-item a.is-tab.is-active, +a.nav-item.is-tab.is-active { + border-bottom: 3px solid #24ffde; + border-top: 3px solid transparent; + color: #24ffde; +} + +@media screen and (max-width: 768px) { + .nav-menu { + background-color: #fff; + box-shadow: 0 4px 7px rgba(17, 17, 17, 0.1); + left: 0; + display: none; + right: 0; + top: 100%; + position: absolute; + } + .nav-menu .nav-item { + border-top: 1px solid rgba(211, 214, 219, 0.5); + padding: 10px; + } + .nav-menu.is-active { + display: block; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .nav-menu { + padding-right: 20px; + } +} + +.nav-left { + align-items: stretch; + display: flex; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-start; + overflow: hidden; + overflow-x: auto; + white-space: nowrap; +} + +.nav-center { + align-items: stretch; + display: flex; + justify-content: center; + margin-left: auto; + margin-right: auto; +} + +@media screen and (min-width: 769px) { + .nav-right { + align-items: stretch; + display: flex; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-end; + } +} + +.nav { + align-items: stretch; + background-color: #fff; + display: flex; + min-height: 50px; + position: relative; + text-align: center; + z-index: 2; +} + +.nav > .container { + align-items: stretch; + display: flex; + min-height: 50px; + width: 100%; +} + +.nav > .container > .nav-left > .nav-item:first-child:not(.is-tab) { + padding-left: 0; +} + +.nav > .container > .nav-right > .nav-item:last-child:not(.is-tab) { + padding-right: 0; +} + +.container > .nav > .nav-left > .nav-item:first-child:not(.is-tab) { + padding-left: 0; +} + +.container > .nav > .nav-right > .nav-item:last-child:not(.is-tab) { + padding-right: 0; +} + +.nav.has-shadow { + box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1); +} + +@media screen and (max-width: 979px) { + .nav > .container > .nav-left > .nav-item.is-brand:first-child, + .container > .nav > .nav-left > .nav-item.is-brand:first-child { + padding-left: 20px; + } +} + +.pagination { + align-items: center; + display: flex; + justify-content: center; + text-align: center; +} + +.pagination a { + display: block; + min-width: 32px; + padding: 3px 8px; +} + +.pagination span { + color: #aeb1b5; + display: block; + margin: 0 4px; +} + +.pagination li { + margin: 0 2px; +} + +.pagination ul { + align-items: center; + display: flex; + flex-grow: 1; + flex-shrink: 0; + justify-content: center; +} + +@media screen and (max-width: 768px) { + .pagination { + flex-wrap: wrap; + } + .pagination > a { + width: calc(50% - 5px); + } + .pagination > a:not(:first-child) { + margin-left: 10px; + } + .pagination li { + flex-grow: 1; + flex-shrink: 0; + } + .pagination ul { + margin-top: 10px; + } +} + +@media screen and (min-width: 769px) { + .pagination > a:not(:first-child) { + order: 1; + } +} + +.panel-icon { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; + color: #aeb1b5; + float: left; + margin: 0 4px 0 -2px; +} + +.panel-icon .fa { + font-size: inherit; + line-height: inherit; +} + +.panel-heading { + background-color: #f5f7fa; + border-bottom: 1px solid #d3d6db; + border-radius: 4px 4px 0 0; + color: #222324; + font-size: 18px; + font-weight: 300; + padding: 10px; +} + +.panel-list a { + color: #69707a; +} + +.panel-list a:hover { + color: #24ffde; +} + +.panel-tabs { + display: flex; + font-size: 11px; + padding: 5px 10px 0; + justify-content: center; +} + +.panel-tabs a { + border-bottom: 1px solid #d3d6db; + margin-bottom: -1px; + padding: 5px; +} + +.panel-tabs a.is-active { + border-bottom-color: #222324; + color: #222324; +} + +.panel-tabs:not(:last-child) { + border-bottom: 1px solid #d3d6db; +} + +.panel-block { + color: #222324; + display: block; + line-height: 16px; + padding: 10px; +} + +.panel-block:not(:last-child) { + border-bottom: 1px solid #d3d6db; +} + +a.panel-block:hover { + background-color: #f5f7fa; +} + +.panel { + border: 1px solid #d3d6db; + border-radius: 5px; +} + +.panel:not(:last-child) { + margin-bottom: 20px; +} + +.tabs { + align-items: stretch; + display: flex; + justify-content: space-between; + line-height: 24px; + overflow: hidden; + overflow-x: auto; + white-space: nowrap; +} + +.tabs a { + align-items: center; + border-bottom: 1px solid #d3d6db; + color: #69707a; + display: flex; + justify-content: center; + margin-bottom: -1px; + padding: 6px 12px; + vertical-align: top; +} + +.tabs a:hover { + border-bottom-color: #222324; + color: #222324; +} + +.tabs li { + display: block; +} + +.tabs li.is-active a { + border-bottom-color: #24ffde; + color: #24ffde; +} + +.tabs ul { + align-items: center; + border-bottom: 1px solid #d3d6db; + display: flex; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-start; +} + +.tabs ul.is-left { + padding-right: 10px; +} + +.tabs ul.is-center { + flex: none; + justify-content: center; + padding-left: 10px; + padding-right: 10px; +} + +.tabs ul.is-right { + justify-content: flex-end; + padding-left: 10px; +} + +.tabs .icon:first-child { + margin-right: 8px; +} + +.tabs .icon:last-child { + margin-left: 8px; +} + +.tabs.is-centered ul { + justify-content: center; +} + +.tabs.is-right ul { + justify-content: flex-end; +} + +.tabs.is-boxed a { + border: 1px solid transparent; + border-radius: 3px 3px 0 0; + padding-bottom: 5px; + padding-top: 5px; +} + +.tabs.is-boxed a:hover { + background-color: #f5f7fa; + border-bottom-color: #d3d6db; +} + +.tabs.is-boxed li.is-active a { + background-color: #fff; + border-color: #d3d6db; + border-bottom-color: transparent !important; +} + +.tabs.is-fullwidth li { + flex-grow: 1; + flex-shrink: 0; +} + +.tabs.is-toggle a { + border: 1px solid #d3d6db; + margin-bottom: 0; + padding-bottom: 5px; + padding-top: 5px; + position: relative; +} + +.tabs.is-toggle a:hover { + background-color: #f5f7fa; + border-color: #aeb1b5; + z-index: 2; +} + +.tabs.is-toggle li + li { + margin-left: -1px; +} + +.tabs.is-toggle li:first-child a { + border-radius: 3px 0 0 3px; +} + +.tabs.is-toggle li:last-child a { + border-radius: 0 3px 3px 0; +} + +.tabs.is-toggle li.is-active a { + background-color: #24ffde; + border-color: #24ffde; + color: white; + z-index: 1; +} + +.tabs.is-toggle ul { + border-bottom: none; +} + +.tabs.is-small { + font-size: 11px; +} + +.tabs.is-small a { + padding: 2px 8px; +} + +.tabs.is-small.is-boxed a, .tabs.is-small.is-toggle a { + padding-bottom: 1px; + padding-top: 1px; +} + +.tabs.is-medium { + font-size: 18px; +} + +.tabs.is-medium a { + padding: 10px 16px; +} + +.tabs.is-medium.is-boxed a, .tabs.is-medium.is-toggle a { + padding-bottom: 9px; + padding-top: 9px; +} + +.tabs.is-large { + font-size: 28px; +} + +.tabs.is-large a { + padding: 14px 20px; +} + +.tabs.is-large.is-boxed a, .tabs.is-large.is-toggle a { + padding-bottom: 13px; + padding-top: 13px; +} + +.hero-video { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + overflow: hidden; +} + +.hero-video video { + left: 50%; + min-height: 100%; + min-width: 100%; + position: absolute; + top: 50%; + transform: translate3d(-50%, -50%, 0); +} + +.hero-video.is-transparent { + opacity: 0.3; +} + +@media screen and (max-width: 768px) { + .hero-video { + display: none; + } +} + +.hero-buttons { + margin-top: 20px; +} + +@media screen and (max-width: 768px) { + .hero-buttons .button { + display: flex; + } + .hero-buttons .button:not(:last-child) { + margin-bottom: 10px; + } +} + +@media screen and (min-width: 769px) { + .hero-buttons { + display: flex; + justify-content: center; + } + .hero-buttons .button:not(:last-child) { + margin-right: 20px; + } +} + +.hero-head, +.hero-foot { + flex-shrink: 0; +} + +.hero-body { + flex-grow: 1; + flex-shrink: 0; + padding: 40px 20px; +} + +@media screen and (min-width: 1240px) { + .hero-body { + padding-left: 0; + padding-right: 0; + } +} + +.hero { + align-items: stretch; + background-color: #fff; + display: flex; + flex-direction: column; + justify-content: space-between; +} + +.hero .nav { + background: none; + box-shadow: 0 1px 0 rgba(211, 214, 219, 0.3); +} + +.hero .tabs ul { + border-bottom: none; +} + +.hero.is-white { + background-color: #fff; + color: #111; +} + +.hero.is-white .title { + color: #111; +} + +.hero.is-white .title a, +.hero.is-white .title strong { + color: inherit; +} + +.hero.is-white .subtitle { + color: rgba(17, 17, 17, 0.7); +} + +.hero.is-white .subtitle a, +.hero.is-white .subtitle strong { + color: #111; +} + +.hero.is-white .nav { + box-shadow: 0 1px 0 rgba(17, 17, 17, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-white .nav-menu { + background-color: #fff; + } +} + +.hero.is-white a.nav-item, +.hero.is-white .nav-item a:not(.button) { + color: rgba(17, 17, 17, 0.5); +} + +.hero.is-white a.nav-item:hover, .hero.is-white a.nav-item.is-active, +.hero.is-white .nav-item a:not(.button):hover, +.hero.is-white .nav-item a:not(.button).is-active { + color: #111; +} + +.hero.is-white .tabs a { + color: #111; + opacity: 0.5; +} + +.hero.is-white .tabs a:hover { + opacity: 1; +} + +.hero.is-white .tabs li.is-active a { + opacity: 1; +} + +.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a { + color: #111; +} + +.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover { + background-color: #111; + border-color: #111; + color: #fff; +} + +.hero.is-white.is-bold { + background-image: linear-gradient(141deg, #e6e6e6 0%, #fff 71%, white 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-white .nav-toggle span { + background-color: #111; + } + .hero.is-white .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-white .nav-toggle.is-active span { + background-color: #111; + } + .hero.is-white .nav-menu .nav-item { + border-top-color: rgba(17, 17, 17, 0.2); + } +} + +.hero.is-black { + background-color: #111; + color: #fff; +} + +.hero.is-black .title { + color: #fff; +} + +.hero.is-black .title a, +.hero.is-black .title strong { + color: inherit; +} + +.hero.is-black .subtitle { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-black .subtitle a, +.hero.is-black .subtitle strong { + color: #fff; +} + +.hero.is-black .nav { + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-black .nav-menu { + background-color: #111; + } +} + +.hero.is-black a.nav-item, +.hero.is-black .nav-item a:not(.button) { + color: rgba(255, 255, 255, 0.5); +} + +.hero.is-black a.nav-item:hover, .hero.is-black a.nav-item.is-active, +.hero.is-black .nav-item a:not(.button):hover, +.hero.is-black .nav-item a:not(.button).is-active { + color: #fff; +} + +.hero.is-black .tabs a { + color: #fff; + opacity: 0.5; +} + +.hero.is-black .tabs a:hover { + opacity: 1; +} + +.hero.is-black .tabs li.is-active a { + opacity: 1; +} + +.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a { + color: #fff; +} + +.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover { + background-color: #fff; + border-color: #fff; + color: #111; +} + +.hero.is-black.is-bold { + background-image: linear-gradient(141deg, black 0%, #111 71%, #1f1c1c 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-black .nav-toggle span { + background-color: #fff; + } + .hero.is-black .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-black .nav-toggle.is-active span { + background-color: #fff; + } + .hero.is-black .nav-menu .nav-item { + border-top-color: rgba(255, 255, 255, 0.2); + } +} + +.hero.is-light { + background-color: #f5f7fa; + color: #69707a; +} + +.hero.is-light .title { + color: #69707a; +} + +.hero.is-light .title a, +.hero.is-light .title strong { + color: inherit; +} + +.hero.is-light .subtitle { + color: rgba(105, 112, 122, 0.7); +} + +.hero.is-light .subtitle a, +.hero.is-light .subtitle strong { + color: #69707a; +} + +.hero.is-light .nav { + box-shadow: 0 1px 0 rgba(105, 112, 122, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-light .nav-menu { + background-color: #f5f7fa; + } +} + +.hero.is-light a.nav-item, +.hero.is-light .nav-item a:not(.button) { + color: rgba(105, 112, 122, 0.5); +} + +.hero.is-light a.nav-item:hover, .hero.is-light a.nav-item.is-active, +.hero.is-light .nav-item a:not(.button):hover, +.hero.is-light .nav-item a:not(.button).is-active { + color: #69707a; +} + +.hero.is-light .tabs a { + color: #69707a; + opacity: 0.5; +} + +.hero.is-light .tabs a:hover { + opacity: 1; +} + +.hero.is-light .tabs li.is-active a { + opacity: 1; +} + +.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a { + color: #69707a; +} + +.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover { + background-color: #69707a; + border-color: #69707a; + color: #f5f7fa; +} + +.hero.is-light.is-bold { + background-image: linear-gradient(141deg, #d0e0ec 0%, #f5f7fa 71%, white 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-light .nav-toggle span { + background-color: #69707a; + } + .hero.is-light .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-light .nav-toggle.is-active span { + background-color: #69707a; + } + .hero.is-light .nav-menu .nav-item { + border-top-color: rgba(105, 112, 122, 0.2); + } +} + +.hero.is-dark { + background-color: #69707a; + color: #f5f7fa; +} + +.hero.is-dark .title { + color: #f5f7fa; +} + +.hero.is-dark .title a, +.hero.is-dark .title strong { + color: inherit; +} + +.hero.is-dark .subtitle { + color: rgba(245, 247, 250, 0.7); +} + +.hero.is-dark .subtitle a, +.hero.is-dark .subtitle strong { + color: #f5f7fa; +} + +.hero.is-dark .nav { + box-shadow: 0 1px 0 rgba(245, 247, 250, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-dark .nav-menu { + background-color: #69707a; + } +} + +.hero.is-dark a.nav-item, +.hero.is-dark .nav-item a:not(.button) { + color: rgba(245, 247, 250, 0.5); +} + +.hero.is-dark a.nav-item:hover, .hero.is-dark a.nav-item.is-active, +.hero.is-dark .nav-item a:not(.button):hover, +.hero.is-dark .nav-item a:not(.button).is-active { + color: #f5f7fa; +} + +.hero.is-dark .tabs a { + color: #f5f7fa; + opacity: 0.5; +} + +.hero.is-dark .tabs a:hover { + opacity: 1; +} + +.hero.is-dark .tabs li.is-active a { + opacity: 1; +} + +.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a { + color: #f5f7fa; +} + +.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover { + background-color: #f5f7fa; + border-color: #f5f7fa; + color: #69707a; +} + +.hero.is-dark.is-bold { + background-image: linear-gradient(141deg, #495a67 0%, #69707a 71%, #6e768e 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-dark .nav-toggle span { + background-color: #f5f7fa; + } + .hero.is-dark .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-dark .nav-toggle.is-active span { + background-color: #f5f7fa; + } + .hero.is-dark .nav-menu .nav-item { + border-top-color: rgba(245, 247, 250, 0.2); + } +} + +.hero.is-primary { + background-color: #24ffde; + color: white; +} + +.hero.is-primary .title { + color: white; +} + +.hero.is-primary .title a, +.hero.is-primary .title strong { + color: inherit; +} + +.hero.is-primary .subtitle { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-primary .subtitle a, +.hero.is-primary .subtitle strong { + color: white; +} + +.hero.is-primary .nav { + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-primary .nav-menu { + background-color: #24ffde; + } +} + +.hero.is-primary a.nav-item, +.hero.is-primary .nav-item a:not(.button) { + color: rgba(255, 255, 255, 0.5); +} + +.hero.is-primary a.nav-item:hover, .hero.is-primary a.nav-item.is-active, +.hero.is-primary .nav-item a:not(.button):hover, +.hero.is-primary .nav-item a:not(.button).is-active { + color: white; +} + +.hero.is-primary .tabs a { + color: white; + opacity: 0.5; +} + +.hero.is-primary .tabs a:hover { + opacity: 1; +} + +.hero.is-primary .tabs li.is-active a { + opacity: 1; +} + +.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a { + color: white; +} + +.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.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: white; + border-color: white; + color: #24ffde; +} + +.hero.is-primary.is-bold { + background-image: linear-gradient(141deg, #00f0a4 0%, #24ffde 71%, #3efcff 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-primary .nav-toggle span { + background-color: white; + } + .hero.is-primary .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-primary .nav-toggle.is-active span { + background-color: white; + } + .hero.is-primary .nav-menu .nav-item { + border-top-color: rgba(255, 255, 255, 0.2); + } +} + +.hero.is-info { + background-color: #2478ff; + color: white; +} + +.hero.is-info .title { + color: white; +} + +.hero.is-info .title a, +.hero.is-info .title strong { + color: inherit; +} + +.hero.is-info .subtitle { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-info .subtitle a, +.hero.is-info .subtitle strong { + color: white; +} + +.hero.is-info .nav { + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-info .nav-menu { + background-color: #2478ff; + } +} + +.hero.is-info a.nav-item, +.hero.is-info .nav-item a:not(.button) { + color: rgba(255, 255, 255, 0.5); +} + +.hero.is-info a.nav-item:hover, .hero.is-info a.nav-item.is-active, +.hero.is-info .nav-item a:not(.button):hover, +.hero.is-info .nav-item a:not(.button).is-active { + color: white; +} + +.hero.is-info .tabs a { + color: white; + opacity: 0.5; +} + +.hero.is-info .tabs a:hover { + opacity: 1; +} + +.hero.is-info .tabs li.is-active a { + opacity: 1; +} + +.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a { + color: white; +} + +.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #2478ff; +} + +.hero.is-info.is-bold { + background-image: linear-gradient(141deg, #0084f0 0%, #2478ff 71%, #3e67ff 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-info .nav-toggle span { + background-color: white; + } + .hero.is-info .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-info .nav-toggle.is-active span { + background-color: white; + } + .hero.is-info .nav-menu .nav-item { + border-top-color: rgba(255, 255, 255, 0.2); + } +} + +.hero.is-success { + background-color: #24ff70; + color: white; +} + +.hero.is-success .title { + color: white; +} + +.hero.is-success .title a, +.hero.is-success .title strong { + color: inherit; +} + +.hero.is-success .subtitle { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-success .subtitle a, +.hero.is-success .subtitle strong { + color: white; +} + +.hero.is-success .nav { + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-success .nav-menu { + background-color: #24ff70; + } +} + +.hero.is-success a.nav-item, +.hero.is-success .nav-item a:not(.button) { + color: rgba(255, 255, 255, 0.5); +} + +.hero.is-success a.nav-item:hover, .hero.is-success a.nav-item.is-active, +.hero.is-success .nav-item a:not(.button):hover, +.hero.is-success .nav-item a:not(.button).is-active { + color: white; +} + +.hero.is-success .tabs a { + color: white; + opacity: 0.5; +} + +.hero.is-success .tabs a:hover { + opacity: 1; +} + +.hero.is-success .tabs li.is-active a { + opacity: 1; +} + +.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a { + color: white; +} + +.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.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: white; + border-color: white; + color: #24ff70; +} + +.hero.is-success.is-bold { + background-image: linear-gradient(141deg, #00f02b 0%, #24ff70 71%, #3effa1 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-success .nav-toggle span { + background-color: white; + } + .hero.is-success .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-success .nav-toggle.is-active span { + background-color: white; + } + .hero.is-success .nav-menu .nav-item { + border-top-color: rgba(255, 255, 255, 0.2); + } +} + +.hero.is-warning { + background-color: #ffd324; + color: white; +} + +.hero.is-warning .title { + color: white; +} + +.hero.is-warning .title a, +.hero.is-warning .title strong { + color: inherit; +} + +.hero.is-warning .subtitle { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-warning .subtitle a, +.hero.is-warning .subtitle strong { + color: white; +} + +.hero.is-warning .nav { + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-warning .nav-menu { + background-color: #ffd324; + } +} + +.hero.is-warning a.nav-item, +.hero.is-warning .nav-item a:not(.button) { + color: rgba(255, 255, 255, 0.5); +} + +.hero.is-warning a.nav-item:hover, .hero.is-warning a.nav-item.is-active, +.hero.is-warning .nav-item a:not(.button):hover, +.hero.is-warning .nav-item a:not(.button).is-active { + color: white; +} + +.hero.is-warning .tabs a { + color: white; + opacity: 0.5; +} + +.hero.is-warning .tabs a:hover { + opacity: 1; +} + +.hero.is-warning .tabs li.is-active a { + opacity: 1; +} + +.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a { + color: white; +} + +.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #ffd324; +} + +.hero.is-warning.is-bold { + background-image: linear-gradient(141deg, #f09800 0%, #ffd324 71%, #fff83e 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-warning .nav-toggle span { + background-color: white; + } + .hero.is-warning .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-warning .nav-toggle.is-active span { + background-color: white; + } + .hero.is-warning .nav-menu .nav-item { + border-top-color: rgba(255, 255, 255, 0.2); + } +} + +.hero.is-danger { + background-color: #ff2450; + color: white; +} + +.hero.is-danger .title { + color: white; +} + +.hero.is-danger .title a, +.hero.is-danger .title strong { + color: inherit; +} + +.hero.is-danger .subtitle { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-danger .subtitle a, +.hero.is-danger .subtitle strong { + color: white; +} + +.hero.is-danger .nav { + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-danger .nav-menu { + background-color: #ff2450; + } +} + +.hero.is-danger a.nav-item, +.hero.is-danger .nav-item a:not(.button) { + color: rgba(255, 255, 255, 0.5); +} + +.hero.is-danger a.nav-item:hover, .hero.is-danger a.nav-item.is-active, +.hero.is-danger .nav-item a:not(.button):hover, +.hero.is-danger .nav-item a:not(.button).is-active { + color: white; +} + +.hero.is-danger .tabs a { + color: white; + opacity: 0.5; +} + +.hero.is-danger .tabs a:hover { + opacity: 1; +} + +.hero.is-danger .tabs li.is-active a { + opacity: 1; +} + +.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a { + color: white; +} + +.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #ff2450; +} + +.hero.is-danger.is-bold { + background-image: linear-gradient(141deg, #f00058 0%, #ff2450 71%, #ff3e44 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-danger .nav-toggle span { + background-color: white; + } + .hero.is-danger .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-danger .nav-toggle.is-active span { + background-color: white; + } + .hero.is-danger .nav-menu .nav-item { + border-top-color: rgba(255, 255, 255, 0.2); + } +} + +@media screen and (min-width: 769px) { + .hero.is-medium .hero-body { + padding-bottom: 120px; + padding-top: 120px; + } +} + +@media screen and (min-width: 769px) { + .hero.is-large .hero-body { + padding-bottom: 240px; + padding-top: 240px; + } +} + +.hero.is-fullheight { + min-height: 100vh; +} + +.hero.is-fullheight .hero-body { + align-items: center; + display: flex; +} + +.hero.is-fullheight .hero-body > .container { + flex-grow: 1; + flex-shrink: 0; +} + +.section { + background-color: #fff; + padding: 40px 20px; +} + +@media screen and (min-width: 980px) { + .section.is-medium { + padding: 120px 20px; + } + .section.is-large { + padding: 240px 20px; + } +} + +.footer { + background-color: #f5f7fa; + padding: 40px 20px 80px; +} + +.footer a, .footer a:visited { + color: #69707a; +} + +.footer a:hover, .footer a:visited:hover { + color: #222324; +} + +.footer a:not(.icon), .footer a:visited:not(.icon) { + border-bottom: 1px solid #d3d6db; +} + +.footer a:not(.icon):hover, .footer a:visited:not(.icon):hover { + border-bottom-color: #24ffde; +} diff --git a/docs/css/utilities.css b/docs/css/utilities.css new file mode 100644 index 00000000..f2f909d6 --- /dev/null +++ b/docs/css/utilities.css @@ -0,0 +1,175 @@ +html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font-weight: normal; + vertical-align: baseline; + background: transparent; +} + +article, aside, figure, footer, header, nav, section, details, summary { + display: block; +} + +html { + box-sizing: border-box; +} + +*, +*:before, +*:after { + box-sizing: inherit; +} + +img, +object, +embed { + max-width: 100%; +} + +html { + overflow-y: scroll; +} + +ul { + list-style: none; +} + +blockquote, q { + quotes: none; +} + +blockquote:before, +blockquote:after, +q:before, +q:after { + content: ''; + content: none; +} + +a { + margin: 0; + padding: 0; + font-size: 100%; + vertical-align: baseline; + background: transparent; +} + +del { + text-decoration: line-through; +} + +abbr[title], dfn[title] { + border-bottom: 1px dotted #000; + cursor: help; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +th { + font-weight: bold; + vertical-align: bottom; +} + +td { + font-weight: normal; + vertical-align: top; +} + +hr { + display: block; + height: 1px; + border: 0; + border-top: 1px solid #ccc; + margin: 1em 0; + padding: 0; +} + +input, select { + vertical-align: middle; +} + +pre { + white-space: pre; + white-space: pre-wrap; + white-space: pre-line; + word-wrap: break-word; +} + +input[type="radio"] { + vertical-align: text-bottom; +} + +input[type="checkbox"] { + vertical-align: bottom; +} + +select, input, textarea { + font: 99% sans-serif; +} + +table { + font-size: inherit; + font: 100%; +} + +small { + font-size: 85%; +} + +strong { + font-weight: bold; +} + +td, td img { + vertical-align: top; +} + +sub, sup { + font-size: 75%; + line-height: 0; + position: relative; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +pre, code, kbd, samp { + font-family: monospace, sans-serif; +} + +label, +input[type=button], +input[type=submit], +input[type=file], +button { + cursor: pointer; +} + +button, input, select, textarea { + margin: 0; +} + +button, +input[type=button] { + width: auto; + overflow: visible; +} + +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} diff --git a/docs/css/variables.css b/docs/css/variables.css new file mode 100644 index 00000000..e69de29b diff --git a/package.json b/package.json index de90e659..79323148 100644 --- a/package.json +++ b/package.json @@ -30,10 +30,10 @@ "build": "npm run build-clean && npm run build-sass && npm run build-autoprefix", "build-autoprefix": "postcss --use autoprefixer --output css/bulma.css css/bulma.css", "build-clean": "rm -rf css", - "build-sass": "node-sass --output-style expanded --source-map true --output css/ bulma.sass --outFile css/bulma.css", + "build-sass": "node-sass --output-style expanded --source-map true bulma.sass css/bulma.css", "docs": "npm run docs-sass && npm run docs-autoprefix", "docs-autoprefix": "postcss --use autoprefixer --output docs/css/bulma-docs.css docs/css/bulma-docs.css", - "docs-sass": "node-sass --output-style expanded --output docs/css/ docs/bulma-docs.sass --outFile docs/css/bulma-docs.css", + "docs-sass": "node-sass --output-style expanded docs/bulma-docs.sass docs/css/bulma-docs.css", "pre-push": "npm run build && git add css && git commit --amend --no-edit", "start": "npm run build-sass -- --watch", "start-docs": "npm run docs-sass -- --watch" diff --git a/sass/utilities/variables.sass b/sass/utilities/variables.sass index 7513e8b3..acbcc4e8 100644 --- a/sass/utilities/variables.sass +++ b/sass/utilities/variables.sass @@ -10,13 +10,21 @@ $grey-light: #d3d6db !default $grey-lighter: #f5f7fa !default $white: #fff !default -$blue: #42afe3 !default -$green: #97cd76 !default -$orange: #f68b39 !default -$purple: #847bb9 !default -$red: #ed6c63 !default -$turquoise: #1fc8db !default -$yellow: #fce473 !default +// $blue: #42afe3 !default +// $green: #97cd76 !default +// $orange: #f68b39 !default +// $purple: #847bb9 !default +// $red: #ed6c63 !default +// $turquoise: #1fc8db !default +// $yellow: #fce473 !default + +$orange: hsl(14, 100%, 53%) !default +$yellow: hsl(48, 100%, 53%) !default +$green: hsl(141, 86%, 53%) !default +$turquoise: hsl(171, 86%, 48%) !default +$blue: hsl(217, 100%, 53%) !default +$purple: hsl(271, 100%, 71%) !default +$red: hsl(348, 100%, 53%) !default // Typography From 6032e4203ba3140e193591228b2f049e599ecf54 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sun, 18 Sep 2016 18:09:32 +0100 Subject: [PATCH 02/18] New colors --- css/bulma.css | 312 +- css/bulma.css.map | 2 +- docs/css/bulma-docs.css | 1428 +++----- docs/css/bulma.css | 5887 +++++++++++++++++++++++++++++++++ docs/css/utilities.css | 175 + docs/css/variables.css | 0 package.json | 4 +- sass/utilities/variables.sass | 22 +- 8 files changed, 6644 insertions(+), 1186 deletions(-) create mode 100644 docs/css/bulma.css create mode 100644 docs/css/utilities.css create mode 100644 docs/css/variables.css diff --git a/css/bulma.css b/css/bulma.css index ce3312eb..37fc7c4e 100644 --- a/css/bulma.css +++ b/css/bulma.css @@ -232,7 +232,7 @@ body { } a { - color: #1fc8db; + color: #11e4c4; cursor: pointer; text-decoration: none; -webkit-transition: none 86ms ease-out; @@ -245,7 +245,7 @@ a:hover { code { background-color: #f5f7fa; - color: #ed6c63; + color: #ff0f3f; font-size: 12px; font-weight: normal; padding: 1px 2px 2px; @@ -707,11 +707,11 @@ table th { } a.box:hover, a.box:focus { - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px #1fc8db; + box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px #11e4c4; } a.box:active { - box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2), 0 0 0 1px #1fc8db; + box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2), 0 0 0 1px #11e4c4; } .button { @@ -751,7 +751,7 @@ a.box:active { } .button:active, .button:focus, .button.is-active { - border-color: #1fc8db; + border-color: #11e4c4; outline: none; } @@ -974,13 +974,13 @@ a.box:active { } .button.is-primary { - background-color: #1fc8db; + background-color: #11e4c4; border-color: transparent; color: white; } .button.is-primary:hover, .button.is-primary:focus, .button.is-primary.is-active { - background-color: #199fae; + background-color: #0eb49b; border-color: transparent; color: white; } @@ -991,7 +991,7 @@ a.box:active { .button.is-primary.is-inverted { background-color: white; - color: #1fc8db; + color: #11e4c4; } .button.is-primary.is-inverted:hover { @@ -1004,24 +1004,24 @@ a.box:active { .button.is-primary.is-outlined { background-color: transparent; - border-color: #1fc8db; - color: #1fc8db; + border-color: #11e4c4; + color: #11e4c4; } .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus { - background-color: #1fc8db; - border-color: #1fc8db; + background-color: #11e4c4; + border-color: #11e4c4; color: white; } .button.is-info { - background-color: #42afe3; + background-color: #0f6bff; border-color: transparent; color: white; } .button.is-info:hover, .button.is-info:focus, .button.is-info.is-active { - background-color: #1f99d3; + background-color: #0054db; border-color: transparent; color: white; } @@ -1032,7 +1032,7 @@ a.box:active { .button.is-info.is-inverted { background-color: white; - color: #42afe3; + color: #0f6bff; } .button.is-info.is-inverted:hover { @@ -1045,24 +1045,24 @@ a.box:active { .button.is-info.is-outlined { background-color: transparent; - border-color: #42afe3; - color: #42afe3; + border-color: #0f6bff; + color: #0f6bff; } .button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus { - background-color: #42afe3; - border-color: #42afe3; + background-color: #0f6bff; + border-color: #0f6bff; color: white; } .button.is-success { - background-color: #97cd76; + background-color: #20ee68; border-color: transparent; color: white; } .button.is-success:hover, .button.is-success:focus, .button.is-success.is-active { - background-color: #7bbf51; + background-color: #0fcc51; border-color: transparent; color: white; } @@ -1073,7 +1073,7 @@ a.box:active { .button.is-success.is-inverted { background-color: white; - color: #97cd76; + color: #20ee68; } .button.is-success.is-inverted:hover { @@ -1086,26 +1086,26 @@ a.box:active { .button.is-success.is-outlined { background-color: transparent; - border-color: #97cd76; - color: #97cd76; + border-color: #20ee68; + color: #20ee68; } .button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus { - background-color: #97cd76; - border-color: #97cd76; + background-color: #20ee68; + border-color: #20ee68; color: white; } .button.is-warning { - background-color: #fce473; + background-color: #ffcf0f; border-color: transparent; - color: rgba(17, 17, 17, 0.5); + color: white; } .button.is-warning:hover, .button.is-warning:focus, .button.is-warning.is-active { - background-color: #fbda41; + background-color: #dbaf00; border-color: transparent; - color: rgba(17, 17, 17, 0.5); + color: white; } .button.is-warning:active { @@ -1113,38 +1113,38 @@ a.box:active { } .button.is-warning.is-inverted { - background-color: rgba(17, 17, 17, 0.5); - color: #fce473; + background-color: white; + color: #ffcf0f; } .button.is-warning.is-inverted:hover { - background-color: rgba(4, 4, 4, 0.5); + background-color: #f2f2f2; } .button.is-warning.is-loading:after { - border-color: transparent transparent rgba(17, 17, 17, 0.5) rgba(17, 17, 17, 0.5) !important; + border-color: transparent transparent white white !important; } .button.is-warning.is-outlined { background-color: transparent; - border-color: #fce473; - color: #fce473; + border-color: #ffcf0f; + color: #ffcf0f; } .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus { - background-color: #fce473; - border-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + border-color: #ffcf0f; + color: white; } .button.is-danger { - background-color: #ed6c63; + background-color: #ff0f3f; border-color: transparent; color: white; } .button.is-danger:hover, .button.is-danger:focus, .button.is-danger.is-active { - background-color: #e84135; + background-color: #db002c; border-color: transparent; color: white; } @@ -1155,7 +1155,7 @@ a.box:active { .button.is-danger.is-inverted { background-color: white; - color: #ed6c63; + color: #ff0f3f; } .button.is-danger.is-inverted:hover { @@ -1168,13 +1168,13 @@ a.box:active { .button.is-danger.is-outlined { background-color: transparent; - border-color: #ed6c63; - color: #ed6c63; + border-color: #ff0f3f; + color: #ff0f3f; } .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus { - background-color: #ed6c63; - border-color: #ed6c63; + background-color: #ff0f3f; + border-color: #ff0f3f; color: white; } @@ -1243,11 +1243,11 @@ a.box:active { } .content a:not(.button):visited { - color: #847bb9; + color: #b86bff; } .content a:not(.button):hover { - border-bottom-color: #1fc8db; + border-bottom-color: #11e4c4; } .content li + li { @@ -1381,7 +1381,7 @@ a.box:active { } .input:active, .textarea:active, .input:focus, .textarea:focus, .input.is-active, .is-active.textarea { - border-color: #1fc8db; + border-color: #11e4c4; outline: none; } @@ -1425,23 +1425,23 @@ a.box:active { } .input.is-primary, .is-primary.textarea { - border-color: #1fc8db; + border-color: #11e4c4; } .input.is-info, .is-info.textarea { - border-color: #42afe3; + border-color: #0f6bff; } .input.is-success, .is-success.textarea { - border-color: #97cd76; + border-color: #20ee68; } .input.is-warning, .is-warning.textarea { - border-color: #fce473; + border-color: #ffcf0f; } .input.is-danger, .is-danger.textarea { - border-color: #ed6c63; + border-color: #ff0f3f; } .input[type="search"], [type="search"].textarea { @@ -1564,7 +1564,7 @@ a.box:active { } .select select:active, .select select:focus, .select select.is-active { - border-color: #1fc8db; + border-color: #11e4c4; outline: none; } @@ -1608,23 +1608,23 @@ a.box:active { } .select select.is-primary { - border-color: #1fc8db; + border-color: #11e4c4; } .select select.is-info { - border-color: #42afe3; + border-color: #0f6bff; } .select select.is-success { - border-color: #97cd76; + border-color: #20ee68; } .select select.is-warning { - border-color: #fce473; + border-color: #ffcf0f; } .select select.is-danger { - border-color: #ed6c63; + border-color: #ff0f3f; } .select select:hover { @@ -1644,7 +1644,7 @@ a.box:active { } .select:after { - border: 1px solid #1fc8db; + border: 1px solid #11e4c4; border-right: 0; border-top: 0; content: " "; @@ -1737,23 +1737,23 @@ a.box:active { } .help.is-primary { - color: #1fc8db; + color: #11e4c4; } .help.is-info { - color: #42afe3; + color: #0f6bff; } .help.is-success { - color: #97cd76; + color: #20ee68; } .help.is-warning { - color: #fce473; + color: #ffcf0f; } .help.is-danger { - color: #ed6c63; + color: #ff0f3f; } @media screen and (max-width: 768px) { @@ -2162,27 +2162,27 @@ a.box:active { } .notification.is-primary { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } .notification.is-info { - background-color: #42afe3; + background-color: #0f6bff; color: white; } .notification.is-success { - background-color: #97cd76; + background-color: #20ee68; color: white; } .notification.is-warning { - background-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + color: white; } .notification.is-danger { - background-color: #ed6c63; + background-color: #ff0f3f; color: white; } @@ -2243,43 +2243,43 @@ a.box:active { } .progress.is-primary::-webkit-progress-value { - background-color: #1fc8db; + background-color: #11e4c4; } .progress.is-primary::-moz-progress-bar { - background-color: #1fc8db; + background-color: #11e4c4; } .progress.is-info::-webkit-progress-value { - background-color: #42afe3; + background-color: #0f6bff; } .progress.is-info::-moz-progress-bar { - background-color: #42afe3; + background-color: #0f6bff; } .progress.is-success::-webkit-progress-value { - background-color: #97cd76; + background-color: #20ee68; } .progress.is-success::-moz-progress-bar { - background-color: #97cd76; + background-color: #20ee68; } .progress.is-warning::-webkit-progress-value { - background-color: #fce473; + background-color: #ffcf0f; } .progress.is-warning::-moz-progress-bar { - background-color: #fce473; + background-color: #ffcf0f; } .progress.is-danger::-webkit-progress-value { - background-color: #ed6c63; + background-color: #ff0f3f; } .progress.is-danger::-moz-progress-bar { - background-color: #ed6c63; + background-color: #ff0f3f; } .progress.is-small { @@ -2351,7 +2351,7 @@ a.box:active { .table td.is-link > a:hover, .table th.is-link > a:hover { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } @@ -2774,7 +2774,7 @@ a.box:active { } .hamburger.is-active span, .is-active.nav-toggle span { - background-color: #1fc8db; + background-color: #11e4c4; } .hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { @@ -2888,27 +2888,27 @@ a.box:active { } .tag.is-primary { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } .tag.is-info { - background-color: #42afe3; + background-color: #0f6bff; color: white; } .tag.is-success { - background-color: #97cd76; + background-color: #20ee68; color: white; } .tag.is-warning { - background-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + color: white; } .tag.is-danger { - background-color: #ed6c63; + background-color: #ff0f3f; color: white; } @@ -4583,11 +4583,11 @@ a.box:active { .menu-list a:hover { background-color: #f5f7fa; - color: #1fc8db; + color: #11e4c4; } .menu-list a.is-active { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } @@ -4697,44 +4697,44 @@ a.box:active { } .message.is-primary { - background-color: #edfbfc; + background-color: #ecfefb; } .message.is-primary .message-header { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } .message.is-primary .message-body { - border-color: #1fc8db; + border-color: #11e4c4; color: gray; } .message.is-info { - background-color: #edf7fc; + background-color: #ebf2ff; } .message.is-info .message-header { - background-color: #42afe3; + background-color: #0f6bff; color: white; } .message.is-info .message-body { - border-color: #42afe3; + border-color: #0f6bff; color: gray; } .message.is-success { - background-color: #f4faf0; + background-color: #ecfef2; } .message.is-success .message-header { - background-color: #97cd76; + background-color: #20ee68; color: white; } .message.is-success .message-body { - border-color: #97cd76; + border-color: #20ee68; color: gray; } @@ -4743,26 +4743,26 @@ a.box:active { } .message.is-warning .message-header { - background-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + color: white; } .message.is-warning .message-body { - border-color: #fce473; - color: #666666; + border-color: #ffcf0f; + color: gray; } .message.is-danger { - background-color: #fdeeed; + background-color: #ffebef; } .message.is-danger .message-header { - background-color: #ed6c63; + background-color: #ff0f3f; color: white; } .message.is-danger .message-body { - border-color: #ed6c63; + border-color: #ff0f3f; color: gray; } @@ -4969,15 +4969,15 @@ a.nav-item.is-tab { .nav-item a.is-tab:hover, a.nav-item.is-tab:hover { - border-bottom: 1px solid #1fc8db; + border-bottom: 1px solid #11e4c4; border-top: 1px solid transparent; } .nav-item a.is-tab.is-active, a.nav-item.is-tab.is-active { - border-bottom: 3px solid #1fc8db; + border-bottom: 3px solid #11e4c4; border-top: 3px solid transparent; - color: #1fc8db; + color: #11e4c4; } @media screen and (max-width: 768px) { @@ -5224,7 +5224,7 @@ a.nav-item.is-tab.is-active { } .panel-list a:hover { - color: #1fc8db; + color: #11e4c4; } .panel-tabs { @@ -5320,8 +5320,8 @@ a.panel-block:hover { } .tabs li.is-active a { - border-bottom-color: #1fc8db; - color: #1fc8db; + border-bottom-color: #11e4c4; + color: #11e4c4; } .tabs ul { @@ -5437,8 +5437,8 @@ a.panel-block:hover { } .tabs.is-toggle li.is-active a { - background-color: #1fc8db; - border-color: #1fc8db; + background-color: #11e4c4; + border-color: #11e4c4; color: white; z-index: 1; } @@ -5957,7 +5957,7 @@ a.panel-block:hover { } .hero.is-primary { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } @@ -5985,7 +5985,7 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-primary .nav-menu { - background-color: #1fc8db; + background-color: #11e4c4; } } @@ -6024,12 +6024,12 @@ a.panel-block:hover { .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: white; border-color: white; - color: #1fc8db; + color: #11e4c4; } .hero.is-primary.is-bold { - background-image: -webkit-linear-gradient(309deg, #0fb8ad 0%, #1fc8db 71%, #2cb5e8 100%); - background-image: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 71%, #2cb5e8 100%); + background-image: -webkit-linear-gradient(309deg, #04be83 0%, #11e4c4 71%, #1af1f4 100%); + background-image: linear-gradient(141deg, #04be83 0%, #11e4c4 71%, #1af1f4 100%); } @media screen and (max-width: 768px) { @@ -6048,7 +6048,7 @@ a.panel-block:hover { } .hero.is-info { - background-color: #42afe3; + background-color: #0f6bff; color: white; } @@ -6076,7 +6076,7 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-info .nav-menu { - background-color: #42afe3; + background-color: #0f6bff; } } @@ -6115,12 +6115,12 @@ a.panel-block:hover { .hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover { background-color: white; border-color: white; - color: #42afe3; + color: #0f6bff; } .hero.is-info.is-bold { - background-image: -webkit-linear-gradient(309deg, #13bfdf 0%, #42afe3 71%, #53a1eb 100%); - background-image: linear-gradient(141deg, #13bfdf 0%, #42afe3 71%, #53a1eb 100%); + background-image: -webkit-linear-gradient(309deg, #0079db 0%, #0f6bff 71%, #2957ff 100%); + background-image: linear-gradient(141deg, #0079db 0%, #0f6bff 71%, #2957ff 100%); } @media screen and (max-width: 768px) { @@ -6139,7 +6139,7 @@ a.panel-block:hover { } .hero.is-success { - background-color: #97cd76; + background-color: #20ee68; color: white; } @@ -6167,7 +6167,7 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-success .nav-menu { - background-color: #97cd76; + background-color: #20ee68; } } @@ -6206,12 +6206,12 @@ a.panel-block:hover { .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: white; border-color: white; - color: #97cd76; + color: #20ee68; } .hero.is-success.is-bold { - background-image: -webkit-linear-gradient(309deg, #8ecb45 0%, #97cd76 71%, #96d885 100%); - background-image: linear-gradient(141deg, #8ecb45 0%, #97cd76 71%, #96d885 100%); + background-image: -webkit-linear-gradient(309deg, #04d72b 0%, #20ee68 71%, #32f597 100%); + background-image: linear-gradient(141deg, #04d72b 0%, #20ee68 71%, #32f597 100%); } @media screen and (max-width: 768px) { @@ -6230,12 +6230,12 @@ a.panel-block:hover { } .hero.is-warning { - background-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + color: white; } .hero.is-warning .title { - color: rgba(17, 17, 17, 0.5); + color: white; } .hero.is-warning .title a, @@ -6244,37 +6244,37 @@ a.panel-block:hover { } .hero.is-warning .subtitle { - color: rgba(17, 17, 17, 0.7); + color: rgba(255, 255, 255, 0.7); } .hero.is-warning .subtitle a, .hero.is-warning .subtitle strong { - color: rgba(17, 17, 17, 0.5); + color: white; } .hero.is-warning .nav { - box-shadow: 0 1px 0 rgba(17, 17, 17, 0.2); + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); } @media screen and (max-width: 768px) { .hero.is-warning .nav-menu { - background-color: #fce473; + background-color: #ffcf0f; } } .hero.is-warning a.nav-item, .hero.is-warning .nav-item a:not(.button) { - color: rgba(17, 17, 17, 0.5); + color: rgba(255, 255, 255, 0.5); } .hero.is-warning a.nav-item:hover, .hero.is-warning a.nav-item.is-active, .hero.is-warning .nav-item a:not(.button):hover, .hero.is-warning .nav-item a:not(.button).is-active { - color: rgba(17, 17, 17, 0.5); + color: white; } .hero.is-warning .tabs a { - color: rgba(17, 17, 17, 0.5); + color: white; opacity: 0.5; } @@ -6287,7 +6287,7 @@ a.panel-block:hover { } .hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a { - color: rgba(17, 17, 17, 0.5); + color: white; } .hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover { @@ -6295,33 +6295,33 @@ a.panel-block:hover { } .hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { - background-color: rgba(17, 17, 17, 0.5); - border-color: rgba(17, 17, 17, 0.5); - color: #fce473; + background-color: white; + border-color: white; + color: #ffcf0f; } .hero.is-warning.is-bold { - background-image: -webkit-linear-gradient(309deg, #ffbd3d 0%, #fce473 71%, #fffe8a 100%); - background-image: linear-gradient(141deg, #ffbd3d 0%, #fce473 71%, #fffe8a 100%); + background-image: -webkit-linear-gradient(309deg, #db8b00 0%, #ffcf0f 71%, #fff829 100%); + background-image: linear-gradient(141deg, #db8b00 0%, #ffcf0f 71%, #fff829 100%); } @media screen and (max-width: 768px) { .hero.is-warning .nav-toggle span { - background-color: rgba(17, 17, 17, 0.5); + background-color: white; } .hero.is-warning .nav-toggle:hover { background-color: rgba(17, 17, 17, 0.1); } .hero.is-warning .nav-toggle.is-active span { - background-color: rgba(17, 17, 17, 0.5); + background-color: white; } .hero.is-warning .nav-menu .nav-item { - border-top-color: rgba(17, 17, 17, 0.2); + border-top-color: rgba(255, 255, 255, 0.2); } } .hero.is-danger { - background-color: #ed6c63; + background-color: #ff0f3f; color: white; } @@ -6349,7 +6349,7 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-danger .nav-menu { - background-color: #ed6c63; + background-color: #ff0f3f; } } @@ -6388,12 +6388,12 @@ a.panel-block:hover { .hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover { background-color: white; border-color: white; - color: #ed6c63; + color: #ff0f3f; } .hero.is-danger.is-bold { - background-image: -webkit-linear-gradient(309deg, #f32a3e 0%, #ed6c63 71%, #f39376 100%); - background-image: linear-gradient(141deg, #f32a3e 0%, #ed6c63 71%, #f39376 100%); + background-image: -webkit-linear-gradient(309deg, #db0050 0%, #ff0f3f 71%, #ff2930 100%); + background-image: linear-gradient(141deg, #db0050 0%, #ff0f3f 71%, #ff2930 100%); } @media screen and (max-width: 768px) { @@ -6478,6 +6478,6 @@ a.panel-block:hover { } .footer a:not(.icon):hover, .footer a:visited:not(.icon):hover { - border-bottom-color: #1fc8db; + border-bottom-color: #11e4c4; } /*# sourceMappingURL=bulma.css.map */ \ No newline at end of file diff --git a/css/bulma.css.map b/css/bulma.css.map index 436ae45a..d0457d55 100644 --- a/css/bulma.css.map +++ b/css/bulma.css.map @@ -1 +1 @@ -{"version":3,"sources":["../sass/utilities/reset.sass","../sass/utilities/animations.sass","bulma.css","../sass/base/generic.sass","../sass/utilities/variables.sass","../sass/base/classes.sass","../sass/utilities/mixins.sass","../sass/base/helpers.sass","../sass/elements/box.sass","../sass/elements/button.sass","../sass/utilities/controls.sass","../sass/utilities/functions.sass","../sass/elements/content.sass","../sass/elements/form.sass","../sass/elements/image.sass","../sass/elements/notification.sass","../sass/elements/progress.sass","../sass/elements/table.sass","../sass/elements/title.sass","../sass/elements/other.sass","../sass/components/card.sass","../sass/components/grid.sass","../sass/components/highlight.sass","../sass/components/level.sass","../sass/components/media.sass","../sass/components/menu.sass","../sass/components/message.sass","../sass/components/modal.sass","../sass/components/nav.sass","../sass/components/pagination.sass","../sass/components/panel.sass","../sass/components/tabs.sass","../sass/layout/hero.sass","../sass/layout/section.sass","../sass/layout/footer.sass"],"names":[],"mappings":"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AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5BlGA;C4BkGgB;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9BizKxD;;A8B/3KD;EAiBM,0B5BtDS;E4BuDT,arBnCW;CqB+F8C;;AA9E/D;EAoBQ,arBrCS;CqBwCa;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gCrB1CS;CqB6CkB;;AA5BnC;;EA4BU,arB7CO;CqB6CgB;;AA5BjC;EA8BQ,6CrB/CS;CqB+CsC;;A1BZrD;E0BlBF;IAiCU,0B5BtEK;G4BsEwB;C9B+3KtC;;A8Bh6KD;;EAoCQ,gCrBrDS;CqBwDkB;;AAvCnC;;;EAuCU,arBxDO;CqBwDgB;;AAvCjC;EA0CU,arB3DO;EqB4DP,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,arBrEK;CqBuEqC;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5BjGC;C4BiGe;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9B24KxD;;A8Bz9KD;EAiBM,0B5BjDU;E4BkDV,6B5BhEM;C4B4HmD;;AA9E/D;EAoBQ,6B5BlEI;C4BqEkB;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,6B5BvEI;C4B0EuB;;AA5BnC;;EA4BU,6B5B1EE;C4B0EqB;;AA5BjC;EA8BQ,0C5B5EI;C4B4E2C;;A1BZrD;E0BlBF;IAiCU,0B5BjEM;G4BiEuB;C9By9KtC;;A8B1/KD;;EAoCQ,6B5BlFI;C4BqFuB;;AAvCnC;;;EAuCU,6B5BrFE;C4BqFqB;;AAvCjC;EA0CU,6B5BxFE;E4ByFF,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,6B5BlGA;C4BoG0C;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,wC5BxGF;E4ByGE,oC5BzGF;E4B0GE,e5B5FE;C4B4Fc;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wC5BpHA;G4BoHkC;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,wC5BzHF;G4ByHoC;EA3EhD;IA8EY,wC5B5HA;G4B4H6C;C9Bq+KxD;;A8BnjLD;EAiBM,0B5BnDO;E4BoDP,arBnCW;CqB+F8C;;AA9E/D;EAoBQ,arBrCS;CqBwCa;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gCrB1CS;CqB6CkB;;AA5BnC;;EA4BU,arB7CO;CqB6CgB;;AA5BjC;EA8BQ,6CrB/CS;CqB+CsC;;A1BZrD;E0BlBF;IAiCU,0B5BnEG;G4BmE0B;C9BmjLtC;;A8BplLD;;EAoCQ,gCrBrDS;CqBwDkB;;AAvCnC;;;EAuCU,arBxDO;CqBwDgB;;AAvCjC;EA0CU,arB3DO;EqB4DP,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,arBrEK;CqBuEqC;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5B9FD;C4B8FiB;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9B+jLxD;;AIvnLC;E0BtBF;IAmFQ,sBAAsB;IACtB,mBAAmB;GAAG;C9BgkL7B;;AI9nLC;E0BtBF;IAwFQ,sBAAsB;IACtB,mBAAmB;GAAG;C9BkkL7B;;A8B3pLD;EA2FI,kBAAkB;CAMQ;;AAjG9B;EA6FM,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,qBAAc;EAAd,qBAAc;EAAd,cAAc;CAGQ;;AAjG5B;EAgGQ,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;CAAG;;ACnJ1B;EACE,uB7BSU;E6BRV,mBAAmB;CAOY;;A3B2E/B;E2BpFF;IAOM,oBAAoB;GAAG;EAP7B;IASM,oBAAoB;GAAG;C/BguL5B;;AgCzuLD;EACE,0B9BQoB;E8BPpB,wBAAwB;CAUqB;;AAZ/C;EAMM,e9BAa;C8BMwB;;AAZ3C;EAQQ,e9BHa;C8BGS;;AAR9B;EAUQ,iC9BFY;C8BIqB;;AAZzC;EAYU,6B9BKS;C8BLoB","file":"bulma.css"} \ No newline at end of file +{"version":3,"sources":["../sass/utilities/reset.sass","../sass/utilities/animations.sass","bulma.css","../sass/base/generic.sass","../sass/utilities/variables.sass","../sass/base/classes.sass","../sass/utilities/mixins.sass","../sass/base/helpers.sass","../sass/elements/box.sass","../sass/elements/button.sass","../sass/utilities/controls.sass","../sass/utilities/functions.sass","../sass/elements/content.sass","../sass/elements/form.sass","../sass/elements/image.sass","../sass/elements/notification.sass","../sass/elements/progress.sass","../sass/elements/table.sass","../sass/elements/title.sass","../sass/elements/other.sass","../sass/components/card.sass","../sass/components/grid.sass","../sass/components/highlight.sass","../sass/components/level.sass","../sass/components/media.sass","../sass/components/menu.sass","../sass/components/message.sass","../sass/components/modal.sass","../sass/components/nav.sass","../sass/components/pagination.sass","../sass/components/panel.sass","../sass/components/tabs.sass","../sass/layout/hero.sass","../sass/layout/section.sass","../sass/layout/footer.sass"],"names":[],"mappings":"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ZrD;E0BlBF;IAiCU,uB5BzEE;G4ByE2B;C9Bm2JtC;;A8Bp4JD;;EAoCQ,6B5BlFI;C4BqFuB;;AAvCnC;;;EAuCU,Y5BrFE;C4BqFqB;;AAvCjC;EA0CU,Y5BxFE;E4ByFF,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,Y5BlGA;C4BoG0C;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,uB5BxGF;E4ByGE,mB5BzGF;E4B0GE,Y5BpGF;C4BoGkB;;AA5D9B;EAiEQ,oFAAiC;EAAjC,4EAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,uB5BpHA;G4BoHkC;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,uB5BzHF;G4ByHoC;EA3EhD;IA8EY,wC5B5HA;G4B4H6C;C9B+2JxD;;A8B77JD;EAiBM,uB5B/DM;E4BgEN,Y5B1DM;C4BsHmD;;AA9E/D;EAoBQ,Y5B5DI;C4B+DkB;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gC5BjEI;C4BoEuB;;AA5BnC;;EA4BU,Y5BpEE;C4BoEqB;;AA5BjC;EA8BQ,6C5BtEI;C4BsE2C;;A1BZrD;E0BlBF;IAiCU,uB5B/EE;G4B+E2B;C9B67JtC;;A8B99JD;;EAoCQ,gC5B5EI;C4B+EuB;;AAvCnC;;;EAuCU,Y5B/EE;C4B+EqB;;AAvCjC;EA0CU,Y5BlFE;E4BmFF,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,Y5B5FA;C4B8F0C;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,uB5BlGF;E4BmGE,mB5BnGF;E4BoGE,Y5B1GF;C4B0GkB;;AA5D9B;EAiEQ,oFAAiC;EAAjC,4EAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,uB5B9GA;G4B8GkC;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,uB5BnHF;G4BmHoC;EA3EhD;IA8EY,2C5BtHA;G4BsH6C;C9By8JxD;;A8BvhKD;EAiBM,0B5B1DgB;E4B2DhB,e5B9Da;C4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sDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5BtFC;C4BsFe;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9BizKxD;;A8B/3KD;EAiBM,0B5B7CS;E4B8CT,arBnCW;CqB+F8C;;AA9E/D;EAoBQ,arBrCS;CqBwCa;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gCrB1CS;CqB6CkB;;AA5BnC;;EA4BU,arB7CO;CqB6CgB;;AA5BjC;EA8BQ,6CrB/CS;CqB+CsC;;A1BZrD;E0BlBF;IAiCU,0B5B7DK;G4B6DwB;C9B+3KtC;;A8Bh6KD;;EAoCQ,gCrBrDS;CqBwDkB;;AAvCnC;;;EAuCU,arBxDO;CqBwDgB;;AAvCjC;EA0CU,arB3DO;EqB4DP,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,arBrEK;CqBuEqC;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5BxFC;C4BwFe;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9B24KxD;;A8Bz9KD;EAiBM,0B5B9CS;E4B+CT,arBnCW;CqB+F8C;;AA9E/D;EAoBQ,arBrCS;CqBwCa;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gCrB1CS;CqB6CkB;;AA5BnC;;EA4BU,arB7CO;CqB6CgB;;AA5BjC;EA8BQ,6CrB/CS;CqB+CsC;;A1BZrD;E0BlBF;IAiCU,0B5B9DK;G4B8DwB;C9By9KtC;;A8B1/KD;;EAoCQ,gCrBrDS;CqBwDkB;;AAvCnC;;;EAuCU,arBxDO;CqBwDgB;;AAvCjC;EA0CU,arB3DO;EqB4DP,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,arBrEK;CqBuEqC;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5BzFC;C4ByFe;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9Bq+KxD;;A8BnjLD;EAiBM,0B5BzCS;E4B0CT,arBnCW;CqB+F8C;;AA9E/D;EAoBQ,arBrCS;CqBwCa;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gCrB1CS;CqB6CkB;;AA5BnC;;EA4BU,arB7CO;CqB6CgB;;AA5BjC;EA8BQ,6CrB/CS;CqB+CsC;;A1BZrD;E0BlBF;IAiCU,0B5BzDK;G4ByDwB;C9BmjLtC;;A8BplLD;;EAoCQ,gCrBrDS;CqBwDkB;;AAvCnC;;;EAuCU,arBxDO;CqBwDgB;;AAvCjC;EA0CU,arB3DO;EqB4DP,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,arBrEK;CqBuEqC;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5BpFC;C4BoFe;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9B+jLxD;;AIvnLC;E0BtBF;IAmFQ,sBAAsB;IACtB,mBAAmB;GAAG;C9BgkL7B;;AI9nLC;E0BtBF;IAwFQ,sBAAsB;IACtB,mBAAmB;GAAG;C9BkkL7B;;A8B3pLD;EA2FI,kBAAkB;CAMQ;;AAjG9B;EA6FM,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,qBAAc;EAAd,qBAAc;EAAd,cAAc;CAGQ;;AAjG5B;EAgGQ,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;CAAG;;ACnJ1B;EACE,uB7BSU;E6BRV,mBAAmB;CAOY;;A3B2E/B;E2BpFF;IAOM,oBAAoB;GAAG;EAP7B;IASM,oBAAoB;GAAG;C/BguL5B;;AgCzuLD;EACE,0B9BQoB;E8BPpB,wBAAwB;CAUqB;;AAZ/C;EAMM,e9BAa;C8BMwB;;AAZ3C;EAQQ,e9BHa;C8BGS;;AAR9B;EAUQ,iC9BFY;C8BIqB;;AAZzC;EAYU,6B9BWK;C8BXwB","file":"bulma.css"} \ No newline at end of file diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index ca3c2d1f..c993eed5 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -165,25 +165,12 @@ input[type=button] { overflow: visible; } -@-webkit-keyframes spin-around { - from { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - to { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} - @keyframes spin-around { from { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); + transform: rotate(0deg); } to { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); + transform: rotate(359deg); } } @@ -232,10 +219,9 @@ body { } a { - color: #1fc8db; + color: #11e4c4; cursor: pointer; text-decoration: none; - -webkit-transition: none 86ms ease-out; transition: none 86ms ease-out; } @@ -245,7 +231,7 @@ a:hover { code { background-color: #f5f7fa; - color: #ed6c63; + color: #ff0f3f; font-size: 12px; font-weight: normal; padding: 1px 2px 2px; @@ -387,63 +373,47 @@ table th { } .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) { .is-flex-tablet { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 769px) and (max-width: 979px) { .is-flex-tablet-only { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @media screen and (max-width: 979px) { .is-flex-touch { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 980px) { .is-flex-desktop { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 980px) and (max-width: 1179px) { .is-flex-desktop-only { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 1180px) { .is-flex-widescreen { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @@ -541,63 +511,47 @@ table th { } .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) { .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: 979px) { .is-inline-flex-tablet-only { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (max-width: 979px) { .is-inline-flex-touch { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (min-width: 980px) { .is-inline-flex-desktop { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (min-width: 980px) and (max-width: 1179px) { .is-inline-flex-desktop-only { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (min-width: 1180px) { .is-inline-flex-widescreen { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; display: inline-flex !important; } } @@ -707,39 +661,31 @@ table th { } a.box:hover, a.box:focus { - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px #1fc8db; + box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px #11e4c4; } a.box:active { - box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2), 0 0 0 1px #1fc8db; + box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2), 0 0 0 1px #11e4c4; } .button { -moz-appearance: none; -webkit-appearance: none; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: white; border: 1px solid #d3d6db; border-radius: 3px; color: #222324; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 14px; height: 32px; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; line-height: 24px; padding-left: 8px; padding-right: 8px; position: relative; vertical-align: top; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; padding-left: 10px; padding-right: 10px; text-align: center; @@ -751,7 +697,7 @@ a.box:active { } .button:active, .button:focus, .button.is-active { - border-color: #1fc8db; + border-color: #11e4c4; outline: none; } @@ -974,13 +920,13 @@ a.box:active { } .button.is-primary { - background-color: #1fc8db; + background-color: #11e4c4; border-color: transparent; color: white; } .button.is-primary:hover, .button.is-primary:focus, .button.is-primary.is-active { - background-color: #199fae; + background-color: #0eb49b; border-color: transparent; color: white; } @@ -991,7 +937,7 @@ a.box:active { .button.is-primary.is-inverted { background-color: white; - color: #1fc8db; + color: #11e4c4; } .button.is-primary.is-inverted:hover { @@ -1004,24 +950,24 @@ a.box:active { .button.is-primary.is-outlined { background-color: transparent; - border-color: #1fc8db; - color: #1fc8db; + border-color: #11e4c4; + color: #11e4c4; } .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus { - background-color: #1fc8db; - border-color: #1fc8db; + background-color: #11e4c4; + border-color: #11e4c4; color: white; } .button.is-info { - background-color: #42afe3; + background-color: #0f6bff; border-color: transparent; color: white; } .button.is-info:hover, .button.is-info:focus, .button.is-info.is-active { - background-color: #1f99d3; + background-color: #0054db; border-color: transparent; color: white; } @@ -1032,7 +978,7 @@ a.box:active { .button.is-info.is-inverted { background-color: white; - color: #42afe3; + color: #0f6bff; } .button.is-info.is-inverted:hover { @@ -1045,24 +991,24 @@ a.box:active { .button.is-info.is-outlined { background-color: transparent; - border-color: #42afe3; - color: #42afe3; + border-color: #0f6bff; + color: #0f6bff; } .button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus { - background-color: #42afe3; - border-color: #42afe3; + background-color: #0f6bff; + border-color: #0f6bff; color: white; } .button.is-success { - background-color: #97cd76; + background-color: #20ee68; border-color: transparent; color: white; } .button.is-success:hover, .button.is-success:focus, .button.is-success.is-active { - background-color: #7bbf51; + background-color: #0fcc51; border-color: transparent; color: white; } @@ -1073,7 +1019,7 @@ a.box:active { .button.is-success.is-inverted { background-color: white; - color: #97cd76; + color: #20ee68; } .button.is-success.is-inverted:hover { @@ -1086,26 +1032,26 @@ a.box:active { .button.is-success.is-outlined { background-color: transparent; - border-color: #97cd76; - color: #97cd76; + border-color: #20ee68; + color: #20ee68; } .button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus { - background-color: #97cd76; - border-color: #97cd76; + background-color: #20ee68; + border-color: #20ee68; color: white; } .button.is-warning { - background-color: #fce473; + background-color: #ffcf0f; border-color: transparent; - color: rgba(17, 17, 17, 0.5); + color: white; } .button.is-warning:hover, .button.is-warning:focus, .button.is-warning.is-active { - background-color: #fbda41; + background-color: #dbaf00; border-color: transparent; - color: rgba(17, 17, 17, 0.5); + color: white; } .button.is-warning:active { @@ -1113,38 +1059,38 @@ a.box:active { } .button.is-warning.is-inverted { - background-color: rgba(17, 17, 17, 0.5); - color: #fce473; + background-color: white; + color: #ffcf0f; } .button.is-warning.is-inverted:hover { - background-color: rgba(4, 4, 4, 0.5); + background-color: #f2f2f2; } .button.is-warning.is-loading:after { - border-color: transparent transparent rgba(17, 17, 17, 0.5) rgba(17, 17, 17, 0.5) !important; + border-color: transparent transparent white white !important; } .button.is-warning.is-outlined { background-color: transparent; - border-color: #fce473; - color: #fce473; + border-color: #ffcf0f; + color: #ffcf0f; } .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus { - background-color: #fce473; - border-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + border-color: #ffcf0f; + color: white; } .button.is-danger { - background-color: #ed6c63; + background-color: #ff0f3f; border-color: transparent; color: white; } .button.is-danger:hover, .button.is-danger:focus, .button.is-danger.is-active { - background-color: #e84135; + background-color: #db002c; border-color: transparent; color: white; } @@ -1155,7 +1101,7 @@ a.box:active { .button.is-danger.is-inverted { background-color: white; - color: #ed6c63; + color: #ff0f3f; } .button.is-danger.is-inverted:hover { @@ -1168,13 +1114,13 @@ a.box:active { .button.is-danger.is-outlined { background-color: transparent; - border-color: #ed6c63; - color: #ed6c63; + border-color: #ff0f3f; + color: #ff0f3f; } .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus { - background-color: #ed6c63; - border-color: #ed6c63; + background-color: #ff0f3f; + border-color: #ff0f3f; color: white; } @@ -1218,8 +1164,6 @@ a.box:active { } .button.is-fullwidth { - display: -webkit-box; - display: -ms-flexbox; display: flex; width: 100%; } @@ -1243,11 +1187,11 @@ a.box:active { } .content a:not(.button):visited { - color: #847bb9; + color: #b86bff; } .content a:not(.button):hover { - border-bottom-color: #1fc8db; + border-bottom-color: #11e4c4; } .content li + li { @@ -1351,21 +1295,15 @@ a.box:active { .input, .textarea { -moz-appearance: none; -webkit-appearance: none; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: white; border: 1px solid #d3d6db; border-radius: 3px; color: #222324; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 14px; height: 32px; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; line-height: 24px; padding-left: 8px; padding-right: 8px; @@ -1381,7 +1319,7 @@ a.box:active { } .input:active, .textarea:active, .input:focus, .textarea:focus, .input.is-active, .is-active.textarea { - border-color: #1fc8db; + border-color: #11e4c4; outline: none; } @@ -1425,23 +1363,23 @@ a.box:active { } .input.is-primary, .is-primary.textarea { - border-color: #1fc8db; + border-color: #11e4c4; } .input.is-info, .is-info.textarea { - border-color: #42afe3; + border-color: #0f6bff; } .input.is-success, .is-success.textarea { - border-color: #97cd76; + border-color: #20ee68; } .input.is-warning, .is-warning.textarea { - border-color: #fce473; + border-color: #ffcf0f; } .input.is-danger, .is-danger.textarea { - border-color: #ed6c63; + border-color: #ff0f3f; } .input[type="search"], [type="search"].textarea { @@ -1533,21 +1471,15 @@ a.box:active { .select select { -moz-appearance: none; -webkit-appearance: none; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: white; border: 1px solid #d3d6db; border-radius: 3px; color: #222324; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 14px; height: 32px; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; line-height: 24px; padding-left: 8px; padding-right: 8px; @@ -1564,7 +1496,7 @@ a.box:active { } .select select:active, .select select:focus, .select select.is-active { - border-color: #1fc8db; + border-color: #11e4c4; outline: none; } @@ -1608,23 +1540,23 @@ a.box:active { } .select select.is-primary { - border-color: #1fc8db; + border-color: #11e4c4; } .select select.is-info { - border-color: #42afe3; + border-color: #0f6bff; } .select select.is-success { - border-color: #97cd76; + border-color: #20ee68; } .select select.is-warning { - border-color: #fce473; + border-color: #ffcf0f; } .select select.is-danger { - border-color: #ed6c63; + border-color: #ff0f3f; } .select select:hover { @@ -1644,7 +1576,7 @@ a.box:active { } .select:after { - border: 1px solid #1fc8db; + border: 1px solid #11e4c4; border-right: 0; border-top: 0; content: " "; @@ -1652,8 +1584,7 @@ a.box:active { height: 7px; pointer-events: none; position: absolute; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); + transform: rotate(-45deg); width: 7px; margin-top: -6px; right: 16px; @@ -1737,23 +1668,23 @@ a.box:active { } .help.is-primary { - color: #1fc8db; + color: #11e4c4; } .help.is-info { - color: #42afe3; + color: #0f6bff; } .help.is-success { - color: #97cd76; + color: #20ee68; } .help.is-warning { - color: #fce473; + color: #ffcf0f; } .help.is-danger { - color: #ed6c63; + color: #ff0f3f; } @media screen and (max-width: 768px) { @@ -1764,13 +1695,9 @@ a.box:active { @media screen and (min-width: 769px) { .control-label { - -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; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; margin-right: 20px; padding-top: 7px; text-align: right; @@ -1787,12 +1714,8 @@ a.box:active { } .control.has-addons { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; } .control.has-addons .button, @@ -1853,34 +1776,24 @@ a.box:active { .control.has-addons .input.is-expanded, .control.has-addons .is-expanded.textarea, .control.has-addons .select.is-expanded { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .control.has-addons.has-addons-centered { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .control.has-addons.has-addons-right { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; } .control.has-addons.has-addons-fullwidth .button, .control.has-addons.has-addons-fullwidth .input, .control.has-addons.has-addons-fullwidth .textarea, .control.has-addons.has-addons-fullwidth .select { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .control.has-icon > .fa { @@ -1982,12 +1895,8 @@ a.box:active { } .control.is-grouped { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; } .control.is-grouped > .control:not(:last-child) { @@ -1996,42 +1905,27 @@ a.box:active { } .control.is-grouped > .control.is-expanded { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .control.is-grouped.is-grouped-centered { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .control.is-grouped.is-grouped-right { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; } @media screen and (min-width: 769px) { .control.is-horizontal { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .control.is-horizontal > .control { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -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; + flex-basis: 0; + flex-grow: 5; + flex-shrink: 1; } } @@ -2162,27 +2056,27 @@ a.box:active { } .notification.is-primary { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } .notification.is-info { - background-color: #42afe3; + background-color: #0f6bff; color: white; } .notification.is-success { - background-color: #97cd76; + background-color: #20ee68; color: white; } .notification.is-warning { - background-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + color: white; } .notification.is-danger { - background-color: #ed6c63; + background-color: #ff0f3f; color: white; } @@ -2243,43 +2137,43 @@ a.box:active { } .progress.is-primary::-webkit-progress-value { - background-color: #1fc8db; + background-color: #11e4c4; } .progress.is-primary::-moz-progress-bar { - background-color: #1fc8db; + background-color: #11e4c4; } .progress.is-info::-webkit-progress-value { - background-color: #42afe3; + background-color: #0f6bff; } .progress.is-info::-moz-progress-bar { - background-color: #42afe3; + background-color: #0f6bff; } .progress.is-success::-webkit-progress-value { - background-color: #97cd76; + background-color: #20ee68; } .progress.is-success::-moz-progress-bar { - background-color: #97cd76; + background-color: #20ee68; } .progress.is-warning::-webkit-progress-value { - background-color: #fce473; + background-color: #ffcf0f; } .progress.is-warning::-moz-progress-bar { - background-color: #fce473; + background-color: #ffcf0f; } .progress.is-danger::-webkit-progress-value { - background-color: #ed6c63; + background-color: #ff0f3f; } .progress.is-danger::-moz-progress-bar { - background-color: #ed6c63; + background-color: #ff0f3f; } .progress.is-small { @@ -2351,7 +2245,7 @@ a.box:active { .table td.is-link > a:hover, .table th.is-link > a:hover { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } @@ -2659,13 +2553,11 @@ a.box:active { } .delete:before, .modal-close:before { - -webkit-transform: rotate(45deg); - transform: rotate(45deg); + transform: rotate(45deg); } .delete:after, .modal-close:after { - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); + transform: rotate(-45deg); } .delete:hover, .modal-close:hover { @@ -2748,12 +2640,8 @@ a.box:active { 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; } @@ -2774,15 +2662,13 @@ a.box:active { } .hamburger.is-active span, .is-active.nav-toggle span { - background-color: #1fc8db; + background-color: #11e4c4; } .hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { margin-left: -5px; - -webkit-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transform-origin: left top; - transform-origin: left top; + transform: rotate(45deg); + transform-origin: left top; } .hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { @@ -2791,10 +2677,8 @@ a.box:active { .hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { margin-left: -5px; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); - -webkit-transform-origin: left bottom; - transform-origin: left bottom; + transform: rotate(-45deg); + transform-origin: left bottom; } .heading { @@ -2819,8 +2703,7 @@ a.box:active { } .loader, .button.is-loading:after, .control.is-loading:after { - -webkit-animation: spin-around 500ms infinite linear; - animation: spin-around 500ms infinite linear; + animation: spin-around 500ms infinite linear; border: 2px solid #d3d6db; border-radius: 290486px; border-right-color: transparent; @@ -2841,20 +2724,14 @@ a.box:active { } .tag { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: #f5f7fa; border-radius: 290486px; color: #69707a; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 12px; height: 24px; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; line-height: 16px; padding-left: 10px; padding-right: 10px; @@ -2888,27 +2765,27 @@ a.box:active { } .tag.is-primary { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } .tag.is-info { - background-color: #42afe3; + background-color: #0f6bff; color: white; } .tag.is-success { - background-color: #97cd76; + background-color: #20ee68; color: white; } .tag.is-warning { - background-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + color: white; } .tag.is-danger { - background-color: #ed6c63; + background-color: #ff0f3f; color: white; } @@ -2949,42 +2826,26 @@ a.box:active { } .card-header { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; + align-items: stretch; box-shadow: 0 1px 2px rgba(17, 17, 17, 0.1); - display: -webkit-box; - display: -ms-flexbox; display: flex; min-height: 40px; } .card-header-title { - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; + align-items: flex-start; color: #222324; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; + flex-grow: 1; font-weight: bold; padding: 10px; } .card-header-icon { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; cursor: pointer; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; width: 40px; } @@ -3003,27 +2864,15 @@ a.box:active { .card-footer { border-top: 1px solid #d3d6db; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; } .card-footer-item { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + flex-grow: 1; + justify-content: center; padding: 10px; } @@ -3053,61 +2902,43 @@ a.box:active { } .column { - -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; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 1; padding: 10px; } .columns.is-mobile > .column.is-narrow { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; } .columns.is-mobile > .column.is-full { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .columns.is-mobile > .column.is-three-quarters { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .columns.is-mobile > .column.is-two-thirds { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.6666%; } .columns.is-mobile > .column.is-half { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .columns.is-mobile > .column.is-one-third { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.3333%; } .columns.is-mobile > .column.is-one-quarter { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } @@ -3132,9 +2963,7 @@ a.box:active { } .columns.is-mobile > .column.is-1 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 8.33333%; } @@ -3143,9 +2972,7 @@ a.box:active { } .columns.is-mobile > .column.is-2 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 16.66667%; } @@ -3154,9 +2981,7 @@ a.box:active { } .columns.is-mobile > .column.is-3 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } @@ -3165,9 +2990,7 @@ a.box:active { } .columns.is-mobile > .column.is-4 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.33333%; } @@ -3176,9 +2999,7 @@ a.box:active { } .columns.is-mobile > .column.is-5 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 41.66667%; } @@ -3187,9 +3008,7 @@ a.box:active { } .columns.is-mobile > .column.is-6 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } @@ -3198,9 +3017,7 @@ a.box:active { } .columns.is-mobile > .column.is-7 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 58.33333%; } @@ -3209,9 +3026,7 @@ a.box:active { } .columns.is-mobile > .column.is-8 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.66667%; } @@ -3220,9 +3035,7 @@ a.box:active { } .columns.is-mobile > .column.is-9 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } @@ -3231,9 +3044,7 @@ a.box:active { } .columns.is-mobile > .column.is-10 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 83.33333%; } @@ -3242,9 +3053,7 @@ a.box:active { } .columns.is-mobile > .column.is-11 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 91.66667%; } @@ -3253,9 +3062,7 @@ a.box:active { } .columns.is-mobile > .column.is-12 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } @@ -3265,44 +3072,30 @@ a.box:active { @media screen and (max-width: 768px) { .column.is-narrow-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; } .column.is-full-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-three-quarters-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-two-thirds-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.6666%; } .column.is-half-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-one-third-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.3333%; } .column.is-one-quarter-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-three-quarters-mobile { @@ -3321,108 +3114,84 @@ a.box:active { margin-left: 25%; } .column.is-1-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 8.33333%; } .column.is-offset-1-mobile { margin-left: 8.33333%; } .column.is-2-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 16.66667%; } .column.is-offset-2-mobile { margin-left: 16.66667%; } .column.is-3-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-3-mobile { margin-left: 25%; } .column.is-4-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.33333%; } .column.is-offset-4-mobile { margin-left: 33.33333%; } .column.is-5-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 41.66667%; } .column.is-offset-5-mobile { margin-left: 41.66667%; } .column.is-6-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-offset-6-mobile { margin-left: 50%; } .column.is-7-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 58.33333%; } .column.is-offset-7-mobile { margin-left: 58.33333%; } .column.is-8-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.66667%; } .column.is-offset-8-mobile { margin-left: 66.66667%; } .column.is-9-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-offset-9-mobile { margin-left: 75%; } .column.is-10-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 83.33333%; } .column.is-offset-10-mobile { margin-left: 83.33333%; } .column.is-11-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 91.66667%; } .column.is-offset-11-mobile { margin-left: 91.66667%; } .column.is-12-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-offset-12-mobile { @@ -3432,44 +3201,30 @@ a.box:active { @media screen and (min-width: 769px) { .column.is-narrow, .column.is-narrow-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; } .column.is-full, .column.is-full-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-three-quarters, .column.is-three-quarters-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-two-thirds, .column.is-two-thirds-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.6666%; } .column.is-half, .column.is-half-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-one-third, .column.is-one-third-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.3333%; } .column.is-one-quarter, .column.is-one-quarter-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet { @@ -3488,108 +3243,84 @@ a.box:active { margin-left: 25%; } .column.is-1, .column.is-1-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-offset-12, .column.is-offset-12-tablet { @@ -3599,44 +3330,30 @@ a.box:active { @media screen and (min-width: 980px) { .column.is-narrow-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; } .column.is-full-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-three-quarters-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-two-thirds-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.6666%; } .column.is-half-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-one-third-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.3333%; } .column.is-one-quarter-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-three-quarters-desktop { @@ -3655,108 +3372,84 @@ a.box:active { margin-left: 25%; } .column.is-1-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 8.33333%; } .column.is-offset-1-desktop { margin-left: 8.33333%; } .column.is-2-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 16.66667%; } .column.is-offset-2-desktop { margin-left: 16.66667%; } .column.is-3-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-3-desktop { margin-left: 25%; } .column.is-4-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.33333%; } .column.is-offset-4-desktop { margin-left: 33.33333%; } .column.is-5-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 41.66667%; } .column.is-offset-5-desktop { margin-left: 41.66667%; } .column.is-6-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-offset-6-desktop { margin-left: 50%; } .column.is-7-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 58.33333%; } .column.is-offset-7-desktop { margin-left: 58.33333%; } .column.is-8-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.66667%; } .column.is-offset-8-desktop { margin-left: 66.66667%; } .column.is-9-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-offset-9-desktop { margin-left: 75%; } .column.is-10-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 83.33333%; } .column.is-offset-10-desktop { margin-left: 83.33333%; } .column.is-11-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 91.66667%; } .column.is-offset-11-desktop { margin-left: 91.66667%; } .column.is-12-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-offset-12-desktop { @@ -3766,44 +3459,30 @@ a.box:active { @media screen and (min-width: 1180px) { .column.is-narrow-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; } .column.is-full-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-three-quarters-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-two-thirds-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.6666%; } .column.is-half-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-one-third-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.3333%; } .column.is-one-quarter-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-three-quarters-widescreen { @@ -3822,108 +3501,84 @@ a.box:active { margin-left: 25%; } .column.is-1-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 8.33333%; } .column.is-offset-1-widescreen { margin-left: 8.33333%; } .column.is-2-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 16.66667%; } .column.is-offset-2-widescreen { margin-left: 16.66667%; } .column.is-3-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-3-widescreen { margin-left: 25%; } .column.is-4-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.33333%; } .column.is-offset-4-widescreen { margin-left: 33.33333%; } .column.is-5-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 41.66667%; } .column.is-offset-5-widescreen { margin-left: 41.66667%; } .column.is-6-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-offset-6-widescreen { margin-left: 50%; } .column.is-7-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 58.33333%; } .column.is-offset-7-widescreen { margin-left: 58.33333%; } .column.is-8-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.66667%; } .column.is-offset-8-widescreen { margin-left: 66.66667%; } .column.is-9-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-offset-9-widescreen { margin-left: 75%; } .column.is-10-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 83.33333%; } .column.is-offset-10-widescreen { margin-left: 83.33333%; } .column.is-11-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 91.66667%; } .column.is-offset-11-widescreen { margin-left: 91.66667%; } .column.is-12-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-offset-12-widescreen { @@ -3946,9 +3601,7 @@ a.box:active { } .columns.is-centered { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .columns.is-gapless { @@ -3972,8 +3625,7 @@ a.box:active { @media screen and (min-width: 769px) { .columns.is-grid { - -ms-flex-wrap: wrap; - flex-wrap: wrap; + flex-wrap: wrap; } .columns.is-grid > .column { max-width: 33.3333%; @@ -3986,53 +3638,34 @@ a.box:active { } .columns.is-mobile { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .columns.is-multiline { - -ms-flex-wrap: wrap; - flex-wrap: wrap; + flex-wrap: wrap; } .columns.is-vcentered { - -webkit-box-align: center; - -ms-flex-align: center; - -ms-grid-row-align: center; - align-items: center; + align-items: center; } @media screen and (min-width: 769px) { .columns:not(.is-desktop) { - display: -webkit-box; - display: -ms-flexbox; display: flex; } } @media screen and (min-width: 980px) { .columns.is-desktop { - display: -webkit-box; - display: -ms-flexbox; display: flex; } } .tile { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - -ms-grid-row-align: stretch; - align-items: stretch; - -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; - min-height: -webkit-min-content; - min-height: -moz-min-content; + align-items: stretch; + flex-basis: auto; + flex-grow: 1; + flex-shrink: 1; min-height: min-content; } @@ -4059,10 +3692,7 @@ a.box:active { } .tile.is-vertical { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; + flex-direction: column; } .tile.is-vertical > .tile.is-child:not(:last-child) { @@ -4071,80 +3701,54 @@ a.box:active { @media screen and (min-width: 769px) { .tile:not(.is-child) { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .tile.is-1 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 8.33333%; } .tile.is-2 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 16.66667%; } .tile.is-3 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .tile.is-4 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.33333%; } .tile.is-5 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 41.66667%; } .tile.is-6 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .tile.is-7 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 58.33333%; } .tile.is-8 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.66667%; } .tile.is-9 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .tile.is-10 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 83.33333%; } .tile.is-11 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 91.66667%; } .tile.is-12 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } } @@ -4392,9 +3996,7 @@ a.box:active { .level-left .level-item.is-flexible, .level-right .level-item.is-flexible { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; + flex-grow: 1; } @media screen and (max-width: 768px) { @@ -4405,37 +4007,22 @@ a.box:active { @media screen and (min-width: 769px) { .level-left { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; } } @media screen and (min-width: 769px) { .level-right { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; } } .level { - -webkit-box-align: center; - -ms-flex-align: center; - -ms-grid-row-align: center; - align-items: center; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; + align-items: center; + justify-content: space-between; } .level code { @@ -4448,8 +4035,6 @@ a.box:active { } .level.is-mobile { - display: -webkit-box; - display: -ms-flexbox; display: flex; } @@ -4458,21 +4043,15 @@ a.box:active { } .level.is-mobile > .level-item:not(.is-narrow) { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; + flex-grow: 1; } @media screen and (min-width: 769px) { .level { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .level > .level-item:not(.is-narrow) { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; + flex-grow: 1; } } @@ -4510,20 +4089,13 @@ a.box:active { } .media-content { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 1; - flex-shrink: 1; + flex-grow: 1; + flex-shrink: 1; text-align: left; } .media { - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - display: -webkit-box; - display: -ms-flexbox; + align-items: flex-start; display: flex; text-align: left; } @@ -4534,8 +4106,6 @@ a.box:active { .media .media { border-top: 1px solid rgba(211, 214, 219, 0.5); - display: -webkit-box; - display: -ms-flexbox; display: flex; padding-top: 10px; } @@ -4584,11 +4154,11 @@ a.box:active { .menu-list a:hover { background-color: #f5f7fa; - color: #1fc8db; + color: #11e4c4; } .menu-list a.is-active { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } @@ -4698,44 +4268,44 @@ a.box:active { } .message.is-primary { - background-color: #edfbfc; + background-color: #ecfefb; } .message.is-primary .message-header { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } .message.is-primary .message-body { - border-color: #1fc8db; + border-color: #11e4c4; color: gray; } .message.is-info { - background-color: #edf7fc; + background-color: #ebf2ff; } .message.is-info .message-header { - background-color: #42afe3; + background-color: #0f6bff; color: white; } .message.is-info .message-body { - border-color: #42afe3; + border-color: #0f6bff; color: gray; } .message.is-success { - background-color: #f4faf0; + background-color: #ecfef2; } .message.is-success .message-header { - background-color: #97cd76; + background-color: #20ee68; color: white; } .message.is-success .message-body { - border-color: #97cd76; + border-color: #20ee68; color: gray; } @@ -4744,26 +4314,26 @@ a.box:active { } .message.is-warning .message-header { - background-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + color: white; } .message.is-warning .message-body { - border-color: #fce473; - color: #666666; + border-color: #ffcf0f; + color: gray; } .message.is-danger { - background-color: #fdeeed; + background-color: #ffebef; } .message.is-danger .message-header { - background-color: #ed6c63; + background-color: #ff0f3f; color: white; } .message.is-danger .message-body { - border-color: #ed6c63; + border-color: #ff0f3f; color: gray; } @@ -4802,31 +4372,19 @@ a.box:active { } .modal-card { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; + flex-direction: column; max-height: calc(100vh - 40px); overflow: hidden; } .modal-card-head, .modal-card-foot { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: #f5f7fa; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + flex-shrink: 0; + justify-content: flex-start; padding: 20px; position: relative; } @@ -4839,11 +4397,8 @@ a.box:active { .modal-card-title { color: #222324; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; font-size: 24px; line-height: 1; } @@ -4860,11 +4415,8 @@ a.box:active { .modal-card-body { background-color: #fff; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 1; - flex-shrink: 1; + flex-grow: 1; + flex-shrink: 1; overflow: auto; padding: 20px; } @@ -4875,22 +4427,15 @@ a.box:active { position: absolute; right: 0; top: 0; - -webkit-box-align: center; - -ms-flex-align: center; - -ms-grid-row-align: center; - align-items: center; + align-items: center; display: none; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; overflow: hidden; position: fixed; z-index: 1986; } .modal.is-active { - display: -webkit-box; - display: -ms-flexbox; display: flex; } @@ -4901,24 +4446,15 @@ a.box:active { } .nav-item { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; padding: 10px; } .nav-item a { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .nav-item img { @@ -4939,9 +4475,7 @@ a.box:active { @media screen and (max-width: 768px) { .nav-item { - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; } } @@ -4970,15 +4504,15 @@ a.nav-item.is-tab { .nav-item a.is-tab:hover, a.nav-item.is-tab:hover { - border-bottom: 1px solid #1fc8db; + border-bottom: 1px solid #11e4c4; border-top: 1px solid transparent; } .nav-item a.is-tab.is-active, a.nav-item.is-tab.is-active { - border-bottom: 3px solid #1fc8db; + border-bottom: 3px solid #11e4c4; border-top: 3px solid transparent; - color: #1fc8db; + color: #11e4c4; } @media screen and (max-width: 768px) { @@ -5007,69 +4541,39 @@ a.nav-item.is-tab.is-active { } .nav-left { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; - -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: start; - -ms-flex-pack: start; - justify-content: flex-start; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-start; overflow: hidden; overflow-x: auto; white-space: nowrap; } .nav-center { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; margin-left: auto; margin-right: auto; } @media screen and (min-width: 769px) { .nav-right { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; - -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: end; - -ms-flex-pack: end; - justify-content: flex-end; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-end; } } .nav { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; + align-items: stretch; background-color: #fff; - display: -webkit-box; - display: -ms-flexbox; display: flex; min-height: 50px; position: relative; @@ -5078,11 +4582,7 @@ a.nav-item.is-tab.is-active { } .nav > .container { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; min-height: 50px; width: 100%; @@ -5116,15 +4616,9 @@ a.nav-item.is-tab.is-active { } .pagination { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; text-align: center; } @@ -5145,26 +4639,16 @@ a.nav-item.is-tab.is-active { } .pagination ul { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; - -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; + flex-grow: 1; + flex-shrink: 0; + justify-content: center; } @media screen and (max-width: 768px) { .pagination { - -ms-flex-wrap: wrap; - flex-wrap: wrap; + flex-wrap: wrap; } .pagination > a { width: calc(50% - 5px); @@ -5173,11 +4657,8 @@ a.nav-item.is-tab.is-active { margin-left: 10px; } .pagination li { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .pagination ul { margin-top: 10px; @@ -5186,9 +4667,7 @@ a.nav-item.is-tab.is-active { @media screen and (min-width: 769px) { .pagination > a:not(:first-child) { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; + order: 1; } } @@ -5225,18 +4704,14 @@ a.nav-item.is-tab.is-active { } .panel-list a:hover { - color: #1fc8db; + color: #11e4c4; } .panel-tabs { - display: -webkit-box; - display: -ms-flexbox; display: flex; font-size: 11px; padding: 5px 10px 0; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .panel-tabs a { @@ -5279,15 +4754,9 @@ a.panel-block:hover { } .tabs { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; + justify-content: space-between; line-height: 24px; overflow: hidden; overflow-x: auto; @@ -5295,17 +4764,11 @@ a.panel-block:hover { } .tabs a { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; border-bottom: 1px solid #d3d6db; color: #69707a; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; margin-bottom: -1px; padding: 6px 12px; vertical-align: top; @@ -5321,26 +4784,17 @@ a.panel-block:hover { } .tabs li.is-active a { - border-bottom-color: #1fc8db; - color: #1fc8db; + border-bottom-color: #11e4c4; + color: #11e4c4; } .tabs ul { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; border-bottom: 1px solid #d3d6db; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -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; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-start; } .tabs ul.is-left { @@ -5348,20 +4802,14 @@ a.panel-block:hover { } .tabs ul.is-center { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + flex: none; + justify-content: center; padding-left: 10px; padding-right: 10px; } .tabs ul.is-right { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; padding-left: 10px; } @@ -5374,15 +4822,11 @@ a.panel-block:hover { } .tabs.is-centered ul { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .tabs.is-right ul { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; } .tabs.is-boxed a { @@ -5404,11 +4848,8 @@ a.panel-block:hover { } .tabs.is-fullwidth li { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .tabs.is-toggle a { @@ -5438,8 +4879,8 @@ a.panel-block:hover { } .tabs.is-toggle li.is-active a { - background-color: #1fc8db; - border-color: #1fc8db; + background-color: #11e4c4; + border-color: #11e4c4; color: white; z-index: 1; } @@ -5502,8 +4943,7 @@ a.panel-block:hover { min-width: 100%; position: absolute; top: 50%; - -webkit-transform: translate3d(-50%, -50%, 0); - transform: translate3d(-50%, -50%, 0); + transform: translate3d(-50%, -50%, 0); } .hero-video.is-transparent { @@ -5522,8 +4962,6 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero-buttons .button { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .hero-buttons .button:not(:last-child) { @@ -5533,12 +4971,8 @@ a.panel-block:hover { @media screen and (min-width: 769px) { .hero-buttons { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .hero-buttons .button:not(:last-child) { margin-right: 20px; @@ -5547,16 +4981,12 @@ a.panel-block:hover { .hero-head, .hero-foot { - -ms-flex-negative: 0; - flex-shrink: 0; + flex-shrink: 0; } .hero-body { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; padding: 40px 20px; } @@ -5568,20 +4998,11 @@ a.panel-block:hover { } .hero { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; + align-items: stretch; background-color: #fff; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -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; + flex-direction: column; + justify-content: space-between; } .hero .nav { @@ -5665,7 +5086,6 @@ a.panel-block:hover { } .hero.is-white.is-bold { - background-image: -webkit-linear-gradient(309deg, #e6e6e6 0%, #fff 71%, white 100%); background-image: linear-gradient(141deg, #e6e6e6 0%, #fff 71%, white 100%); } @@ -5756,7 +5176,6 @@ a.panel-block:hover { } .hero.is-black.is-bold { - background-image: -webkit-linear-gradient(309deg, black 0%, #111 71%, #1f1c1c 100%); background-image: linear-gradient(141deg, black 0%, #111 71%, #1f1c1c 100%); } @@ -5847,7 +5266,6 @@ a.panel-block:hover { } .hero.is-light.is-bold { - background-image: -webkit-linear-gradient(309deg, #d0e0ec 0%, #f5f7fa 71%, white 100%); background-image: linear-gradient(141deg, #d0e0ec 0%, #f5f7fa 71%, white 100%); } @@ -5938,7 +5356,6 @@ a.panel-block:hover { } .hero.is-dark.is-bold { - background-image: -webkit-linear-gradient(309deg, #495a67 0%, #69707a 71%, #6e768e 100%); background-image: linear-gradient(141deg, #495a67 0%, #69707a 71%, #6e768e 100%); } @@ -5958,7 +5375,7 @@ a.panel-block:hover { } .hero.is-primary { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } @@ -5986,7 +5403,7 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-primary .nav-menu { - background-color: #1fc8db; + background-color: #11e4c4; } } @@ -6025,12 +5442,11 @@ a.panel-block:hover { .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: white; border-color: white; - color: #1fc8db; + color: #11e4c4; } .hero.is-primary.is-bold { - background-image: -webkit-linear-gradient(309deg, #0fb8ad 0%, #1fc8db 71%, #2cb5e8 100%); - background-image: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 71%, #2cb5e8 100%); + background-image: linear-gradient(141deg, #04be83 0%, #11e4c4 71%, #1af1f4 100%); } @media screen and (max-width: 768px) { @@ -6049,7 +5465,7 @@ a.panel-block:hover { } .hero.is-info { - background-color: #42afe3; + background-color: #0f6bff; color: white; } @@ -6077,7 +5493,7 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-info .nav-menu { - background-color: #42afe3; + background-color: #0f6bff; } } @@ -6116,12 +5532,11 @@ a.panel-block:hover { .hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover { background-color: white; border-color: white; - color: #42afe3; + color: #0f6bff; } .hero.is-info.is-bold { - background-image: -webkit-linear-gradient(309deg, #13bfdf 0%, #42afe3 71%, #53a1eb 100%); - background-image: linear-gradient(141deg, #13bfdf 0%, #42afe3 71%, #53a1eb 100%); + background-image: linear-gradient(141deg, #0079db 0%, #0f6bff 71%, #2957ff 100%); } @media screen and (max-width: 768px) { @@ -6140,7 +5555,7 @@ a.panel-block:hover { } .hero.is-success { - background-color: #97cd76; + background-color: #20ee68; color: white; } @@ -6168,7 +5583,7 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-success .nav-menu { - background-color: #97cd76; + background-color: #20ee68; } } @@ -6207,12 +5622,11 @@ a.panel-block:hover { .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: white; border-color: white; - color: #97cd76; + color: #20ee68; } .hero.is-success.is-bold { - background-image: -webkit-linear-gradient(309deg, #8ecb45 0%, #97cd76 71%, #96d885 100%); - background-image: linear-gradient(141deg, #8ecb45 0%, #97cd76 71%, #96d885 100%); + background-image: linear-gradient(141deg, #04d72b 0%, #20ee68 71%, #32f597 100%); } @media screen and (max-width: 768px) { @@ -6231,12 +5645,12 @@ a.panel-block:hover { } .hero.is-warning { - background-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + color: white; } .hero.is-warning .title { - color: rgba(17, 17, 17, 0.5); + color: white; } .hero.is-warning .title a, @@ -6245,37 +5659,37 @@ a.panel-block:hover { } .hero.is-warning .subtitle { - color: rgba(17, 17, 17, 0.7); + color: rgba(255, 255, 255, 0.7); } .hero.is-warning .subtitle a, .hero.is-warning .subtitle strong { - color: rgba(17, 17, 17, 0.5); + color: white; } .hero.is-warning .nav { - box-shadow: 0 1px 0 rgba(17, 17, 17, 0.2); + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); } @media screen and (max-width: 768px) { .hero.is-warning .nav-menu { - background-color: #fce473; + background-color: #ffcf0f; } } .hero.is-warning a.nav-item, .hero.is-warning .nav-item a:not(.button) { - color: rgba(17, 17, 17, 0.5); + color: rgba(255, 255, 255, 0.5); } .hero.is-warning a.nav-item:hover, .hero.is-warning a.nav-item.is-active, .hero.is-warning .nav-item a:not(.button):hover, .hero.is-warning .nav-item a:not(.button).is-active { - color: rgba(17, 17, 17, 0.5); + color: white; } .hero.is-warning .tabs a { - color: rgba(17, 17, 17, 0.5); + color: white; opacity: 0.5; } @@ -6288,7 +5702,7 @@ a.panel-block:hover { } .hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a { - color: rgba(17, 17, 17, 0.5); + color: white; } .hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover { @@ -6296,33 +5710,32 @@ a.panel-block:hover { } .hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { - background-color: rgba(17, 17, 17, 0.5); - border-color: rgba(17, 17, 17, 0.5); - color: #fce473; + background-color: white; + border-color: white; + color: #ffcf0f; } .hero.is-warning.is-bold { - background-image: -webkit-linear-gradient(309deg, #ffbd3d 0%, #fce473 71%, #fffe8a 100%); - background-image: linear-gradient(141deg, #ffbd3d 0%, #fce473 71%, #fffe8a 100%); + background-image: linear-gradient(141deg, #db8b00 0%, #ffcf0f 71%, #fff829 100%); } @media screen and (max-width: 768px) { .hero.is-warning .nav-toggle span { - background-color: rgba(17, 17, 17, 0.5); + background-color: white; } .hero.is-warning .nav-toggle:hover { background-color: rgba(17, 17, 17, 0.1); } .hero.is-warning .nav-toggle.is-active span { - background-color: rgba(17, 17, 17, 0.5); + background-color: white; } .hero.is-warning .nav-menu .nav-item { - border-top-color: rgba(17, 17, 17, 0.2); + border-top-color: rgba(255, 255, 255, 0.2); } } .hero.is-danger { - background-color: #ed6c63; + background-color: #ff0f3f; color: white; } @@ -6350,7 +5763,7 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-danger .nav-menu { - background-color: #ed6c63; + background-color: #ff0f3f; } } @@ -6389,12 +5802,11 @@ a.panel-block:hover { .hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover { background-color: white; border-color: white; - color: #ed6c63; + color: #ff0f3f; } .hero.is-danger.is-bold { - background-image: -webkit-linear-gradient(309deg, #f32a3e 0%, #ed6c63 71%, #f39376 100%); - background-image: linear-gradient(141deg, #f32a3e 0%, #ed6c63 71%, #f39376 100%); + background-image: linear-gradient(141deg, #db0050 0%, #ff0f3f 71%, #ff2930 100%); } @media screen and (max-width: 768px) { @@ -6431,20 +5843,13 @@ a.panel-block:hover { } .hero.is-fullheight .hero-body { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; } .hero.is-fullheight .hero-body > .container { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .section { @@ -6479,7 +5884,7 @@ a.panel-block:hover { } .footer a:not(.icon):hover, .footer a:visited:not(.icon):hover { - border-bottom-color: #1fc8db; + border-bottom-color: #11e4c4; } @media screen and (min-width: 769px) { @@ -6601,7 +6006,7 @@ body.page-grid .column > .notification { #npm code { border-radius: 3px; - color: #1fc8db; + color: #11e4c4; display: inline-block; font-size: 16px; padding: 16px 32px; @@ -6632,17 +6037,11 @@ body.page-grid .column > .notification { } #social { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; height: 20px; margin-bottom: 1em; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } #social a { @@ -6670,9 +6069,9 @@ body.page-grid .column > .notification { .example, .structure { - border: 1px solid #fce473; + border: 1px solid #ffcf0f; border-top-right-radius: 3px; - color: rgba(17, 17, 17, 0.5); + color: white; padding: 15px 20px; position: relative; } @@ -6689,7 +6088,7 @@ body.page-grid .column > .notification { .example:before, .structure:before { - background: #fce473; + background: #ffcf0f; border-radius: 3px 3px 0 0; bottom: 100%; content: "Example"; @@ -6714,7 +6113,7 @@ body.page-grid .column > .notification { } .example + .highlight { - border: 1px solid #fce473; + border: 1px solid #ffcf0f; border-radius: 0 0 3px 3px; border-top: none; margin-top: -20px; @@ -6729,13 +6128,13 @@ body.page-grid .column > .notification { } .structure { - border-color: #ed6c63; + border-color: #ff0f3f; border-radius: 3px; padding: 20px; } .structure:before { - background: #ed6c63; + background: #ff0f3f; color: white; content: "Structure"; } @@ -6764,18 +6163,12 @@ body.page-grid .column > .notification { position: absolute; right: 0; top: 0; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; content: attr(title); - display: -webkit-box; - display: -ms-flexbox; display: flex; font-family: "Source Code Pro", "Monaco", "Inconsolata", monospace; font-size: 11px; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; padding: 3px 5px; z-index: 2; } @@ -6785,13 +6178,8 @@ body.page-grid .column > .notification { } .structure-item.is-structure-container:after { - -webkit-box-align: start; - -ms-flex-align: start; - -ms-grid-row-align: flex-start; - align-items: flex-start; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + align-items: flex-start; + justify-content: flex-start; padding: 5px 10px; } @@ -6813,8 +6201,8 @@ body.page-grid .column > .notification { .highlight .copy:hover, .highlight .expand:hover { - border-color: #ed6c63; - color: #ed6c63; + border-color: #ff0f3f; + color: #ff0f3f; } .highlight .expand { diff --git a/docs/css/bulma.css b/docs/css/bulma.css new file mode 100644 index 00000000..6976583c --- /dev/null +++ b/docs/css/bulma.css @@ -0,0 +1,5887 @@ +html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font-weight: normal; + vertical-align: baseline; + background: transparent; +} + +article, aside, figure, footer, header, nav, section, details, summary { + display: block; +} + +html { + box-sizing: border-box; +} + +*, +*:before, +*:after { + box-sizing: inherit; +} + +img, +object, +embed { + max-width: 100%; +} + +html { + overflow-y: scroll; +} + +ul { + list-style: none; +} + +blockquote, q { + quotes: none; +} + +blockquote:before, +blockquote:after, +q:before, +q:after { + content: ''; + content: none; +} + +a { + margin: 0; + padding: 0; + font-size: 100%; + vertical-align: baseline; + background: transparent; +} + +del { + text-decoration: line-through; +} + +abbr[title], dfn[title] { + border-bottom: 1px dotted #000; + cursor: help; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +th { + font-weight: bold; + vertical-align: bottom; +} + +td { + font-weight: normal; + vertical-align: top; +} + +hr { + display: block; + height: 1px; + border: 0; + border-top: 1px solid #ccc; + margin: 1em 0; + padding: 0; +} + +input, select { + vertical-align: middle; +} + +pre { + white-space: pre; + white-space: pre-wrap; + white-space: pre-line; + word-wrap: break-word; +} + +input[type="radio"] { + vertical-align: text-bottom; +} + +input[type="checkbox"] { + vertical-align: bottom; +} + +select, input, textarea { + font: 99% sans-serif; +} + +table { + font-size: inherit; + font: 100%; +} + +small { + font-size: 85%; +} + +strong { + font-weight: bold; +} + +td, td img { + vertical-align: top; +} + +sub, sup { + font-size: 75%; + line-height: 0; + position: relative; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +pre, code, kbd, samp { + font-family: monospace, sans-serif; +} + +label, +input[type=button], +input[type=submit], +input[type=file], +button { + cursor: pointer; +} + +button, input, select, textarea { + margin: 0; +} + +button, +input[type=button] { + width: auto; + overflow: visible; +} + +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + +html { + background-color: #f5f7fa; + font-size: 14px; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + min-width: 300px; + overflow-x: hidden; + overflow-y: scroll; + text-rendering: optimizeLegibility; +} + +article, +aside, +figure, +footer, +header, +hgroup, +section { + display: block; +} + +body, +button, +input, +select, +textarea { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; +} + +code, +pre { + -moz-osx-font-smoothing: auto; + -webkit-font-smoothing: auto; + font-family: "Source Code Pro", "Monaco", "Inconsolata", monospace; + line-height: 1.25; +} + +body { + color: #69707a; + font-size: 1rem; + font-weight: 400; + line-height: 1.428571428571429; +} + +a { + color: #24ffde; + cursor: pointer; + text-decoration: none; + transition: none 86ms ease-out; +} + +a:hover { + color: #222324; +} + +code { + background-color: #f5f7fa; + color: #ff2450; + font-size: 12px; + font-weight: normal; + padding: 1px 2px 2px; +} + +hr { + border-top-color: #d3d6db; + margin: 40px 0; +} + +img { + max-width: 100%; +} + +input[type="checkbox"], +input[type="radio"] { + vertical-align: baseline; +} + +small { + font-size: 11px; +} + +span { + font-style: inherit; + font-weight: inherit; +} + +strong { + color: #222324; + font-weight: 700; +} + +pre { + background-color: #f5f7fa; + color: #69707a; + white-space: pre; + word-wrap: normal; +} + +pre code { + background-color: #f5f7fa; + color: #69707a; + display: block; + overflow-x: auto; + padding: 16px 20px; +} + +table { + width: 100%; +} + +table td, +table th { + text-align: left; + vertical-align: top; +} + +table th { + color: #222324; +} + +.block:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .highlight:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { + margin-bottom: 20px; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + +.is-block { + display: block; +} + +@media screen and (max-width: 768px) { + .is-block-mobile { + display: block !important; + } +} + +@media screen and (min-width: 769px) { + .is-block-tablet { + display: block !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-block-tablet-only { + display: block !important; + } +} + +@media screen and (max-width: 979px) { + .is-block-touch { + display: block !important; + } +} + +@media screen and (min-width: 980px) { + .is-block-desktop { + display: block !important; + } +} + +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-block-desktop-only { + display: block !important; + } +} + +@media screen and (min-width: 1180px) { + .is-block-widescreen { + display: block !important; + } +} + +.is-flex { + display: flex; +} + +@media screen and (max-width: 768px) { + .is-flex-mobile { + display: flex !important; + } +} + +@media screen and (min-width: 769px) { + .is-flex-tablet { + display: flex !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-flex-tablet-only { + display: flex !important; + } +} + +@media screen and (max-width: 979px) { + .is-flex-touch { + display: flex !important; + } +} + +@media screen and (min-width: 980px) { + .is-flex-desktop { + display: flex !important; + } +} + +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-flex-desktop-only { + display: flex !important; + } +} + +@media screen and (min-width: 1180px) { + .is-flex-widescreen { + display: flex !important; + } +} + +.is-inline { + display: inline; +} + +@media screen and (max-width: 768px) { + .is-inline-mobile { + display: inline !important; + } +} + +@media screen and (min-width: 769px) { + .is-inline-tablet { + display: inline !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-inline-tablet-only { + display: inline !important; + } +} + +@media screen and (max-width: 979px) { + .is-inline-touch { + display: inline !important; + } +} + +@media screen and (min-width: 980px) { + .is-inline-desktop { + display: inline !important; + } +} + +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-inline-desktop-only { + display: inline !important; + } +} + +@media screen and (min-width: 1180px) { + .is-inline-widescreen { + display: inline !important; + } +} + +.is-inline-block { + display: inline-block; +} + +@media screen and (max-width: 768px) { + .is-inline-block-mobile { + display: inline-block !important; + } +} + +@media screen and (min-width: 769px) { + .is-inline-block-tablet { + display: inline-block !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-inline-block-tablet-only { + display: inline-block !important; + } +} + +@media screen and (max-width: 979px) { + .is-inline-block-touch { + display: inline-block !important; + } +} + +@media screen and (min-width: 980px) { + .is-inline-block-desktop { + display: inline-block !important; + } +} + +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-inline-block-desktop-only { + display: inline-block !important; + } +} + +@media screen and (min-width: 1180px) { + .is-inline-block-widescreen { + display: inline-block !important; + } +} + +.is-inline-flex { + display: inline-flex; +} + +@media screen and (max-width: 768px) { + .is-inline-flex-mobile { + display: inline-flex !important; + } +} + +@media screen and (min-width: 769px) { + .is-inline-flex-tablet { + display: inline-flex !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-inline-flex-tablet-only { + display: inline-flex !important; + } +} + +@media screen and (max-width: 979px) { + .is-inline-flex-touch { + display: inline-flex !important; + } +} + +@media screen and (min-width: 980px) { + .is-inline-flex-desktop { + display: inline-flex !important; + } +} + +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-inline-flex-desktop-only { + display: inline-flex !important; + } +} + +@media screen and (min-width: 1180px) { + .is-inline-flex-widescreen { + display: inline-flex !important; + } +} + +.is-clearfix:after { + clear: both; + content: " "; + display: table; +} + +.is-pulled-left { + float: left; +} + +.is-pulled-right { + float: right; +} + +.is-clipped { + overflow: hidden !important; +} + +.is-overlay { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; +} + +.has-text-centered { + text-align: center; +} + +.has-text-left { + text-align: left; +} + +.has-text-right { + text-align: right; +} + +.is-hidden { + display: none !important; +} + +@media screen and (max-width: 768px) { + .is-hidden-mobile { + display: none !important; + } +} + +@media screen and (min-width: 769px) { + .is-hidden-tablet { + display: none !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-hidden-tablet-only { + display: none !important; + } +} + +@media screen and (max-width: 979px) { + .is-hidden-touch { + display: none !important; + } +} + +@media screen and (min-width: 980px) { + .is-hidden-desktop { + display: none !important; + } +} + +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-hidden-desktop-only { + display: none !important; + } +} + +@media screen and (min-width: 1180px) { + .is-hidden-widescreen { + display: none !important; + } +} + +.is-disabled { + pointer-events: none; +} + +.is-marginless { + margin: 0 !important; +} + +.is-paddingless { + padding: 0 !important; +} + +.box { + background-color: #fff; + border-radius: 5px; + box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); + display: block; + padding: 20px; +} + +a.box:hover, a.box:focus { + box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px #24ffde; +} + +a.box:active { + box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2), 0 0 0 1px #24ffde; +} + +.button { + -moz-appearance: none; + -webkit-appearance: none; + align-items: center; + background-color: white; + border: 1px solid #d3d6db; + border-radius: 3px; + color: #222324; + display: inline-flex; + font-size: 14px; + height: 32px; + justify-content: flex-start; + line-height: 24px; + padding-left: 8px; + padding-right: 8px; + position: relative; + vertical-align: top; + justify-content: center; + padding-left: 10px; + padding-right: 10px; + text-align: center; + white-space: nowrap; +} + +.button:hover { + border-color: #aeb1b5; +} + +.button:active, .button:focus, .button.is-active { + border-color: #24ffde; + outline: none; +} + +.button[disabled], .button.is-disabled { + background-color: #f5f7fa; + border-color: #d3d6db; + cursor: not-allowed; + pointer-events: none; +} + +.button[disabled]::-moz-placeholder, .button.is-disabled::-moz-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.button[disabled]::-webkit-input-placeholder, .button.is-disabled::-webkit-input-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.button[disabled]:-moz-placeholder, .button.is-disabled:-moz-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.button[disabled]:-ms-input-placeholder, .button.is-disabled:-ms-input-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.button strong { + color: inherit; +} + +.button small { + display: block; + font-size: 11px; + line-height: 1; + margin-top: 5px; +} + +.button .icon:first-child, +.button .tag:first-child { + margin-left: -2px; + margin-right: 4px; +} + +.button .icon:last-child, +.button .tag:last-child { + margin-left: 4px; + margin-right: -2px; +} + +.button:hover, .button:focus, .button.is-active { + color: #222324; +} + +.button:active { + box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2); +} + +.button.is-white { + background-color: #fff; + border-color: transparent; + color: #111; +} + +.button.is-white:hover, .button.is-white:focus, .button.is-white.is-active { + background-color: #e6e6e6; + border-color: transparent; + color: #111; +} + +.button.is-white:active { + border-color: transparent; +} + +.button.is-white.is-inverted { + background-color: #111; + color: #fff; +} + +.button.is-white.is-inverted:hover { + background-color: #040404; +} + +.button.is-white.is-loading:after { + border-color: transparent transparent #111 #111 !important; +} + +.button.is-white.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; +} + +.button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus { + background-color: #fff; + border-color: #fff; + color: #111; +} + +.button.is-black { + background-color: #111; + border-color: transparent; + color: #fff; +} + +.button.is-black:hover, .button.is-black:focus, .button.is-black.is-active { + background-color: black; + border-color: transparent; + color: #fff; +} + +.button.is-black:active { + border-color: transparent; +} + +.button.is-black.is-inverted { + background-color: #fff; + color: #111; +} + +.button.is-black.is-inverted:hover { + background-color: #f2f2f2; +} + +.button.is-black.is-loading:after { + border-color: transparent transparent #fff #fff !important; +} + +.button.is-black.is-outlined { + background-color: transparent; + border-color: #111; + color: #111; +} + +.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus { + background-color: #111; + border-color: #111; + color: #fff; +} + +.button.is-light { + background-color: #f5f7fa; + border-color: transparent; + color: #69707a; +} + +.button.is-light:hover, .button.is-light:focus, .button.is-light.is-active { + background-color: #d3dce9; + border-color: transparent; + color: #69707a; +} + +.button.is-light:active { + border-color: transparent; +} + +.button.is-light.is-inverted { + background-color: #69707a; + color: #f5f7fa; +} + +.button.is-light.is-inverted:hover { + background-color: #5d636c; +} + +.button.is-light.is-loading:after { + border-color: transparent transparent #69707a #69707a !important; +} + +.button.is-light.is-outlined { + background-color: transparent; + border-color: #f5f7fa; + color: #f5f7fa; +} + +.button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus { + background-color: #f5f7fa; + border-color: #f5f7fa; + color: #69707a; +} + +.button.is-dark { + background-color: #69707a; + border-color: transparent; + color: #f5f7fa; +} + +.button.is-dark:hover, .button.is-dark:focus, .button.is-dark.is-active { + background-color: #51575f; + border-color: transparent; + color: #f5f7fa; +} + +.button.is-dark:active { + border-color: transparent; +} + +.button.is-dark.is-inverted { + background-color: #f5f7fa; + color: #69707a; +} + +.button.is-dark.is-inverted:hover { + background-color: #e4e9f2; +} + +.button.is-dark.is-loading:after { + border-color: transparent transparent #f5f7fa #f5f7fa !important; +} + +.button.is-dark.is-outlined { + background-color: transparent; + border-color: #69707a; + color: #69707a; +} + +.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus { + background-color: #69707a; + border-color: #69707a; + color: #f5f7fa; +} + +.button.is-primary { + background-color: #24ffde; + border-color: transparent; + color: white; +} + +.button.is-primary:hover, .button.is-primary:focus, .button.is-primary.is-active { + background-color: #00f0cc; + border-color: transparent; + color: white; +} + +.button.is-primary:active { + border-color: transparent; +} + +.button.is-primary.is-inverted { + background-color: white; + color: #24ffde; +} + +.button.is-primary.is-inverted:hover { + background-color: #f2f2f2; +} + +.button.is-primary.is-loading:after { + border-color: transparent transparent white white !important; +} + +.button.is-primary.is-outlined { + background-color: transparent; + border-color: #24ffde; + color: #24ffde; +} + +.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus { + background-color: #24ffde; + border-color: #24ffde; + color: white; +} + +.button.is-info { + background-color: #2478ff; + border-color: transparent; + color: white; +} + +.button.is-info:hover, .button.is-info:focus, .button.is-info.is-active { + background-color: #005cf0; + border-color: transparent; + color: white; +} + +.button.is-info:active { + border-color: transparent; +} + +.button.is-info.is-inverted { + background-color: white; + color: #2478ff; +} + +.button.is-info.is-inverted:hover { + background-color: #f2f2f2; +} + +.button.is-info.is-loading:after { + border-color: transparent transparent white white !important; +} + +.button.is-info.is-outlined { + background-color: transparent; + border-color: #2478ff; + color: #2478ff; +} + +.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus { + background-color: #2478ff; + border-color: #2478ff; + color: white; +} + +.button.is-success { + background-color: #24ff70; + border-color: transparent; + color: white; +} + +.button.is-success:hover, .button.is-success:focus, .button.is-success.is-active { + background-color: #00f053; + border-color: transparent; + color: white; +} + +.button.is-success:active { + border-color: transparent; +} + +.button.is-success.is-inverted { + background-color: white; + color: #24ff70; +} + +.button.is-success.is-inverted:hover { + background-color: #f2f2f2; +} + +.button.is-success.is-loading:after { + border-color: transparent transparent white white !important; +} + +.button.is-success.is-outlined { + background-color: transparent; + border-color: #24ff70; + color: #24ff70; +} + +.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus { + background-color: #24ff70; + border-color: #24ff70; + color: white; +} + +.button.is-warning { + background-color: #ffd324; + border-color: transparent; + color: white; +} + +.button.is-warning:hover, .button.is-warning:focus, .button.is-warning.is-active { + background-color: #f0c000; + border-color: transparent; + color: white; +} + +.button.is-warning:active { + border-color: transparent; +} + +.button.is-warning.is-inverted { + background-color: white; + color: #ffd324; +} + +.button.is-warning.is-inverted:hover { + background-color: #f2f2f2; +} + +.button.is-warning.is-loading:after { + border-color: transparent transparent white white !important; +} + +.button.is-warning.is-outlined { + background-color: transparent; + border-color: #ffd324; + color: #ffd324; +} + +.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus { + background-color: #ffd324; + border-color: #ffd324; + color: white; +} + +.button.is-danger { + background-color: #ff2450; + border-color: transparent; + color: white; +} + +.button.is-danger:hover, .button.is-danger:focus, .button.is-danger.is-active { + background-color: #f00030; + border-color: transparent; + color: white; +} + +.button.is-danger:active { + border-color: transparent; +} + +.button.is-danger.is-inverted { + background-color: white; + color: #ff2450; +} + +.button.is-danger.is-inverted:hover { + background-color: #f2f2f2; +} + +.button.is-danger.is-loading:after { + border-color: transparent transparent white white !important; +} + +.button.is-danger.is-outlined { + background-color: transparent; + border-color: #ff2450; + color: #ff2450; +} + +.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus { + background-color: #ff2450; + border-color: #ff2450; + color: white; +} + +.button.is-link { + background-color: transparent; + border-color: transparent; + color: #69707a; + text-decoration: underline; +} + +.button.is-link:hover, .button.is-link:focus { + background-color: #d3d6db; + color: #222324; +} + +.button.is-small { + border-radius: 2px; + font-size: 11px; + height: 24px; + line-height: 16px; + padding-left: 6px; + padding-right: 6px; +} + +.button.is-medium { + font-size: 18px; + height: 40px; + padding-left: 14px; + padding-right: 14px; +} + +.button.is-large { + font-size: 22px; + height: 48px; + padding-left: 20px; + padding-right: 20px; +} + +.button[disabled], .button.is-disabled { + opacity: 0.5; +} + +.button.is-fullwidth { + display: flex; + width: 100%; +} + +.button.is-loading { + color: transparent !important; + pointer-events: none; +} + +.button.is-loading:after { + left: 50%; + margin-left: -8px; + margin-top: -8px; + position: absolute; + top: 50%; + position: absolute !important; +} + +.content a:not(.button) { + border-bottom: 1px solid #d3d6db; +} + +.content a:not(.button):visited { + color: #9524ff; +} + +.content a:not(.button):hover { + border-bottom-color: #24ffde; +} + +.content li + li { + margin-top: 0.25em; +} + +.content blockquote:not(:last-child), +.content p:not(:last-child), +.content ol:not(:last-child), +.content ul:not(:last-child) { + margin-bottom: 1em; +} + +.content h1, +.content h2, +.content h3, +.content h4, +.content h5, +.content h6 { + color: #222324; + font-weight: 300; + line-height: 1.125; + margin-bottom: 20px; +} + +.content h1:not(:first-child), +.content h2:not(:first-child), +.content h3:not(:first-child) { + margin-top: 40px; +} + +.content blockquote { + background-color: #f5f7fa; + border-left: 5px solid #d3d6db; + padding: 1.5em; +} + +.content h1 { + font-size: 2em; +} + +.content h2 { + font-size: 1.75em; +} + +.content h3 { + font-size: 1.5em; +} + +.content h4 { + font-size: 1.25em; +} + +.content h5 { + font-size: 1.125em; +} + +.content h6 { + font-size: 1em; +} + +.content ol { + list-style: decimal outside; + margin-left: 2em; + margin-right: 2em; + margin-top: 1em; +} + +.content ul { + list-style: disc outside; + margin-left: 2em; + margin-right: 2em; + margin-top: 1em; +} + +.content ul ul { + list-style-type: circle; + margin-top: 0.5em; +} + +.content ul ul ul { + list-style-type: square; +} + +.content.is-medium { + font-size: 18px; +} + +.content.is-medium code { + font-size: 14px; +} + +.content.is-large { + font-size: 24px; +} + +.content.is-large code { + font-size: 18px; +} + +.input, .textarea { + -moz-appearance: none; + -webkit-appearance: none; + align-items: center; + background-color: white; + border: 1px solid #d3d6db; + border-radius: 3px; + color: #222324; + display: inline-flex; + font-size: 14px; + height: 32px; + justify-content: flex-start; + line-height: 24px; + padding-left: 8px; + padding-right: 8px; + position: relative; + vertical-align: top; + box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.1); + max-width: 100%; + width: 100%; +} + +.input:hover, .textarea:hover { + border-color: #aeb1b5; +} + +.input:active, .textarea:active, .input:focus, .textarea:focus, .input.is-active, .is-active.textarea { + border-color: #24ffde; + outline: none; +} + +.input[disabled], [disabled].textarea, .input.is-disabled, .is-disabled.textarea { + background-color: #f5f7fa; + border-color: #d3d6db; + cursor: not-allowed; + pointer-events: none; +} + +.input[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, .input.is-disabled::-moz-placeholder, .is-disabled.textarea::-moz-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.input[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder, .is-disabled.textarea::-webkit-input-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.input[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, .input.is-disabled:-moz-placeholder, .is-disabled.textarea:-moz-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.input[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder, .is-disabled.textarea:-ms-input-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.input.is-white, .is-white.textarea { + border-color: #fff; +} + +.input.is-black, .is-black.textarea { + border-color: #111; +} + +.input.is-light, .is-light.textarea { + border-color: #f5f7fa; +} + +.input.is-dark, .is-dark.textarea { + border-color: #69707a; +} + +.input.is-primary, .is-primary.textarea { + border-color: #24ffde; +} + +.input.is-info, .is-info.textarea { + border-color: #2478ff; +} + +.input.is-success, .is-success.textarea { + border-color: #24ff70; +} + +.input.is-warning, .is-warning.textarea { + border-color: #ffd324; +} + +.input.is-danger, .is-danger.textarea { + border-color: #ff2450; +} + +.input[type="search"], [type="search"].textarea { + border-radius: 290486px; +} + +.input.is-small, .is-small.textarea { + border-radius: 2px; + font-size: 11px; + height: 24px; + line-height: 16px; + padding-left: 6px; + padding-right: 6px; +} + +.input.is-medium, .is-medium.textarea { + font-size: 18px; + height: 40px; + line-height: 32px; + padding-left: 10px; + padding-right: 10px; +} + +.input.is-large, .is-large.textarea { + font-size: 24px; + height: 48px; + line-height: 40px; + padding-left: 12px; + padding-right: 12px; +} + +.input.is-fullwidth, .is-fullwidth.textarea { + display: block; + width: 100%; +} + +.input.is-inline, .is-inline.textarea { + display: inline; + width: auto; +} + +.textarea { + display: block; + line-height: 1.2; + max-height: 600px; + max-width: 100%; + min-height: 120px; + min-width: 100%; + padding: 10px; + resize: vertical; +} + +.checkbox, .radio { + cursor: pointer; + display: inline-block; + line-height: 16px; + position: relative; + vertical-align: top; +} + +.checkbox input, .radio input { + cursor: pointer; +} + +.checkbox:hover, .radio:hover { + color: #222324; +} + +.is-disabled.checkbox, .is-disabled.radio { + color: #aeb1b5; + pointer-events: none; +} + +.is-disabled.checkbox input, .is-disabled.radio input { + pointer-events: none; +} + +.radio + .radio { + margin-left: 10px; +} + +.select { + display: inline-block; + height: 32px; + position: relative; + vertical-align: top; +} + +.select select { + -moz-appearance: none; + -webkit-appearance: none; + align-items: center; + background-color: white; + border: 1px solid #d3d6db; + border-radius: 3px; + color: #222324; + display: inline-flex; + font-size: 14px; + height: 32px; + justify-content: flex-start; + line-height: 24px; + padding-left: 8px; + padding-right: 8px; + position: relative; + vertical-align: top; + cursor: pointer; + display: block; + outline: none; + padding-right: 36px; +} + +.select select:hover { + border-color: #aeb1b5; +} + +.select select:active, .select select:focus, .select select.is-active { + border-color: #24ffde; + outline: none; +} + +.select select[disabled], .select select.is-disabled { + background-color: #f5f7fa; + border-color: #d3d6db; + cursor: not-allowed; + pointer-events: none; +} + +.select select[disabled]::-moz-placeholder, .select select.is-disabled::-moz-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.select select[disabled]::-webkit-input-placeholder, .select select.is-disabled::-webkit-input-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.select select[disabled]:-moz-placeholder, .select select.is-disabled:-moz-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.select select[disabled]:-ms-input-placeholder, .select select.is-disabled:-ms-input-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.select select.is-white { + border-color: #fff; +} + +.select select.is-black { + border-color: #111; +} + +.select select.is-light { + border-color: #f5f7fa; +} + +.select select.is-dark { + border-color: #69707a; +} + +.select select.is-primary { + border-color: #24ffde; +} + +.select select.is-info { + border-color: #2478ff; +} + +.select select.is-success { + border-color: #24ff70; +} + +.select select.is-warning { + border-color: #ffd324; +} + +.select select.is-danger { + border-color: #ff2450; +} + +.select select:hover { + border-color: #aeb1b5; +} + +.select select::ms-expand { + display: none; +} + +.select.is-fullwidth { + width: 100%; +} + +.select.is-fullwidth select { + width: 100%; +} + +.select:after { + border: 1px solid #24ffde; + border-right: 0; + border-top: 0; + content: " "; + display: block; + height: 7px; + pointer-events: none; + position: absolute; + transform: rotate(-45deg); + width: 7px; + margin-top: -6px; + right: 16px; + top: 50%; +} + +.select:hover:after { + border-color: #222324; +} + +.select.is-small { + height: 24px; +} + +.select.is-small select { + border-radius: 2px; + font-size: 11px; + height: 24px; + line-height: 16px; + padding-left: 6px; + padding-right: 6px; + padding-right: 28px; +} + +.select.is-medium { + height: 40px; +} + +.select.is-medium select { + font-size: 18px; + height: 40px; + line-height: 32px; + padding-left: 10px; + padding-right: 10px; + padding-right: 44px; +} + +.select.is-large { + height: 48px; +} + +.select.is-large select { + font-size: 24px; + height: 48px; + line-height: 40px; + padding-left: 12px; + padding-right: 12px; + padding-right: 52px; +} + +.label { + color: #222324; + display: block; + font-weight: bold; +} + +.label:not(:last-child) { + margin-bottom: 5px; +} + +.help { + display: block; + font-size: 11px; + margin-top: 5px; +} + +.help.is-white { + color: #fff; +} + +.help.is-black { + color: #111; +} + +.help.is-light { + color: #f5f7fa; +} + +.help.is-dark { + color: #69707a; +} + +.help.is-primary { + color: #24ffde; +} + +.help.is-info { + color: #2478ff; +} + +.help.is-success { + color: #24ff70; +} + +.help.is-warning { + color: #ffd324; +} + +.help.is-danger { + color: #ff2450; +} + +@media screen and (max-width: 768px) { + .control-label { + margin-bottom: 5px; + } +} + +@media screen and (min-width: 769px) { + .control-label { + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + margin-right: 20px; + padding-top: 7px; + text-align: right; + } +} + +.control { + position: relative; + text-align: left; +} + +.control:not(:last-child) { + margin-bottom: 10px; +} + +.control.has-addons { + display: flex; + justify-content: flex-start; +} + +.control.has-addons .button, +.control.has-addons .input, +.control.has-addons .textarea, +.control.has-addons .select { + border-radius: 0; + margin-right: -1px; + width: auto; +} + +.control.has-addons .button:hover, +.control.has-addons .input:hover, +.control.has-addons .textarea:hover, +.control.has-addons .select:hover { + z-index: 2; +} + +.control.has-addons .button:active, .control.has-addons .button:focus, +.control.has-addons .input:active, +.control.has-addons .textarea:active, +.control.has-addons .input:focus, +.control.has-addons .textarea:focus, +.control.has-addons .select:active, +.control.has-addons .select:focus { + z-index: 3; +} + +.control.has-addons .button:first-child, +.control.has-addons .input:first-child, +.control.has-addons .textarea:first-child, +.control.has-addons .select:first-child { + border-radius: 3px 0 0 3px; +} + +.control.has-addons .button:first-child select, +.control.has-addons .input:first-child select, +.control.has-addons .textarea:first-child select, +.control.has-addons .select:first-child select { + border-radius: 3px 0 0 3px; +} + +.control.has-addons .button:last-child, +.control.has-addons .input:last-child, +.control.has-addons .textarea:last-child, +.control.has-addons .select:last-child { + border-radius: 0 3px 3px 0; +} + +.control.has-addons .button:last-child select, +.control.has-addons .input:last-child select, +.control.has-addons .textarea:last-child select, +.control.has-addons .select:last-child select { + border-radius: 0 3px 3px 0; +} + +.control.has-addons .button.is-expanded, +.control.has-addons .input.is-expanded, +.control.has-addons .is-expanded.textarea, +.control.has-addons .select.is-expanded { + flex-grow: 1; + flex-shrink: 0; +} + +.control.has-addons.has-addons-centered { + justify-content: center; +} + +.control.has-addons.has-addons-right { + justify-content: flex-end; +} + +.control.has-addons.has-addons-fullwidth .button, +.control.has-addons.has-addons-fullwidth .input, +.control.has-addons.has-addons-fullwidth .textarea, +.control.has-addons.has-addons-fullwidth .select { + flex-grow: 1; + flex-shrink: 0; +} + +.control.has-icon > .fa { + display: inline-block; + font-size: 14px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; + color: #aeb1b5; + pointer-events: none; + position: absolute; + top: 4px; + z-index: 4; +} + +.control.has-icon .input:focus + .fa, .control.has-icon .textarea:focus + .fa { + color: #222324; +} + +.control.has-icon .input.is-small + .fa, .control.has-icon .is-small.textarea + .fa { + font-size: 10.5px; + top: 0; +} + +.control.has-icon .input.is-medium + .fa, .control.has-icon .is-medium.textarea + .fa { + font-size: 21px; + top: 8px; +} + +.control.has-icon .input.is-large + .fa, .control.has-icon .is-large.textarea + .fa { + font-size: 21px; + top: 12px; +} + +.control.has-icon:not(.has-icon-right) > .fa { + left: 4px; +} + +.control.has-icon:not(.has-icon-right) .input, .control.has-icon:not(.has-icon-right) .textarea { + padding-left: 32px; +} + +.control.has-icon:not(.has-icon-right) .input.is-small, .control.has-icon:not(.has-icon-right) .is-small.textarea { + padding-left: 24px; +} + +.control.has-icon:not(.has-icon-right) .input.is-small + .fa, .control.has-icon:not(.has-icon-right) .is-small.textarea + .fa { + left: 0; +} + +.control.has-icon:not(.has-icon-right) .input.is-medium, .control.has-icon:not(.has-icon-right) .is-medium.textarea { + padding-left: 40px; +} + +.control.has-icon:not(.has-icon-right) .input.is-medium + .fa, .control.has-icon:not(.has-icon-right) .is-medium.textarea + .fa { + left: 8px; +} + +.control.has-icon:not(.has-icon-right) .input.is-large, .control.has-icon:not(.has-icon-right) .is-large.textarea { + padding-left: 48px; +} + +.control.has-icon:not(.has-icon-right) .input.is-large + .fa, .control.has-icon:not(.has-icon-right) .is-large.textarea + .fa { + left: 12px; +} + +.control.has-icon.has-icon-right > .fa { + right: 4px; +} + +.control.has-icon.has-icon-right .input, .control.has-icon.has-icon-right .textarea { + padding-right: 32px; +} + +.control.has-icon.has-icon-right .input.is-small, .control.has-icon.has-icon-right .is-small.textarea { + padding-right: 24px; +} + +.control.has-icon.has-icon-right .input.is-small + .fa, .control.has-icon.has-icon-right .is-small.textarea + .fa { + right: 0; +} + +.control.has-icon.has-icon-right .input.is-medium, .control.has-icon.has-icon-right .is-medium.textarea { + padding-right: 40px; +} + +.control.has-icon.has-icon-right .input.is-medium + .fa, .control.has-icon.has-icon-right .is-medium.textarea + .fa { + right: 8px; +} + +.control.has-icon.has-icon-right .input.is-large, .control.has-icon.has-icon-right .is-large.textarea { + padding-right: 48px; +} + +.control.has-icon.has-icon-right .input.is-large + .fa, .control.has-icon.has-icon-right .is-large.textarea + .fa { + right: 12px; +} + +.control.is-grouped { + display: flex; + justify-content: flex-start; +} + +.control.is-grouped > .control:not(:last-child) { + margin-bottom: 0; + margin-right: 10px; +} + +.control.is-grouped > .control.is-expanded { + flex-grow: 1; + flex-shrink: 0; +} + +.control.is-grouped.is-grouped-centered { + justify-content: center; +} + +.control.is-grouped.is-grouped-right { + justify-content: flex-end; +} + +@media screen and (min-width: 769px) { + .control.is-horizontal { + display: flex; + } + .control.is-horizontal > .control { + display: flex; + flex-basis: 0; + flex-grow: 5; + flex-shrink: 1; + } +} + +.control.is-loading:after { + position: absolute !important; + right: 8px; + top: 8px; +} + +.image { + display: block; + position: relative; +} + +.image img { + display: block; + height: auto; + width: 100%; +} + +.image.is-square img, .image.is-1by1 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-16by9 img, .image.is-2by1 img { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + height: 100%; + width: 100%; +} + +.image.is-square, .image.is-1by1 { + padding-top: 100%; +} + +.image.is-4by3 { + padding-top: 75%; +} + +.image.is-3by2 { + padding-top: 66.6666%; +} + +.image.is-16by9 { + padding-top: 56.25%; +} + +.image.is-2by1 { + padding-top: 50%; +} + +.image.is-16x16 { + height: 16px; + width: 16px; +} + +.image.is-24x24 { + height: 24px; + width: 24px; +} + +.image.is-32x32 { + height: 32px; + width: 32px; +} + +.image.is-48x48 { + height: 48px; + width: 48px; +} + +.image.is-64x64 { + height: 64px; + width: 64px; +} + +.image.is-96x96 { + height: 96px; + width: 96px; +} + +.image.is-128x128 { + height: 128px; + width: 128px; +} + +.notification { + background-color: #f5f7fa; + border-radius: 3px; + padding: 16px 20px; + position: relative; +} + +.notification:after { + clear: both; + content: " "; + display: table; +} + +.notification .delete, .notification .modal-close { + border-radius: 0 3px; + float: right; + margin: -16px -20px 0 20px; +} + +.notification .subtitle, +.notification .title { + color: inherit; +} + +.notification.is-white { + background-color: #fff; + color: #111; +} + +.notification.is-black { + background-color: #111; + color: #fff; +} + +.notification.is-light { + background-color: #f5f7fa; + color: #69707a; +} + +.notification.is-dark { + background-color: #69707a; + color: #f5f7fa; +} + +.notification.is-primary { + background-color: #24ffde; + color: white; +} + +.notification.is-info { + background-color: #2478ff; + color: white; +} + +.notification.is-success { + background-color: #24ff70; + color: white; +} + +.notification.is-warning { + background-color: #ffd324; + color: white; +} + +.notification.is-danger { + background-color: #ff2450; + color: white; +} + +.progress { + -moz-appearance: none; + -webkit-appearance: none; + border: none; + border-radius: 290486px; + display: block; + height: 12px; + overflow: hidden; + padding: 0; + width: 100%; +} + +.progress::-webkit-progress-bar { + background-color: #d3d6db; +} + +.progress::-webkit-progress-value { + background-color: #69707a; +} + +.progress::-moz-progress-bar { + background-color: #69707a; +} + +.progress.is-white::-webkit-progress-value { + background-color: #fff; +} + +.progress.is-white::-moz-progress-bar { + background-color: #fff; +} + +.progress.is-black::-webkit-progress-value { + background-color: #111; +} + +.progress.is-black::-moz-progress-bar { + background-color: #111; +} + +.progress.is-light::-webkit-progress-value { + background-color: #f5f7fa; +} + +.progress.is-light::-moz-progress-bar { + background-color: #f5f7fa; +} + +.progress.is-dark::-webkit-progress-value { + background-color: #69707a; +} + +.progress.is-dark::-moz-progress-bar { + background-color: #69707a; +} + +.progress.is-primary::-webkit-progress-value { + background-color: #24ffde; +} + +.progress.is-primary::-moz-progress-bar { + background-color: #24ffde; +} + +.progress.is-info::-webkit-progress-value { + background-color: #2478ff; +} + +.progress.is-info::-moz-progress-bar { + background-color: #2478ff; +} + +.progress.is-success::-webkit-progress-value { + background-color: #24ff70; +} + +.progress.is-success::-moz-progress-bar { + background-color: #24ff70; +} + +.progress.is-warning::-webkit-progress-value { + background-color: #ffd324; +} + +.progress.is-warning::-moz-progress-bar { + background-color: #ffd324; +} + +.progress.is-danger::-webkit-progress-value { + background-color: #ff2450; +} + +.progress.is-danger::-moz-progress-bar { + background-color: #ff2450; +} + +.progress.is-small { + height: 8px; +} + +.progress.is-medium { + height: 16px; +} + +.progress.is-large { + height: 20px; +} + +.table { + background-color: #fff; + color: #222324; + margin-bottom: 20px; + width: 100%; +} + +.table td, +.table th { + border: 1px solid #d3d6db; + border-width: 0 0 1px; + padding: 8px 10px; + vertical-align: top; +} + +.table td.is-icon, +.table th.is-icon { + padding: 5px; + text-align: center; + white-space: nowrap; + width: 1%; +} + +.table td.is-icon .fa, +.table th.is-icon .fa { + display: inline-block; + font-size: 21px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; +} + +.table td.is-icon.is-link, +.table th.is-icon.is-link { + padding: 0; +} + +.table td.is-icon.is-link > a, +.table th.is-icon.is-link > a { + padding: 5px; +} + +.table td.is-link, +.table th.is-link { + padding: 0; +} + +.table td.is-link > a, +.table th.is-link > a { + display: block; + padding: 8px 10px; +} + +.table td.is-link > a:hover, +.table th.is-link > a:hover { + background-color: #24ffde; + color: white; +} + +.table td.is-narrow, +.table th.is-narrow { + white-space: nowrap; + width: 1%; +} + +.table th { + color: #222324; + text-align: left; +} + +.table tr:hover { + background-color: #f5f7fa; + color: #222324; +} + +.table thead td, +.table thead th { + border-width: 0 0 2px; + color: #aeb1b5; +} + +.table tbody tr:last-child td, +.table tbody tr:last-child th { + border-bottom-width: 0; +} + +.table tfoot td, +.table tfoot th { + border-width: 2px 0 0; + color: #aeb1b5; +} + +.table.is-bordered td, +.table.is-bordered th { + border-width: 1px; +} + +.table.is-bordered tr:last-child td, +.table.is-bordered tr:last-child th { + border-bottom-width: 1px; +} + +.table.is-narrow td, +.table.is-narrow th { + padding: 5px 10px; +} + +.table.is-narrow td.is-icon, +.table.is-narrow th.is-icon { + padding: 2px; +} + +.table.is-narrow td.is-icon.is-link, +.table.is-narrow th.is-icon.is-link { + padding: 0; +} + +.table.is-narrow td.is-icon.is-link > a, +.table.is-narrow th.is-icon.is-link > a { + padding: 2px; +} + +.table.is-narrow td.is-link, +.table.is-narrow th.is-link { + padding: 0; +} + +.table.is-narrow td.is-link > a, +.table.is-narrow th.is-link > a { + padding: 5px 10px; +} + +.table.is-striped tbody tr:hover { + background-color: #eef2f7; +} + +.table.is-striped tbody tr:nth-child(2n) { + background-color: #f5f7fa; +} + +.table.is-striped tbody tr:nth-child(2n):hover { + background-color: #eef2f7; +} + +.title, +.subtitle { + font-weight: 300; + word-break: break-word; +} + +.title em, +.title span, +.subtitle em, +.subtitle span { + font-weight: 300; +} + +.title a:hover, +.subtitle a:hover { + border-bottom: 1px solid; +} + +.title strong, +.subtitle strong { + font-weight: 500; +} + +.title .tag, +.subtitle .tag { + vertical-align: bottom; +} + +.title { + color: #222324; + font-size: 28px; + line-height: 1; +} + +.title code { + display: inline-block; + font-size: 28px; +} + +.title strong { + color: inherit; +} + +.title + .highlight { + margin-top: -10px; +} + +.title + .subtitle { + margin-top: -10px; +} + +.title.is-1 { + font-size: 48px; +} + +.title.is-1 code { + font-size: 40px; +} + +.title.is-2 { + font-size: 40px; +} + +.title.is-2 code { + font-size: 28px; +} + +.title.is-3 { + font-size: 28px; +} + +.title.is-3 code { + font-size: 24px; +} + +.title.is-4 { + font-size: 24px; +} + +.title.is-4 code { + font-size: 18px; +} + +.title.is-5 { + font-size: 18px; +} + +.title.is-5 code { + font-size: 14px; +} + +.title.is-6 { + font-size: 14px; +} + +.title.is-6 code { + font-size: 14px; +} + +.title.is-normal { + font-weight: 400; +} + +.title.is-normal strong { + font-weight: 700; +} + +@media screen and (min-width: 769px) { + .title + .subtitle { + margin-top: -15px; + } +} + +.subtitle { + color: #69707a; + font-size: 18px; + line-height: 1.125; +} + +.subtitle code { + border-radius: 3px; + display: inline-block; + font-size: 14px; + padding: 2px 3px; + vertical-align: top; +} + +.subtitle strong { + color: #222324; +} + +.subtitle + .title { + margin-top: -20px; +} + +.subtitle.is-1 { + font-size: 48px; +} + +.subtitle.is-1 code { + font-size: 40px; +} + +.subtitle.is-2 { + font-size: 40px; +} + +.subtitle.is-2 code { + font-size: 28px; +} + +.subtitle.is-3 { + font-size: 28px; +} + +.subtitle.is-3 code { + font-size: 24px; +} + +.subtitle.is-4 { + font-size: 24px; +} + +.subtitle.is-4 code { + font-size: 18px; +} + +.subtitle.is-5 { + font-size: 18px; +} + +.subtitle.is-5 code { + font-size: 14px; +} + +.subtitle.is-6 { + font-size: 14px; +} + +.subtitle.is-6 code { + font-size: 14px; +} + +.subtitle.is-normal { + font-weight: 400; +} + +.subtitle.is-normal strong { + font-weight: 700; +} + +.delete, .modal-close { + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(17, 17, 17, 0.2); + border: none; + border-radius: 290486px; + cursor: pointer; + display: inline-block; + height: 24px; + position: relative; + vertical-align: top; + width: 24px; +} + +.delete:before, .modal-close:before, .delete:after, .modal-close:after { + background-color: #fff; + content: ""; + display: block; + height: 2px; + left: 50%; + margin-left: -25%; + margin-top: -1px; + position: absolute; + top: 50%; + width: 50%; +} + +.delete:before, .modal-close:before { + transform: rotate(45deg); +} + +.delete:after, .modal-close:after { + transform: rotate(-45deg); +} + +.delete:hover, .modal-close:hover { + background-color: rgba(17, 17, 17, 0.5); +} + +.delete.is-small, .tag:not(.is-large) .delete, .tag:not(.is-large) .modal-close, .is-small.modal-close { + height: 16px; + width: 16px; +} + +.delete.is-medium, .is-medium.modal-close { + height: 32px; + width: 32px; +} + +.delete.is-large, .is-large.modal-close { + height: 40px; + width: 40px; +} + +.icon { + display: inline-block; + font-size: 21px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; +} + +.icon .fa { + font-size: inherit; + line-height: inherit; +} + +.icon.is-small { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; +} + +.icon.is-medium { + display: inline-block; + font-size: 28px; + height: 32px; + line-height: 32px; + text-align: center; + vertical-align: top; + width: 32px; +} + +.icon.is-large { + display: inline-block; + font-size: 42px; + height: 48px; + line-height: 48px; + text-align: center; + vertical-align: top; + width: 48px; +} + +.hamburger, .nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; +} + +.hamburger span, .nav-toggle span { + background-color: #69707a; + display: block; + height: 1px; + left: 50%; + margin-left: -7px; + position: absolute; + top: 50%; + transition: none 86ms ease-out; + transition-property: background, left, opacity, transform; + width: 15px; +} + +.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { + margin-top: -6px; +} + +.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { + margin-top: -1px; +} + +.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { + margin-top: 4px; +} + +.hamburger:hover, .nav-toggle:hover { + background-color: #f5f7fa; +} + +.hamburger.is-active span, .is-active.nav-toggle span { + background-color: #24ffde; +} + +.hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { + margin-left: -5px; + transform: rotate(45deg); + transform-origin: left top; +} + +.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { + opacity: 0; +} + +.hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { + margin-left: -5px; + transform: rotate(-45deg); + transform-origin: left bottom; +} + +.heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} + +.highlight { + font-size: 12px; + font-weight: normal; + max-width: 100%; + overflow: hidden; + padding: 0; +} + +.highlight pre { + overflow: auto; + max-width: 100%; +} + +.loader, .button.is-loading:after, .control.is-loading:after { + animation: spin-around 500ms infinite linear; + border: 2px solid #d3d6db; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; +} + +.number { + background-color: #f5f7fa; + border-radius: 290486px; + display: inline-block; + font-size: 18px; + vertical-align: top; +} + +.tag { + align-items: center; + background-color: #f5f7fa; + border-radius: 290486px; + color: #69707a; + display: inline-flex; + font-size: 12px; + height: 24px; + justify-content: center; + line-height: 16px; + padding-left: 10px; + padding-right: 10px; + vertical-align: top; + white-space: nowrap; +} + +.tag .delete, .tag .modal-close { + margin-left: 4px; + margin-right: -6px; +} + +.tag.is-white { + background-color: #fff; + color: #111; +} + +.tag.is-black { + background-color: #111; + color: #fff; +} + +.tag.is-light { + background-color: #f5f7fa; + color: #69707a; +} + +.tag.is-dark { + background-color: #69707a; + color: #f5f7fa; +} + +.tag.is-primary { + background-color: #24ffde; + color: white; +} + +.tag.is-info { + background-color: #2478ff; + color: white; +} + +.tag.is-success { + background-color: #24ff70; + color: white; +} + +.tag.is-warning { + background-color: #ffd324; + color: white; +} + +.tag.is-danger { + background-color: #ff2450; + color: white; +} + +.tag.is-small { + font-size: 11px; + height: 20px; + padding-left: 8px; + padding-right: 8px; +} + +.tag.is-medium { + font-size: 14px; + height: 32px; + padding-left: 14px; + padding-right: 14px; +} + +.tag.is-large { + font-size: 18px; + height: 40px; + line-height: 24px; + padding-left: 18px; + padding-right: 18px; +} + +.tag.is-large .delete, .tag.is-large .modal-close { + margin-left: 4px; + margin-right: -8px; +} + +.unselectable, .is-unselectable, .button, .delete, .modal-close, .tabs { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.card-header { + align-items: stretch; + box-shadow: 0 1px 2px rgba(17, 17, 17, 0.1); + display: flex; + min-height: 40px; +} + +.card-header-title { + align-items: flex-start; + color: #222324; + display: flex; + flex-grow: 1; + font-weight: bold; + padding: 10px; +} + +.card-header-icon { + align-items: center; + cursor: pointer; + display: flex; + justify-content: center; + width: 40px; +} + +.card-image { + display: block; + position: relative; +} + +.card-content { + padding: 20px; +} + +.card-content .title + .subtitle { + margin-top: -20px; +} + +.card-footer { + border-top: 1px solid #d3d6db; + align-items: stretch; + display: flex; +} + +.card-footer-item { + align-items: center; + display: flex; + flex-grow: 1; + justify-content: center; + padding: 10px; +} + +.card-footer-item:not(:last-child) { + border-right: 1px solid #d3d6db; +} + +.card { + background-color: #fff; + box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); + color: #69707a; + max-width: 100%; + position: relative; + width: 300px; +} + +.card .media:not(:last-child) { + margin-bottom: 10px; +} + +.card.is-fullwidth { + width: 100%; +} + +.card.is-rounded { + border-radius: 5px; +} + +.column { + flex-basis: 0; + flex-grow: 1; + flex-shrink: 1; + padding: 10px; +} + +.columns.is-mobile > .column.is-narrow { + flex: none; +} + +.columns.is-mobile > .column.is-full { + flex: none; + width: 100%; +} + +.columns.is-mobile > .column.is-three-quarters { + flex: none; + width: 75%; +} + +.columns.is-mobile > .column.is-two-thirds { + flex: none; + width: 66.6666%; +} + +.columns.is-mobile > .column.is-half { + flex: none; + width: 50%; +} + +.columns.is-mobile > .column.is-one-third { + flex: none; + width: 33.3333%; +} + +.columns.is-mobile > .column.is-one-quarter { + flex: none; + width: 25%; +} + +.columns.is-mobile > .column.is-offset-three-quarters { + margin-left: 75%; +} + +.columns.is-mobile > .column.is-offset-two-thirds { + margin-left: 66.6666%; +} + +.columns.is-mobile > .column.is-offset-half { + margin-left: 50%; +} + +.columns.is-mobile > .column.is-offset-one-third { + margin-left: 33.3333%; +} + +.columns.is-mobile > .column.is-offset-one-quarter { + margin-left: 25%; +} + +.columns.is-mobile > .column.is-1 { + flex: none; + width: 8.33333%; +} + +.columns.is-mobile > .column.is-offset-1 { + margin-left: 8.33333%; +} + +.columns.is-mobile > .column.is-2 { + flex: none; + width: 16.66667%; +} + +.columns.is-mobile > .column.is-offset-2 { + margin-left: 16.66667%; +} + +.columns.is-mobile > .column.is-3 { + flex: none; + width: 25%; +} + +.columns.is-mobile > .column.is-offset-3 { + margin-left: 25%; +} + +.columns.is-mobile > .column.is-4 { + flex: none; + width: 33.33333%; +} + +.columns.is-mobile > .column.is-offset-4 { + margin-left: 33.33333%; +} + +.columns.is-mobile > .column.is-5 { + flex: none; + width: 41.66667%; +} + +.columns.is-mobile > .column.is-offset-5 { + margin-left: 41.66667%; +} + +.columns.is-mobile > .column.is-6 { + flex: none; + width: 50%; +} + +.columns.is-mobile > .column.is-offset-6 { + margin-left: 50%; +} + +.columns.is-mobile > .column.is-7 { + flex: none; + width: 58.33333%; +} + +.columns.is-mobile > .column.is-offset-7 { + margin-left: 58.33333%; +} + +.columns.is-mobile > .column.is-8 { + flex: none; + width: 66.66667%; +} + +.columns.is-mobile > .column.is-offset-8 { + margin-left: 66.66667%; +} + +.columns.is-mobile > .column.is-9 { + flex: none; + width: 75%; +} + +.columns.is-mobile > .column.is-offset-9 { + margin-left: 75%; +} + +.columns.is-mobile > .column.is-10 { + flex: none; + width: 83.33333%; +} + +.columns.is-mobile > .column.is-offset-10 { + margin-left: 83.33333%; +} + +.columns.is-mobile > .column.is-11 { + flex: none; + width: 91.66667%; +} + +.columns.is-mobile > .column.is-offset-11 { + margin-left: 91.66667%; +} + +.columns.is-mobile > .column.is-12 { + flex: none; + width: 100%; +} + +.columns.is-mobile > .column.is-offset-12 { + margin-left: 100%; +} + +@media screen and (max-width: 768px) { + .column.is-narrow-mobile { + flex: none; + } + .column.is-full-mobile { + flex: none; + width: 100%; + } + .column.is-three-quarters-mobile { + flex: none; + width: 75%; + } + .column.is-two-thirds-mobile { + flex: none; + width: 66.6666%; + } + .column.is-half-mobile { + flex: none; + width: 50%; + } + .column.is-one-third-mobile { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-mobile { + flex: none; + width: 25%; + } + .column.is-offset-three-quarters-mobile { + margin-left: 75%; + } + .column.is-offset-two-thirds-mobile { + margin-left: 66.6666%; + } + .column.is-offset-half-mobile { + margin-left: 50%; + } + .column.is-offset-one-third-mobile { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-mobile { + margin-left: 25%; + } + .column.is-1-mobile { + flex: none; + width: 8.33333%; + } + .column.is-offset-1-mobile { + margin-left: 8.33333%; + } + .column.is-2-mobile { + flex: none; + width: 16.66667%; + } + .column.is-offset-2-mobile { + margin-left: 16.66667%; + } + .column.is-3-mobile { + flex: none; + width: 25%; + } + .column.is-offset-3-mobile { + margin-left: 25%; + } + .column.is-4-mobile { + flex: none; + width: 33.33333%; + } + .column.is-offset-4-mobile { + margin-left: 33.33333%; + } + .column.is-5-mobile { + flex: none; + width: 41.66667%; + } + .column.is-offset-5-mobile { + margin-left: 41.66667%; + } + .column.is-6-mobile { + flex: none; + width: 50%; + } + .column.is-offset-6-mobile { + margin-left: 50%; + } + .column.is-7-mobile { + flex: none; + width: 58.33333%; + } + .column.is-offset-7-mobile { + margin-left: 58.33333%; + } + .column.is-8-mobile { + flex: none; + width: 66.66667%; + } + .column.is-offset-8-mobile { + margin-left: 66.66667%; + } + .column.is-9-mobile { + flex: none; + width: 75%; + } + .column.is-offset-9-mobile { + margin-left: 75%; + } + .column.is-10-mobile { + flex: none; + width: 83.33333%; + } + .column.is-offset-10-mobile { + margin-left: 83.33333%; + } + .column.is-11-mobile { + flex: none; + width: 91.66667%; + } + .column.is-offset-11-mobile { + margin-left: 91.66667%; + } + .column.is-12-mobile { + flex: none; + width: 100%; + } + .column.is-offset-12-mobile { + margin-left: 100%; + } +} + +@media screen and (min-width: 769px) { + .column.is-narrow, .column.is-narrow-tablet { + flex: none; + } + .column.is-full, .column.is-full-tablet { + flex: none; + width: 100%; + } + .column.is-three-quarters, .column.is-three-quarters-tablet { + flex: none; + width: 75%; + } + .column.is-two-thirds, .column.is-two-thirds-tablet { + flex: none; + width: 66.6666%; + } + .column.is-half, .column.is-half-tablet { + flex: none; + width: 50%; + } + .column.is-one-third, .column.is-one-third-tablet { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter, .column.is-one-quarter-tablet { + flex: none; + width: 25%; + } + .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet { + margin-left: 75%; + } + .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet { + margin-left: 66.6666%; + } + .column.is-offset-half, .column.is-offset-half-tablet { + margin-left: 50%; + } + .column.is-offset-one-third, .column.is-offset-one-third-tablet { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet { + margin-left: 25%; + } + .column.is-1, .column.is-1-tablet { + 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; + 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; + width: 25%; + } + .column.is-offset-3, .column.is-offset-3-tablet { + margin-left: 25%; + } + .column.is-4, .column.is-4-tablet { + 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; + 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; + width: 50%; + } + .column.is-offset-6, .column.is-offset-6-tablet { + margin-left: 50%; + } + .column.is-7, .column.is-7-tablet { + 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; + 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; + width: 75%; + } + .column.is-offset-9, .column.is-offset-9-tablet { + margin-left: 75%; + } + .column.is-10, .column.is-10-tablet { + 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; + 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; + width: 100%; + } + .column.is-offset-12, .column.is-offset-12-tablet { + margin-left: 100%; + } +} + +@media screen and (min-width: 980px) { + .column.is-narrow-desktop { + flex: none; + } + .column.is-full-desktop { + flex: none; + width: 100%; + } + .column.is-three-quarters-desktop { + flex: none; + width: 75%; + } + .column.is-two-thirds-desktop { + flex: none; + width: 66.6666%; + } + .column.is-half-desktop { + flex: none; + width: 50%; + } + .column.is-one-third-desktop { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-desktop { + flex: none; + width: 25%; + } + .column.is-offset-three-quarters-desktop { + margin-left: 75%; + } + .column.is-offset-two-thirds-desktop { + margin-left: 66.6666%; + } + .column.is-offset-half-desktop { + margin-left: 50%; + } + .column.is-offset-one-third-desktop { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-desktop { + margin-left: 25%; + } + .column.is-1-desktop { + flex: none; + width: 8.33333%; + } + .column.is-offset-1-desktop { + margin-left: 8.33333%; + } + .column.is-2-desktop { + flex: none; + width: 16.66667%; + } + .column.is-offset-2-desktop { + margin-left: 16.66667%; + } + .column.is-3-desktop { + flex: none; + width: 25%; + } + .column.is-offset-3-desktop { + margin-left: 25%; + } + .column.is-4-desktop { + flex: none; + width: 33.33333%; + } + .column.is-offset-4-desktop { + margin-left: 33.33333%; + } + .column.is-5-desktop { + flex: none; + width: 41.66667%; + } + .column.is-offset-5-desktop { + margin-left: 41.66667%; + } + .column.is-6-desktop { + flex: none; + width: 50%; + } + .column.is-offset-6-desktop { + margin-left: 50%; + } + .column.is-7-desktop { + flex: none; + width: 58.33333%; + } + .column.is-offset-7-desktop { + margin-left: 58.33333%; + } + .column.is-8-desktop { + flex: none; + width: 66.66667%; + } + .column.is-offset-8-desktop { + margin-left: 66.66667%; + } + .column.is-9-desktop { + flex: none; + width: 75%; + } + .column.is-offset-9-desktop { + margin-left: 75%; + } + .column.is-10-desktop { + flex: none; + width: 83.33333%; + } + .column.is-offset-10-desktop { + margin-left: 83.33333%; + } + .column.is-11-desktop { + flex: none; + width: 91.66667%; + } + .column.is-offset-11-desktop { + margin-left: 91.66667%; + } + .column.is-12-desktop { + flex: none; + width: 100%; + } + .column.is-offset-12-desktop { + margin-left: 100%; + } +} + +@media screen and (min-width: 1180px) { + .column.is-narrow-widescreen { + flex: none; + } + .column.is-full-widescreen { + flex: none; + width: 100%; + } + .column.is-three-quarters-widescreen { + flex: none; + width: 75%; + } + .column.is-two-thirds-widescreen { + flex: none; + width: 66.6666%; + } + .column.is-half-widescreen { + flex: none; + width: 50%; + } + .column.is-one-third-widescreen { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-widescreen { + flex: none; + width: 25%; + } + .column.is-offset-three-quarters-widescreen { + margin-left: 75%; + } + .column.is-offset-two-thirds-widescreen { + margin-left: 66.6666%; + } + .column.is-offset-half-widescreen { + margin-left: 50%; + } + .column.is-offset-one-third-widescreen { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-widescreen { + margin-left: 25%; + } + .column.is-1-widescreen { + flex: none; + width: 8.33333%; + } + .column.is-offset-1-widescreen { + margin-left: 8.33333%; + } + .column.is-2-widescreen { + flex: none; + width: 16.66667%; + } + .column.is-offset-2-widescreen { + margin-left: 16.66667%; + } + .column.is-3-widescreen { + flex: none; + width: 25%; + } + .column.is-offset-3-widescreen { + margin-left: 25%; + } + .column.is-4-widescreen { + flex: none; + width: 33.33333%; + } + .column.is-offset-4-widescreen { + margin-left: 33.33333%; + } + .column.is-5-widescreen { + flex: none; + width: 41.66667%; + } + .column.is-offset-5-widescreen { + margin-left: 41.66667%; + } + .column.is-6-widescreen { + flex: none; + width: 50%; + } + .column.is-offset-6-widescreen { + margin-left: 50%; + } + .column.is-7-widescreen { + flex: none; + width: 58.33333%; + } + .column.is-offset-7-widescreen { + margin-left: 58.33333%; + } + .column.is-8-widescreen { + flex: none; + width: 66.66667%; + } + .column.is-offset-8-widescreen { + margin-left: 66.66667%; + } + .column.is-9-widescreen { + flex: none; + width: 75%; + } + .column.is-offset-9-widescreen { + margin-left: 75%; + } + .column.is-10-widescreen { + flex: none; + width: 83.33333%; + } + .column.is-offset-10-widescreen { + margin-left: 83.33333%; + } + .column.is-11-widescreen { + flex: none; + width: 91.66667%; + } + .column.is-offset-11-widescreen { + margin-left: 91.66667%; + } + .column.is-12-widescreen { + flex: none; + width: 100%; + } + .column.is-offset-12-widescreen { + margin-left: 100%; + } +} + +.columns { + margin-left: -10px; + margin-right: -10px; + margin-top: -10px; +} + +.columns:last-child { + margin-bottom: -10px; +} + +.columns:not(:last-child) { + margin-bottom: 10px; +} + +.columns.is-centered { + justify-content: center; +} + +.columns.is-gapless { + margin-left: 0; + margin-right: 0; + margin-top: 0; +} + +.columns.is-gapless:last-child { + margin-bottom: 0; +} + +.columns.is-gapless:not(:last-child) { + margin-bottom: 20px; +} + +.columns.is-gapless > .column { + margin: 0; + padding: 0; +} + +@media screen and (min-width: 769px) { + .columns.is-grid { + flex-wrap: wrap; + } + .columns.is-grid > .column { + max-width: 33.3333%; + padding: 10px; + width: 33.3333%; + } + .columns.is-grid > .column + .column { + margin-left: 0; + } +} + +.columns.is-mobile { + display: flex; +} + +.columns.is-multiline { + flex-wrap: wrap; +} + +.columns.is-vcentered { + align-items: center; +} + +@media screen and (min-width: 769px) { + .columns:not(.is-desktop) { + display: flex; + } +} + +@media screen and (min-width: 980px) { + .columns.is-desktop { + display: flex; + } +} + +.tile { + align-items: stretch; + flex-basis: auto; + flex-grow: 1; + flex-shrink: 1; + min-height: min-content; +} + +.tile.is-ancestor { + margin-left: -10px; + margin-right: -10px; + margin-top: -10px; +} + +.tile.is-ancestor:last-child { + margin-bottom: -10px; +} + +.tile.is-ancestor:not(:last-child) { + margin-bottom: 10px; +} + +.tile.is-child { + margin: 0 !important; +} + +.tile.is-parent { + padding: 10px; +} + +.tile.is-vertical { + flex-direction: column; +} + +.tile.is-vertical > .tile.is-child:not(:last-child) { + margin-bottom: 20px !important; +} + +@media screen and (min-width: 769px) { + .tile:not(.is-child) { + display: flex; + } + .tile.is-1 { + flex: none; + width: 8.33333%; + } + .tile.is-2 { + flex: none; + width: 16.66667%; + } + .tile.is-3 { + flex: none; + width: 25%; + } + .tile.is-4 { + flex: none; + width: 33.33333%; + } + .tile.is-5 { + flex: none; + width: 41.66667%; + } + .tile.is-6 { + flex: none; + width: 50%; + } + .tile.is-7 { + flex: none; + width: 58.33333%; + } + .tile.is-8 { + flex: none; + width: 66.66667%; + } + .tile.is-9 { + flex: none; + width: 75%; + } + .tile.is-10 { + flex: none; + width: 83.33333%; + } + .tile.is-11 { + flex: none; + width: 91.66667%; + } + .tile.is-12 { + flex: none; + width: 100%; + } +} + +.highlight { + background-color: #fdf6e3; + color: #586e75; +} + +.highlight .c { + color: #93a1a1; +} + +.highlight .err, +.highlight .g { + color: #586e75; +} + +.highlight .k { + color: #859900; +} + +.highlight .l, +.highlight .n { + color: #586e75; +} + +.highlight .o { + color: #859900; +} + +.highlight .x { + color: #cb4b16; +} + +.highlight .p { + color: #586e75; +} + +.highlight .cm { + color: #93a1a1; +} + +.highlight .cp { + color: #859900; +} + +.highlight .c1 { + color: #93a1a1; +} + +.highlight .cs { + color: #859900; +} + +.highlight .gd { + color: #2aa198; +} + +.highlight .ge { + color: #586e75; + font-style: italic; +} + +.highlight .gr { + color: #dc322f; +} + +.highlight .gh { + color: #cb4b16; +} + +.highlight .gi { + color: #859900; +} + +.highlight .go, +.highlight .gp { + color: #586e75; +} + +.highlight .gs { + color: #586e75; + font-weight: bold; +} + +.highlight .gu { + color: #cb4b16; +} + +.highlight .gt { + color: #586e75; +} + +.highlight .kc { + color: #cb4b16; +} + +.highlight .kd { + color: #268bd2; +} + +.highlight .kn, +.highlight .kp { + color: #859900; +} + +.highlight .kr { + color: #268bd2; +} + +.highlight .kt { + color: #dc322f; +} + +.highlight .ld { + color: #586e75; +} + +.highlight .m, +.highlight .s { + color: #2aa198; +} + +.highlight .na { + color: #B58900; +} + +.highlight .nb { + color: #586e75; +} + +.highlight .nc { + color: #268bd2; +} + +.highlight .no { + color: #cb4b16; +} + +.highlight .nd { + color: #268bd2; +} + +.highlight .ni, +.highlight .ne { + color: #cb4b16; +} + +.highlight .nf { + color: #268bd2; +} + +.highlight .nl, +.highlight .nn, +.highlight .nx, +.highlight .py { + color: #586e75; +} + +.highlight .nt, +.highlight .nv { + color: #268bd2; +} + +.highlight .ow { + color: #859900; +} + +.highlight .w { + color: #586e75; +} + +.highlight .mf, +.highlight .mh, +.highlight .mi, +.highlight .mo { + color: #2aa198; +} + +.highlight .sb { + color: #93a1a1; +} + +.highlight .sc { + color: #2aa198; +} + +.highlight .sd { + color: #586e75; +} + +.highlight .s2 { + color: #2aa198; +} + +.highlight .se { + color: #cb4b16; +} + +.highlight .sh { + color: #586e75; +} + +.highlight .si, +.highlight .sx { + color: #2aa198; +} + +.highlight .sr { + color: #dc322f; +} + +.highlight .s1, +.highlight .ss { + color: #2aa198; +} + +.highlight .bp, +.highlight .vc, +.highlight .vg, +.highlight .vi { + color: #268bd2; +} + +.highlight .il { + color: #2aa198; +} + +.level-item .title, +.level-item .subtitle { + margin-bottom: 0; +} + +@media screen and (max-width: 768px) { + .level-item:not(:last-child) { + margin-bottom: 10px; + } +} + +.level-left .level-item:not(:last-child), +.level-right .level-item:not(:last-child) { + margin-right: 10px; +} + +.level-left .level-item.is-flexible, +.level-right .level-item.is-flexible { + flex-grow: 1; +} + +@media screen and (max-width: 768px) { + .level-left + .level-right { + margin-top: 20px; + } +} + +@media screen and (min-width: 769px) { + .level-left { + align-items: center; + display: flex; + } +} + +@media screen and (min-width: 769px) { + .level-right { + align-items: center; + display: flex; + justify-content: flex-end; + } +} + +.level { + align-items: center; + justify-content: space-between; +} + +.level code { + border-radius: 3px; +} + +.level img { + display: inline-block; + vertical-align: top; +} + +.level.is-mobile { + display: flex; +} + +.level.is-mobile > .level-item:not(:last-child) { + margin-bottom: 0; +} + +.level.is-mobile > .level-item:not(.is-narrow) { + flex-grow: 1; +} + +@media screen and (min-width: 769px) { + .level { + display: flex; + } + .level > .level-item:not(.is-narrow) { + flex-grow: 1; + } +} + +.media-number { + background-color: #f5f7fa; + border-radius: 290486px; + display: inline-block; + font-size: 18px; + height: 32px; + line-height: 24px; + min-width: 32px; + padding: 4px 8px; + text-align: center; + vertical-align: top; +} + +@media screen and (max-width: 768px) { + .media-number { + margin-bottom: 10px; + } +} + +@media screen and (min-width: 769px) { + .media-number { + margin-right: 10px; + } +} + +.media-left { + margin-right: 10px; +} + +.media-right { + margin-left: 10px; +} + +.media-content { + flex-grow: 1; + flex-shrink: 1; + text-align: left; +} + +.media { + align-items: flex-start; + display: flex; + text-align: left; +} + +.media .content:not(:last-child) { + margin-bottom: 10px; +} + +.media .media { + border-top: 1px solid rgba(211, 214, 219, 0.5); + display: flex; + padding-top: 10px; +} + +.media .media .content:not(:last-child), +.media .media .control:not(:last-child) { + margin-bottom: 5px; +} + +.media .media .media { + padding-top: 5px; +} + +.media .media .media + .media { + margin-top: 5px; +} + +.media + .media { + border-top: 1px solid rgba(211, 214, 219, 0.5); + margin-top: 10px; + padding-top: 10px; +} + +.media.is-large + .media { + margin-top: 20px; + padding-top: 20px; +} + +@media screen and (min-width: 769px) { + .media.is-large .media-number { + margin-right: 20px; + } +} + +.menu-nav a { + display: block; + padding: 5px 10px; +} + +.menu-list a { + border-radius: 2px; + color: #69707a; + display: block; + padding: 5px 10px; +} + +.menu-list a:hover { + background-color: #f5f7fa; + color: #24ffde; +} + +.menu-list a.is-active { + background-color: #24ffde; + color: white; +} + +.menu-list li ul { + border-left: 1px solid #d3d6db; + margin: 10px; + padding-left: 10px; +} + +.menu-label { + color: #aeb1b5; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} + +.menu-label:not(:first-child) { + margin-top: 20px; +} + +.message-body { + border: 1px solid #d3d6db; + border-radius: 3px; + padding: 12px 15px; +} + +.message-body strong { + color: inherit; +} + +.message-header { + background-color: #69707a; + border-radius: 3px 3px 0 0; + color: white; + padding: 7px 10px; +} + +.message-header strong { + color: inherit; +} + +.message-header + .message-body { + border-radius: 0 0 3px 3px; + border-top: none; +} + +.message { + background-color: #f5f7fa; + border-radius: 3px; +} + +.message.is-white { + background-color: white; +} + +.message.is-white .message-header { + background-color: #fff; + color: #111; +} + +.message.is-white .message-body { + border-color: #fff; + color: #666666; +} + +.message.is-black { + background-color: whitesmoke; +} + +.message.is-black .message-header { + background-color: #111; + color: #fff; +} + +.message.is-black .message-body { + border-color: #111; + color: gray; +} + +.message.is-light { + background-color: #f5f7fa; +} + +.message.is-light .message-header { + background-color: #f5f7fa; + color: #69707a; +} + +.message.is-light .message-body { + border-color: #f5f7fa; + color: #666666; +} + +.message.is-dark { + background-color: #f4f5f6; +} + +.message.is-dark .message-header { + background-color: #69707a; + color: #f5f7fa; +} + +.message.is-dark .message-body { + border-color: #69707a; + color: gray; +} + +.message.is-primary { + background-color: #ebfffc; +} + +.message.is-primary .message-header { + background-color: #24ffde; + color: white; +} + +.message.is-primary .message-body { + border-color: #24ffde; + color: gray; +} + +.message.is-info { + background-color: #ebf2ff; +} + +.message.is-info .message-header { + background-color: #2478ff; + color: white; +} + +.message.is-info .message-body { + border-color: #2478ff; + color: gray; +} + +.message.is-success { + background-color: #ebfff2; +} + +.message.is-success .message-header { + background-color: #24ff70; + color: white; +} + +.message.is-success .message-body { + border-color: #24ff70; + color: gray; +} + +.message.is-warning { + background-color: #fffbeb; +} + +.message.is-warning .message-header { + background-color: #ffd324; + color: white; +} + +.message.is-warning .message-body { + border-color: #ffd324; + color: gray; +} + +.message.is-danger { + background-color: #ffebef; +} + +.message.is-danger .message-header { + background-color: #ff2450; + color: white; +} + +.message.is-danger .message-body { + border-color: #ff2450; + color: gray; +} + +.modal-background { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + background-color: rgba(17, 17, 17, 0.86); +} + +.modal-content, .modal-card { + margin: 0 20px; + max-height: calc(100vh - 160px); + overflow: auto; + position: relative; + width: 100%; +} + +@media screen and (min-width: 769px) { + .modal-content, .modal-card { + margin: 0 auto; + max-height: calc(100vh - 40px); + width: 640px; + } +} + +.modal-close { + background: none; + height: 40px; + position: fixed; + right: 20px; + top: 20px; + width: 40px; +} + +.modal-card { + display: flex; + flex-direction: column; + max-height: calc(100vh - 40px); + overflow: hidden; +} + +.modal-card-head, +.modal-card-foot { + align-items: center; + background-color: #f5f7fa; + display: flex; + flex-shrink: 0; + justify-content: flex-start; + padding: 20px; + position: relative; +} + +.modal-card-head { + border-bottom: 1px solid #d3d6db; + border-top-left-radius: 5px; + border-top-right-radius: 5px; +} + +.modal-card-title { + color: #222324; + flex-grow: 1; + flex-shrink: 0; + font-size: 24px; + line-height: 1; +} + +.modal-card-foot { + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + border-top: 1px solid #d3d6db; +} + +.modal-card-foot .button:not(:last-child) { + margin-right: 10px; +} + +.modal-card-body { + background-color: #fff; + flex-grow: 1; + flex-shrink: 1; + overflow: auto; + padding: 20px; +} + +.modal { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + align-items: center; + display: none; + justify-content: center; + overflow: hidden; + position: fixed; + z-index: 1986; +} + +.modal.is-active { + display: flex; +} + +@media screen and (min-width: 769px) { + .nav-toggle { + display: none; + } +} + +.nav-item { + align-items: center; + display: flex; + justify-content: center; + padding: 10px; +} + +.nav-item a { + flex-grow: 1; + flex-shrink: 0; +} + +.nav-item img { + max-height: 24px; +} + +.nav-item .button + .button { + margin-left: 10px; +} + +.nav-item .tag:first-child { + margin-right: 5px; +} + +.nav-item .tag:last-child { + margin-left: 5px; +} + +@media screen and (max-width: 768px) { + .nav-item { + justify-content: flex-start; + } +} + +.nav-item a, +a.nav-item { + color: #69707a; +} + +.nav-item a:hover, +a.nav-item:hover { + color: #222324; +} + +.nav-item a.is-active, +a.nav-item.is-active { + color: #222324; +} + +.nav-item a.is-tab, +a.nav-item.is-tab { + border-bottom: 1px solid transparent; + border-top: 1px solid transparent; + padding-left: 12px; + padding-right: 12px; +} + +.nav-item a.is-tab:hover, +a.nav-item.is-tab:hover { + border-bottom: 1px solid #24ffde; + border-top: 1px solid transparent; +} + +.nav-item a.is-tab.is-active, +a.nav-item.is-tab.is-active { + border-bottom: 3px solid #24ffde; + border-top: 3px solid transparent; + color: #24ffde; +} + +@media screen and (max-width: 768px) { + .nav-menu { + background-color: #fff; + box-shadow: 0 4px 7px rgba(17, 17, 17, 0.1); + left: 0; + display: none; + right: 0; + top: 100%; + position: absolute; + } + .nav-menu .nav-item { + border-top: 1px solid rgba(211, 214, 219, 0.5); + padding: 10px; + } + .nav-menu.is-active { + display: block; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .nav-menu { + padding-right: 20px; + } +} + +.nav-left { + align-items: stretch; + display: flex; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-start; + overflow: hidden; + overflow-x: auto; + white-space: nowrap; +} + +.nav-center { + align-items: stretch; + display: flex; + justify-content: center; + margin-left: auto; + margin-right: auto; +} + +@media screen and (min-width: 769px) { + .nav-right { + align-items: stretch; + display: flex; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-end; + } +} + +.nav { + align-items: stretch; + background-color: #fff; + display: flex; + min-height: 50px; + position: relative; + text-align: center; + z-index: 2; +} + +.nav > .container { + align-items: stretch; + display: flex; + min-height: 50px; + width: 100%; +} + +.nav > .container > .nav-left > .nav-item:first-child:not(.is-tab) { + padding-left: 0; +} + +.nav > .container > .nav-right > .nav-item:last-child:not(.is-tab) { + padding-right: 0; +} + +.container > .nav > .nav-left > .nav-item:first-child:not(.is-tab) { + padding-left: 0; +} + +.container > .nav > .nav-right > .nav-item:last-child:not(.is-tab) { + padding-right: 0; +} + +.nav.has-shadow { + box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1); +} + +@media screen and (max-width: 979px) { + .nav > .container > .nav-left > .nav-item.is-brand:first-child, + .container > .nav > .nav-left > .nav-item.is-brand:first-child { + padding-left: 20px; + } +} + +.pagination { + align-items: center; + display: flex; + justify-content: center; + text-align: center; +} + +.pagination a { + display: block; + min-width: 32px; + padding: 3px 8px; +} + +.pagination span { + color: #aeb1b5; + display: block; + margin: 0 4px; +} + +.pagination li { + margin: 0 2px; +} + +.pagination ul { + align-items: center; + display: flex; + flex-grow: 1; + flex-shrink: 0; + justify-content: center; +} + +@media screen and (max-width: 768px) { + .pagination { + flex-wrap: wrap; + } + .pagination > a { + width: calc(50% - 5px); + } + .pagination > a:not(:first-child) { + margin-left: 10px; + } + .pagination li { + flex-grow: 1; + flex-shrink: 0; + } + .pagination ul { + margin-top: 10px; + } +} + +@media screen and (min-width: 769px) { + .pagination > a:not(:first-child) { + order: 1; + } +} + +.panel-icon { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; + color: #aeb1b5; + float: left; + margin: 0 4px 0 -2px; +} + +.panel-icon .fa { + font-size: inherit; + line-height: inherit; +} + +.panel-heading { + background-color: #f5f7fa; + border-bottom: 1px solid #d3d6db; + border-radius: 4px 4px 0 0; + color: #222324; + font-size: 18px; + font-weight: 300; + padding: 10px; +} + +.panel-list a { + color: #69707a; +} + +.panel-list a:hover { + color: #24ffde; +} + +.panel-tabs { + display: flex; + font-size: 11px; + padding: 5px 10px 0; + justify-content: center; +} + +.panel-tabs a { + border-bottom: 1px solid #d3d6db; + margin-bottom: -1px; + padding: 5px; +} + +.panel-tabs a.is-active { + border-bottom-color: #222324; + color: #222324; +} + +.panel-tabs:not(:last-child) { + border-bottom: 1px solid #d3d6db; +} + +.panel-block { + color: #222324; + display: block; + line-height: 16px; + padding: 10px; +} + +.panel-block:not(:last-child) { + border-bottom: 1px solid #d3d6db; +} + +a.panel-block:hover { + background-color: #f5f7fa; +} + +.panel { + border: 1px solid #d3d6db; + border-radius: 5px; +} + +.panel:not(:last-child) { + margin-bottom: 20px; +} + +.tabs { + align-items: stretch; + display: flex; + justify-content: space-between; + line-height: 24px; + overflow: hidden; + overflow-x: auto; + white-space: nowrap; +} + +.tabs a { + align-items: center; + border-bottom: 1px solid #d3d6db; + color: #69707a; + display: flex; + justify-content: center; + margin-bottom: -1px; + padding: 6px 12px; + vertical-align: top; +} + +.tabs a:hover { + border-bottom-color: #222324; + color: #222324; +} + +.tabs li { + display: block; +} + +.tabs li.is-active a { + border-bottom-color: #24ffde; + color: #24ffde; +} + +.tabs ul { + align-items: center; + border-bottom: 1px solid #d3d6db; + display: flex; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-start; +} + +.tabs ul.is-left { + padding-right: 10px; +} + +.tabs ul.is-center { + flex: none; + justify-content: center; + padding-left: 10px; + padding-right: 10px; +} + +.tabs ul.is-right { + justify-content: flex-end; + padding-left: 10px; +} + +.tabs .icon:first-child { + margin-right: 8px; +} + +.tabs .icon:last-child { + margin-left: 8px; +} + +.tabs.is-centered ul { + justify-content: center; +} + +.tabs.is-right ul { + justify-content: flex-end; +} + +.tabs.is-boxed a { + border: 1px solid transparent; + border-radius: 3px 3px 0 0; + padding-bottom: 5px; + padding-top: 5px; +} + +.tabs.is-boxed a:hover { + background-color: #f5f7fa; + border-bottom-color: #d3d6db; +} + +.tabs.is-boxed li.is-active a { + background-color: #fff; + border-color: #d3d6db; + border-bottom-color: transparent !important; +} + +.tabs.is-fullwidth li { + flex-grow: 1; + flex-shrink: 0; +} + +.tabs.is-toggle a { + border: 1px solid #d3d6db; + margin-bottom: 0; + padding-bottom: 5px; + padding-top: 5px; + position: relative; +} + +.tabs.is-toggle a:hover { + background-color: #f5f7fa; + border-color: #aeb1b5; + z-index: 2; +} + +.tabs.is-toggle li + li { + margin-left: -1px; +} + +.tabs.is-toggle li:first-child a { + border-radius: 3px 0 0 3px; +} + +.tabs.is-toggle li:last-child a { + border-radius: 0 3px 3px 0; +} + +.tabs.is-toggle li.is-active a { + background-color: #24ffde; + border-color: #24ffde; + color: white; + z-index: 1; +} + +.tabs.is-toggle ul { + border-bottom: none; +} + +.tabs.is-small { + font-size: 11px; +} + +.tabs.is-small a { + padding: 2px 8px; +} + +.tabs.is-small.is-boxed a, .tabs.is-small.is-toggle a { + padding-bottom: 1px; + padding-top: 1px; +} + +.tabs.is-medium { + font-size: 18px; +} + +.tabs.is-medium a { + padding: 10px 16px; +} + +.tabs.is-medium.is-boxed a, .tabs.is-medium.is-toggle a { + padding-bottom: 9px; + padding-top: 9px; +} + +.tabs.is-large { + font-size: 28px; +} + +.tabs.is-large a { + padding: 14px 20px; +} + +.tabs.is-large.is-boxed a, .tabs.is-large.is-toggle a { + padding-bottom: 13px; + padding-top: 13px; +} + +.hero-video { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + overflow: hidden; +} + +.hero-video video { + left: 50%; + min-height: 100%; + min-width: 100%; + position: absolute; + top: 50%; + transform: translate3d(-50%, -50%, 0); +} + +.hero-video.is-transparent { + opacity: 0.3; +} + +@media screen and (max-width: 768px) { + .hero-video { + display: none; + } +} + +.hero-buttons { + margin-top: 20px; +} + +@media screen and (max-width: 768px) { + .hero-buttons .button { + display: flex; + } + .hero-buttons .button:not(:last-child) { + margin-bottom: 10px; + } +} + +@media screen and (min-width: 769px) { + .hero-buttons { + display: flex; + justify-content: center; + } + .hero-buttons .button:not(:last-child) { + margin-right: 20px; + } +} + +.hero-head, +.hero-foot { + flex-shrink: 0; +} + +.hero-body { + flex-grow: 1; + flex-shrink: 0; + padding: 40px 20px; +} + +@media screen and (min-width: 1240px) { + .hero-body { + padding-left: 0; + padding-right: 0; + } +} + +.hero { + align-items: stretch; + background-color: #fff; + display: flex; + flex-direction: column; + justify-content: space-between; +} + +.hero .nav { + background: none; + box-shadow: 0 1px 0 rgba(211, 214, 219, 0.3); +} + +.hero .tabs ul { + border-bottom: none; +} + +.hero.is-white { + background-color: #fff; + color: #111; +} + +.hero.is-white .title { + color: #111; +} + +.hero.is-white .title a, +.hero.is-white .title strong { + color: inherit; +} + +.hero.is-white .subtitle { + color: rgba(17, 17, 17, 0.7); +} + +.hero.is-white .subtitle a, +.hero.is-white .subtitle strong { + color: #111; +} + +.hero.is-white .nav { + box-shadow: 0 1px 0 rgba(17, 17, 17, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-white .nav-menu { + background-color: #fff; + } +} + +.hero.is-white a.nav-item, +.hero.is-white .nav-item a:not(.button) { + color: rgba(17, 17, 17, 0.5); +} + +.hero.is-white a.nav-item:hover, .hero.is-white a.nav-item.is-active, +.hero.is-white .nav-item a:not(.button):hover, +.hero.is-white .nav-item a:not(.button).is-active { + color: #111; +} + +.hero.is-white .tabs a { + color: #111; + opacity: 0.5; +} + +.hero.is-white .tabs a:hover { + opacity: 1; +} + +.hero.is-white .tabs li.is-active a { + opacity: 1; +} + +.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a { + color: #111; +} + +.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover { + background-color: #111; + border-color: #111; + color: #fff; +} + +.hero.is-white.is-bold { + background-image: linear-gradient(141deg, #e6e6e6 0%, #fff 71%, white 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-white .nav-toggle span { + background-color: #111; + } + .hero.is-white .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-white .nav-toggle.is-active span { + background-color: #111; + } + .hero.is-white .nav-menu .nav-item { + border-top-color: rgba(17, 17, 17, 0.2); + } +} + +.hero.is-black { + background-color: #111; + color: #fff; +} + +.hero.is-black .title { + color: #fff; +} + +.hero.is-black .title a, +.hero.is-black .title strong { + color: inherit; +} + +.hero.is-black .subtitle { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-black .subtitle a, +.hero.is-black .subtitle strong { + color: #fff; +} + +.hero.is-black .nav { + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-black .nav-menu { + background-color: #111; + } +} + +.hero.is-black a.nav-item, +.hero.is-black .nav-item a:not(.button) { + color: rgba(255, 255, 255, 0.5); +} + +.hero.is-black a.nav-item:hover, .hero.is-black a.nav-item.is-active, +.hero.is-black .nav-item a:not(.button):hover, +.hero.is-black .nav-item a:not(.button).is-active { + color: #fff; +} + +.hero.is-black .tabs a { + color: #fff; + opacity: 0.5; +} + +.hero.is-black .tabs a:hover { + opacity: 1; +} + +.hero.is-black .tabs li.is-active a { + opacity: 1; +} + +.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a { + color: #fff; +} + +.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover { + background-color: #fff; + border-color: #fff; + color: #111; +} + +.hero.is-black.is-bold { + background-image: linear-gradient(141deg, black 0%, #111 71%, #1f1c1c 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-black .nav-toggle span { + background-color: #fff; + } + .hero.is-black .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-black .nav-toggle.is-active span { + background-color: #fff; + } + .hero.is-black .nav-menu .nav-item { + border-top-color: rgba(255, 255, 255, 0.2); + } +} + +.hero.is-light { + background-color: #f5f7fa; + color: #69707a; +} + +.hero.is-light .title { + color: #69707a; +} + +.hero.is-light .title a, +.hero.is-light .title strong { + color: inherit; +} + +.hero.is-light .subtitle { + color: rgba(105, 112, 122, 0.7); +} + +.hero.is-light .subtitle a, +.hero.is-light .subtitle strong { + color: #69707a; +} + +.hero.is-light .nav { + box-shadow: 0 1px 0 rgba(105, 112, 122, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-light .nav-menu { + background-color: #f5f7fa; + } +} + +.hero.is-light a.nav-item, +.hero.is-light .nav-item a:not(.button) { + color: rgba(105, 112, 122, 0.5); +} + +.hero.is-light a.nav-item:hover, .hero.is-light a.nav-item.is-active, +.hero.is-light .nav-item a:not(.button):hover, +.hero.is-light .nav-item a:not(.button).is-active { + color: #69707a; +} + +.hero.is-light .tabs a { + color: #69707a; + opacity: 0.5; +} + +.hero.is-light .tabs a:hover { + opacity: 1; +} + +.hero.is-light .tabs li.is-active a { + opacity: 1; +} + +.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a { + color: #69707a; +} + +.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover { + background-color: #69707a; + border-color: #69707a; + color: #f5f7fa; +} + +.hero.is-light.is-bold { + background-image: linear-gradient(141deg, #d0e0ec 0%, #f5f7fa 71%, white 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-light .nav-toggle span { + background-color: #69707a; + } + .hero.is-light .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-light .nav-toggle.is-active span { + background-color: #69707a; + } + .hero.is-light .nav-menu .nav-item { + border-top-color: rgba(105, 112, 122, 0.2); + } +} + +.hero.is-dark { + background-color: #69707a; + color: #f5f7fa; +} + +.hero.is-dark .title { + color: #f5f7fa; +} + +.hero.is-dark .title a, +.hero.is-dark .title strong { + color: inherit; +} + +.hero.is-dark .subtitle { + color: rgba(245, 247, 250, 0.7); +} + +.hero.is-dark .subtitle a, +.hero.is-dark .subtitle strong { + color: #f5f7fa; +} + +.hero.is-dark .nav { + box-shadow: 0 1px 0 rgba(245, 247, 250, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-dark .nav-menu { + background-color: #69707a; + } +} + +.hero.is-dark a.nav-item, +.hero.is-dark .nav-item a:not(.button) { + color: rgba(245, 247, 250, 0.5); +} + +.hero.is-dark a.nav-item:hover, .hero.is-dark a.nav-item.is-active, +.hero.is-dark .nav-item a:not(.button):hover, +.hero.is-dark .nav-item a:not(.button).is-active { + color: #f5f7fa; +} + +.hero.is-dark .tabs a { + color: #f5f7fa; + opacity: 0.5; +} + +.hero.is-dark .tabs a:hover { + opacity: 1; +} + +.hero.is-dark .tabs li.is-active a { + opacity: 1; +} + +.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a { + color: #f5f7fa; +} + +.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover { + background-color: #f5f7fa; + border-color: #f5f7fa; + color: #69707a; +} + +.hero.is-dark.is-bold { + background-image: linear-gradient(141deg, #495a67 0%, #69707a 71%, #6e768e 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-dark .nav-toggle span { + background-color: #f5f7fa; + } + .hero.is-dark .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-dark .nav-toggle.is-active span { + background-color: #f5f7fa; + } + .hero.is-dark .nav-menu .nav-item { + border-top-color: rgba(245, 247, 250, 0.2); + } +} + +.hero.is-primary { + background-color: #24ffde; + color: white; +} + +.hero.is-primary .title { + color: white; +} + +.hero.is-primary .title a, +.hero.is-primary .title strong { + color: inherit; +} + +.hero.is-primary .subtitle { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-primary .subtitle a, +.hero.is-primary .subtitle strong { + color: white; +} + +.hero.is-primary .nav { + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-primary .nav-menu { + background-color: #24ffde; + } +} + +.hero.is-primary a.nav-item, +.hero.is-primary .nav-item a:not(.button) { + color: rgba(255, 255, 255, 0.5); +} + +.hero.is-primary a.nav-item:hover, .hero.is-primary a.nav-item.is-active, +.hero.is-primary .nav-item a:not(.button):hover, +.hero.is-primary .nav-item a:not(.button).is-active { + color: white; +} + +.hero.is-primary .tabs a { + color: white; + opacity: 0.5; +} + +.hero.is-primary .tabs a:hover { + opacity: 1; +} + +.hero.is-primary .tabs li.is-active a { + opacity: 1; +} + +.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a { + color: white; +} + +.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.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: white; + border-color: white; + color: #24ffde; +} + +.hero.is-primary.is-bold { + background-image: linear-gradient(141deg, #00f0a4 0%, #24ffde 71%, #3efcff 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-primary .nav-toggle span { + background-color: white; + } + .hero.is-primary .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-primary .nav-toggle.is-active span { + background-color: white; + } + .hero.is-primary .nav-menu .nav-item { + border-top-color: rgba(255, 255, 255, 0.2); + } +} + +.hero.is-info { + background-color: #2478ff; + color: white; +} + +.hero.is-info .title { + color: white; +} + +.hero.is-info .title a, +.hero.is-info .title strong { + color: inherit; +} + +.hero.is-info .subtitle { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-info .subtitle a, +.hero.is-info .subtitle strong { + color: white; +} + +.hero.is-info .nav { + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-info .nav-menu { + background-color: #2478ff; + } +} + +.hero.is-info a.nav-item, +.hero.is-info .nav-item a:not(.button) { + color: rgba(255, 255, 255, 0.5); +} + +.hero.is-info a.nav-item:hover, .hero.is-info a.nav-item.is-active, +.hero.is-info .nav-item a:not(.button):hover, +.hero.is-info .nav-item a:not(.button).is-active { + color: white; +} + +.hero.is-info .tabs a { + color: white; + opacity: 0.5; +} + +.hero.is-info .tabs a:hover { + opacity: 1; +} + +.hero.is-info .tabs li.is-active a { + opacity: 1; +} + +.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a { + color: white; +} + +.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #2478ff; +} + +.hero.is-info.is-bold { + background-image: linear-gradient(141deg, #0084f0 0%, #2478ff 71%, #3e67ff 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-info .nav-toggle span { + background-color: white; + } + .hero.is-info .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-info .nav-toggle.is-active span { + background-color: white; + } + .hero.is-info .nav-menu .nav-item { + border-top-color: rgba(255, 255, 255, 0.2); + } +} + +.hero.is-success { + background-color: #24ff70; + color: white; +} + +.hero.is-success .title { + color: white; +} + +.hero.is-success .title a, +.hero.is-success .title strong { + color: inherit; +} + +.hero.is-success .subtitle { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-success .subtitle a, +.hero.is-success .subtitle strong { + color: white; +} + +.hero.is-success .nav { + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-success .nav-menu { + background-color: #24ff70; + } +} + +.hero.is-success a.nav-item, +.hero.is-success .nav-item a:not(.button) { + color: rgba(255, 255, 255, 0.5); +} + +.hero.is-success a.nav-item:hover, .hero.is-success a.nav-item.is-active, +.hero.is-success .nav-item a:not(.button):hover, +.hero.is-success .nav-item a:not(.button).is-active { + color: white; +} + +.hero.is-success .tabs a { + color: white; + opacity: 0.5; +} + +.hero.is-success .tabs a:hover { + opacity: 1; +} + +.hero.is-success .tabs li.is-active a { + opacity: 1; +} + +.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a { + color: white; +} + +.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.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: white; + border-color: white; + color: #24ff70; +} + +.hero.is-success.is-bold { + background-image: linear-gradient(141deg, #00f02b 0%, #24ff70 71%, #3effa1 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-success .nav-toggle span { + background-color: white; + } + .hero.is-success .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-success .nav-toggle.is-active span { + background-color: white; + } + .hero.is-success .nav-menu .nav-item { + border-top-color: rgba(255, 255, 255, 0.2); + } +} + +.hero.is-warning { + background-color: #ffd324; + color: white; +} + +.hero.is-warning .title { + color: white; +} + +.hero.is-warning .title a, +.hero.is-warning .title strong { + color: inherit; +} + +.hero.is-warning .subtitle { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-warning .subtitle a, +.hero.is-warning .subtitle strong { + color: white; +} + +.hero.is-warning .nav { + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-warning .nav-menu { + background-color: #ffd324; + } +} + +.hero.is-warning a.nav-item, +.hero.is-warning .nav-item a:not(.button) { + color: rgba(255, 255, 255, 0.5); +} + +.hero.is-warning a.nav-item:hover, .hero.is-warning a.nav-item.is-active, +.hero.is-warning .nav-item a:not(.button):hover, +.hero.is-warning .nav-item a:not(.button).is-active { + color: white; +} + +.hero.is-warning .tabs a { + color: white; + opacity: 0.5; +} + +.hero.is-warning .tabs a:hover { + opacity: 1; +} + +.hero.is-warning .tabs li.is-active a { + opacity: 1; +} + +.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a { + color: white; +} + +.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #ffd324; +} + +.hero.is-warning.is-bold { + background-image: linear-gradient(141deg, #f09800 0%, #ffd324 71%, #fff83e 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-warning .nav-toggle span { + background-color: white; + } + .hero.is-warning .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-warning .nav-toggle.is-active span { + background-color: white; + } + .hero.is-warning .nav-menu .nav-item { + border-top-color: rgba(255, 255, 255, 0.2); + } +} + +.hero.is-danger { + background-color: #ff2450; + color: white; +} + +.hero.is-danger .title { + color: white; +} + +.hero.is-danger .title a, +.hero.is-danger .title strong { + color: inherit; +} + +.hero.is-danger .subtitle { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-danger .subtitle a, +.hero.is-danger .subtitle strong { + color: white; +} + +.hero.is-danger .nav { + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-danger .nav-menu { + background-color: #ff2450; + } +} + +.hero.is-danger a.nav-item, +.hero.is-danger .nav-item a:not(.button) { + color: rgba(255, 255, 255, 0.5); +} + +.hero.is-danger a.nav-item:hover, .hero.is-danger a.nav-item.is-active, +.hero.is-danger .nav-item a:not(.button):hover, +.hero.is-danger .nav-item a:not(.button).is-active { + color: white; +} + +.hero.is-danger .tabs a { + color: white; + opacity: 0.5; +} + +.hero.is-danger .tabs a:hover { + opacity: 1; +} + +.hero.is-danger .tabs li.is-active a { + opacity: 1; +} + +.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a { + color: white; +} + +.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #ff2450; +} + +.hero.is-danger.is-bold { + background-image: linear-gradient(141deg, #f00058 0%, #ff2450 71%, #ff3e44 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-danger .nav-toggle span { + background-color: white; + } + .hero.is-danger .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-danger .nav-toggle.is-active span { + background-color: white; + } + .hero.is-danger .nav-menu .nav-item { + border-top-color: rgba(255, 255, 255, 0.2); + } +} + +@media screen and (min-width: 769px) { + .hero.is-medium .hero-body { + padding-bottom: 120px; + padding-top: 120px; + } +} + +@media screen and (min-width: 769px) { + .hero.is-large .hero-body { + padding-bottom: 240px; + padding-top: 240px; + } +} + +.hero.is-fullheight { + min-height: 100vh; +} + +.hero.is-fullheight .hero-body { + align-items: center; + display: flex; +} + +.hero.is-fullheight .hero-body > .container { + flex-grow: 1; + flex-shrink: 0; +} + +.section { + background-color: #fff; + padding: 40px 20px; +} + +@media screen and (min-width: 980px) { + .section.is-medium { + padding: 120px 20px; + } + .section.is-large { + padding: 240px 20px; + } +} + +.footer { + background-color: #f5f7fa; + padding: 40px 20px 80px; +} + +.footer a, .footer a:visited { + color: #69707a; +} + +.footer a:hover, .footer a:visited:hover { + color: #222324; +} + +.footer a:not(.icon), .footer a:visited:not(.icon) { + border-bottom: 1px solid #d3d6db; +} + +.footer a:not(.icon):hover, .footer a:visited:not(.icon):hover { + border-bottom-color: #24ffde; +} diff --git a/docs/css/utilities.css b/docs/css/utilities.css new file mode 100644 index 00000000..f2f909d6 --- /dev/null +++ b/docs/css/utilities.css @@ -0,0 +1,175 @@ +html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font-weight: normal; + vertical-align: baseline; + background: transparent; +} + +article, aside, figure, footer, header, nav, section, details, summary { + display: block; +} + +html { + box-sizing: border-box; +} + +*, +*:before, +*:after { + box-sizing: inherit; +} + +img, +object, +embed { + max-width: 100%; +} + +html { + overflow-y: scroll; +} + +ul { + list-style: none; +} + +blockquote, q { + quotes: none; +} + +blockquote:before, +blockquote:after, +q:before, +q:after { + content: ''; + content: none; +} + +a { + margin: 0; + padding: 0; + font-size: 100%; + vertical-align: baseline; + background: transparent; +} + +del { + text-decoration: line-through; +} + +abbr[title], dfn[title] { + border-bottom: 1px dotted #000; + cursor: help; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +th { + font-weight: bold; + vertical-align: bottom; +} + +td { + font-weight: normal; + vertical-align: top; +} + +hr { + display: block; + height: 1px; + border: 0; + border-top: 1px solid #ccc; + margin: 1em 0; + padding: 0; +} + +input, select { + vertical-align: middle; +} + +pre { + white-space: pre; + white-space: pre-wrap; + white-space: pre-line; + word-wrap: break-word; +} + +input[type="radio"] { + vertical-align: text-bottom; +} + +input[type="checkbox"] { + vertical-align: bottom; +} + +select, input, textarea { + font: 99% sans-serif; +} + +table { + font-size: inherit; + font: 100%; +} + +small { + font-size: 85%; +} + +strong { + font-weight: bold; +} + +td, td img { + vertical-align: top; +} + +sub, sup { + font-size: 75%; + line-height: 0; + position: relative; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +pre, code, kbd, samp { + font-family: monospace, sans-serif; +} + +label, +input[type=button], +input[type=submit], +input[type=file], +button { + cursor: pointer; +} + +button, input, select, textarea { + margin: 0; +} + +button, +input[type=button] { + width: auto; + overflow: visible; +} + +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} diff --git a/docs/css/variables.css b/docs/css/variables.css new file mode 100644 index 00000000..e69de29b diff --git a/package.json b/package.json index de90e659..79323148 100644 --- a/package.json +++ b/package.json @@ -30,10 +30,10 @@ "build": "npm run build-clean && npm run build-sass && npm run build-autoprefix", "build-autoprefix": "postcss --use autoprefixer --output css/bulma.css css/bulma.css", "build-clean": "rm -rf css", - "build-sass": "node-sass --output-style expanded --source-map true --output css/ bulma.sass --outFile css/bulma.css", + "build-sass": "node-sass --output-style expanded --source-map true bulma.sass css/bulma.css", "docs": "npm run docs-sass && npm run docs-autoprefix", "docs-autoprefix": "postcss --use autoprefixer --output docs/css/bulma-docs.css docs/css/bulma-docs.css", - "docs-sass": "node-sass --output-style expanded --output docs/css/ docs/bulma-docs.sass --outFile docs/css/bulma-docs.css", + "docs-sass": "node-sass --output-style expanded docs/bulma-docs.sass docs/css/bulma-docs.css", "pre-push": "npm run build && git add css && git commit --amend --no-edit", "start": "npm run build-sass -- --watch", "start-docs": "npm run docs-sass -- --watch" diff --git a/sass/utilities/variables.sass b/sass/utilities/variables.sass index 7513e8b3..acbcc4e8 100644 --- a/sass/utilities/variables.sass +++ b/sass/utilities/variables.sass @@ -10,13 +10,21 @@ $grey-light: #d3d6db !default $grey-lighter: #f5f7fa !default $white: #fff !default -$blue: #42afe3 !default -$green: #97cd76 !default -$orange: #f68b39 !default -$purple: #847bb9 !default -$red: #ed6c63 !default -$turquoise: #1fc8db !default -$yellow: #fce473 !default +// $blue: #42afe3 !default +// $green: #97cd76 !default +// $orange: #f68b39 !default +// $purple: #847bb9 !default +// $red: #ed6c63 !default +// $turquoise: #1fc8db !default +// $yellow: #fce473 !default + +$orange: hsl(14, 100%, 53%) !default +$yellow: hsl(48, 100%, 53%) !default +$green: hsl(141, 86%, 53%) !default +$turquoise: hsl(171, 86%, 48%) !default +$blue: hsl(217, 100%, 53%) !default +$purple: hsl(271, 100%, 71%) !default +$red: hsl(348, 100%, 53%) !default // Typography From 1e7f42259ed92ac64b38f04b3473a0b6bd37d14d Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sun, 18 Sep 2016 19:12:19 +0100 Subject: [PATCH 03/18] Update shades of grey --- css/bulma.css | 682 ++++++++++++------------- css/bulma.css.map | 2 +- docs/css/bulma-docs.css | 704 +++++++++++++------------- docs/documentation/elements/form.html | 12 +- sass/utilities/variables.sass | 26 +- 5 files changed, 709 insertions(+), 717 deletions(-) diff --git a/css/bulma.css b/css/bulma.css index 37fc7c4e..95ffdd7a 100644 --- a/css/bulma.css +++ b/css/bulma.css @@ -188,7 +188,7 @@ input[type=button] { } html { - background-color: #f5f7fa; + background-color: whitesmoke; font-size: 14px; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; @@ -213,19 +213,19 @@ button, input, select, textarea { - font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; } code, pre { -moz-osx-font-smoothing: auto; -webkit-font-smoothing: auto; - font-family: "Source Code Pro", "Monaco", "Inconsolata", monospace; + font-family: "Inconsolata", "Consolas", "Monaco", monospace; line-height: 1.25; } body { - color: #69707a; + color: #7a7a7a; font-size: 1rem; font-weight: 400; line-height: 1.428571428571429; @@ -240,11 +240,11 @@ a { } a:hover { - color: #222324; + color: #242424; } code { - background-color: #f5f7fa; + background-color: whitesmoke; color: #ff0f3f; font-size: 12px; font-weight: normal; @@ -252,7 +252,7 @@ code { } hr { - border-top-color: #d3d6db; + border-top-color: #dbdbdb; margin: 40px 0; } @@ -275,20 +275,20 @@ span { } strong { - color: #222324; + color: #242424; font-weight: 700; } pre { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #7a7a7a; white-space: pre; word-wrap: normal; } pre code { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #7a7a7a; display: block; overflow-x: auto; padding: 16px 20px; @@ -305,7 +305,7 @@ table th { } table th { - color: #222324; + color: #242424; } .block:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), @@ -699,19 +699,19 @@ table th { } .box { - background-color: #fff; + background-color: white; border-radius: 5px; - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); + box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1), 0 0 0 1px rgba(18, 18, 18, 0.1); display: block; padding: 20px; } a.box:hover, a.box:focus { - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px #11e4c4; + box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1), 0 0 0 1px #11e4c4; } a.box:active { - box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2), 0 0 0 1px #11e4c4; + box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.2), 0 0 0 1px #11e4c4; } .button { @@ -721,9 +721,9 @@ a.box:active { -ms-flex-align: center; align-items: center; background-color: white; - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; border-radius: 3px; - color: #222324; + color: #242424; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; @@ -747,7 +747,7 @@ a.box:active { } .button:hover { - border-color: #aeb1b5; + border-color: #b5b5b5; } .button:active, .button:focus, .button.is-active { @@ -756,26 +756,26 @@ a.box:active { } .button[disabled], .button.is-disabled { - background-color: #f5f7fa; - border-color: #d3d6db; + background-color: whitesmoke; + border-color: #dbdbdb; cursor: not-allowed; pointer-events: none; } .button[disabled]::-moz-placeholder, .button.is-disabled::-moz-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .button[disabled]::-webkit-input-placeholder, .button.is-disabled::-webkit-input-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .button[disabled]:-moz-placeholder, .button.is-disabled:-moz-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .button[disabled]:-ms-input-placeholder, .button.is-disabled:-ms-input-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .button strong { @@ -802,23 +802,23 @@ a.box:active { } .button:hover, .button:focus, .button.is-active { - color: #222324; + color: #242424; } .button:active { - box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2); + box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.2); } .button.is-white { - background-color: #fff; + background-color: white; border-color: transparent; - color: #111; + color: #121212; } .button.is-white:hover, .button.is-white:focus, .button.is-white.is-active { background-color: #e6e6e6; border-color: transparent; - color: #111; + color: #121212; } .button.is-white:active { @@ -826,40 +826,40 @@ a.box:active { } .button.is-white.is-inverted { - background-color: #111; - color: #fff; + background-color: #121212; + color: white; } .button.is-white.is-inverted:hover { - background-color: #040404; + background-color: #050505; } .button.is-white.is-loading:after { - border-color: transparent transparent #111 #111 !important; + border-color: transparent transparent #121212 #121212 !important; } .button.is-white.is-outlined { background-color: transparent; - border-color: #fff; - color: #fff; + border-color: white; + color: white; } .button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus { - background-color: #fff; - border-color: #fff; - color: #111; + background-color: white; + border-color: white; + color: #121212; } .button.is-black { - background-color: #111; + background-color: #121212; border-color: transparent; - color: #fff; + color: white; } .button.is-black:hover, .button.is-black:focus, .button.is-black.is-active { background-color: black; border-color: transparent; - color: #fff; + color: white; } .button.is-black:active { @@ -867,8 +867,8 @@ a.box:active { } .button.is-black.is-inverted { - background-color: #fff; - color: #111; + background-color: white; + color: #121212; } .button.is-black.is-inverted:hover { @@ -876,31 +876,31 @@ a.box:active { } .button.is-black.is-loading:after { - border-color: transparent transparent #fff #fff !important; + border-color: transparent transparent white white !important; } .button.is-black.is-outlined { background-color: transparent; - border-color: #111; - color: #111; + border-color: #121212; + color: #121212; } .button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus { - background-color: #111; - border-color: #111; - color: #fff; + background-color: #121212; + border-color: #121212; + color: white; } .button.is-light { - background-color: #f5f7fa; + background-color: whitesmoke; border-color: transparent; - color: #69707a; + color: #7a7a7a; } .button.is-light:hover, .button.is-light:focus, .button.is-light.is-active { - background-color: #d3dce9; + background-color: #dbdbdb; border-color: transparent; - color: #69707a; + color: #7a7a7a; } .button.is-light:active { @@ -908,40 +908,40 @@ a.box:active { } .button.is-light.is-inverted { - background-color: #69707a; - color: #f5f7fa; + background-color: #7a7a7a; + color: whitesmoke; } .button.is-light.is-inverted:hover { - background-color: #5d636c; + background-color: #6e6e6e; } .button.is-light.is-loading:after { - border-color: transparent transparent #69707a #69707a !important; + border-color: transparent transparent #7a7a7a #7a7a7a !important; } .button.is-light.is-outlined { background-color: transparent; - border-color: #f5f7fa; - color: #f5f7fa; + border-color: whitesmoke; + color: whitesmoke; } .button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus { - background-color: #f5f7fa; - border-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + border-color: whitesmoke; + color: #7a7a7a; } .button.is-dark { - background-color: #69707a; + background-color: #7a7a7a; border-color: transparent; - color: #f5f7fa; + color: whitesmoke; } .button.is-dark:hover, .button.is-dark:focus, .button.is-dark.is-active { - background-color: #51575f; + background-color: #616161; border-color: transparent; - color: #f5f7fa; + color: whitesmoke; } .button.is-dark:active { @@ -949,28 +949,28 @@ a.box:active { } .button.is-dark.is-inverted { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #7a7a7a; } .button.is-dark.is-inverted:hover { - background-color: #e4e9f2; + background-color: #e8e8e8; } .button.is-dark.is-loading:after { - border-color: transparent transparent #f5f7fa #f5f7fa !important; + border-color: transparent transparent whitesmoke whitesmoke !important; } .button.is-dark.is-outlined { background-color: transparent; - border-color: #69707a; - color: #69707a; + border-color: #7a7a7a; + color: #7a7a7a; } .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus { - background-color: #69707a; - border-color: #69707a; - color: #f5f7fa; + background-color: #7a7a7a; + border-color: #7a7a7a; + color: whitesmoke; } .button.is-primary { @@ -1181,13 +1181,13 @@ a.box:active { .button.is-link { background-color: transparent; border-color: transparent; - color: #69707a; + color: #7a7a7a; text-decoration: underline; } .button.is-link:hover, .button.is-link:focus { - background-color: #d3d6db; - color: #222324; + background-color: #dbdbdb; + color: #242424; } .button.is-small { @@ -1239,7 +1239,7 @@ a.box:active { } .content a:not(.button) { - border-bottom: 1px solid #d3d6db; + border-bottom: 1px solid #dbdbdb; } .content a:not(.button):visited { @@ -1267,7 +1267,7 @@ a.box:active { .content h4, .content h5, .content h6 { - color: #222324; + color: #242424; font-weight: 300; line-height: 1.125; margin-bottom: 20px; @@ -1280,8 +1280,8 @@ a.box:active { } .content blockquote { - background-color: #f5f7fa; - border-left: 5px solid #d3d6db; + background-color: whitesmoke; + border-left: 5px solid #dbdbdb; padding: 1.5em; } @@ -1355,9 +1355,9 @@ a.box:active { -ms-flex-align: center; align-items: center; background-color: white; - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; border-radius: 3px; - color: #222324; + color: #242424; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; @@ -1371,13 +1371,13 @@ a.box:active { padding-right: 8px; position: relative; vertical-align: top; - box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.1); + box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.1); max-width: 100%; width: 100%; } .input:hover, .textarea:hover { - border-color: #aeb1b5; + border-color: #b5b5b5; } .input:active, .textarea:active, .input:focus, .textarea:focus, .input.is-active, .is-active.textarea { @@ -1386,42 +1386,42 @@ a.box:active { } .input[disabled], [disabled].textarea, .input.is-disabled, .is-disabled.textarea { - background-color: #f5f7fa; - border-color: #d3d6db; + background-color: whitesmoke; + border-color: #dbdbdb; cursor: not-allowed; pointer-events: none; } .input[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, .input.is-disabled::-moz-placeholder, .is-disabled.textarea::-moz-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .input[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder, .is-disabled.textarea::-webkit-input-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .input[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, .input.is-disabled:-moz-placeholder, .is-disabled.textarea:-moz-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .input[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder, .is-disabled.textarea:-ms-input-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .input.is-white, .is-white.textarea { - border-color: #fff; + border-color: white; } .input.is-black, .is-black.textarea { - border-color: #111; + border-color: #121212; } .input.is-light, .is-light.textarea { - border-color: #f5f7fa; + border-color: whitesmoke; } .input.is-dark, .is-dark.textarea { - border-color: #69707a; + border-color: #7a7a7a; } .input.is-primary, .is-primary.textarea { @@ -1507,11 +1507,11 @@ a.box:active { } .checkbox:hover, .radio:hover { - color: #222324; + color: #242424; } .is-disabled.checkbox, .is-disabled.radio { - color: #aeb1b5; + color: #b5b5b5; pointer-events: none; } @@ -1537,9 +1537,9 @@ a.box:active { -ms-flex-align: center; align-items: center; background-color: white; - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; border-radius: 3px; - color: #222324; + color: #242424; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; @@ -1560,7 +1560,7 @@ a.box:active { } .select select:hover { - border-color: #aeb1b5; + border-color: #b5b5b5; } .select select:active, .select select:focus, .select select.is-active { @@ -1569,42 +1569,42 @@ a.box:active { } .select select[disabled], .select select.is-disabled { - background-color: #f5f7fa; - border-color: #d3d6db; + background-color: whitesmoke; + border-color: #dbdbdb; cursor: not-allowed; pointer-events: none; } .select select[disabled]::-moz-placeholder, .select select.is-disabled::-moz-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .select select[disabled]::-webkit-input-placeholder, .select select.is-disabled::-webkit-input-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .select select[disabled]:-moz-placeholder, .select select.is-disabled:-moz-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .select select[disabled]:-ms-input-placeholder, .select select.is-disabled:-ms-input-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .select select.is-white { - border-color: #fff; + border-color: white; } .select select.is-black { - border-color: #111; + border-color: #121212; } .select select.is-light { - border-color: #f5f7fa; + border-color: whitesmoke; } .select select.is-dark { - border-color: #69707a; + border-color: #7a7a7a; } .select select.is-primary { @@ -1628,7 +1628,7 @@ a.box:active { } .select select:hover { - border-color: #aeb1b5; + border-color: #b5b5b5; } .select select::ms-expand { @@ -1661,7 +1661,7 @@ a.box:active { } .select:hover:after { - border-color: #222324; + border-color: #242424; } .select.is-small { @@ -1705,7 +1705,7 @@ a.box:active { } .label { - color: #222324; + color: #242424; display: block; font-weight: bold; } @@ -1721,19 +1721,19 @@ a.box:active { } .help.is-white { - color: #fff; + color: white; } .help.is-black { - color: #111; + color: #121212; } .help.is-light { - color: #f5f7fa; + color: whitesmoke; } .help.is-dark { - color: #69707a; + color: #7a7a7a; } .help.is-primary { @@ -1891,7 +1891,7 @@ a.box:active { text-align: center; vertical-align: top; width: 24px; - color: #aeb1b5; + color: #b5b5b5; pointer-events: none; position: absolute; top: 4px; @@ -1899,7 +1899,7 @@ a.box:active { } .control.has-icon .input:focus + .fa, .control.has-icon .textarea:focus + .fa { - color: #222324; + color: #242424; } .control.has-icon .input.is-small + .fa, .control.has-icon .is-small.textarea + .fa { @@ -2118,7 +2118,7 @@ a.box:active { } .notification { - background-color: #f5f7fa; + background-color: whitesmoke; border-radius: 3px; padding: 16px 20px; position: relative; @@ -2142,23 +2142,23 @@ a.box:active { } .notification.is-white { - background-color: #fff; - color: #111; + background-color: white; + color: #121212; } .notification.is-black { - background-color: #111; - color: #fff; + background-color: #121212; + color: white; } .notification.is-light { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #7a7a7a; } .notification.is-dark { - background-color: #69707a; - color: #f5f7fa; + background-color: #7a7a7a; + color: whitesmoke; } .notification.is-primary { @@ -2199,47 +2199,47 @@ a.box:active { } .progress::-webkit-progress-bar { - background-color: #d3d6db; + background-color: #dbdbdb; } .progress::-webkit-progress-value { - background-color: #69707a; + background-color: #7a7a7a; } .progress::-moz-progress-bar { - background-color: #69707a; + background-color: #7a7a7a; } .progress.is-white::-webkit-progress-value { - background-color: #fff; + background-color: white; } .progress.is-white::-moz-progress-bar { - background-color: #fff; + background-color: white; } .progress.is-black::-webkit-progress-value { - background-color: #111; + background-color: #121212; } .progress.is-black::-moz-progress-bar { - background-color: #111; + background-color: #121212; } .progress.is-light::-webkit-progress-value { - background-color: #f5f7fa; + background-color: whitesmoke; } .progress.is-light::-moz-progress-bar { - background-color: #f5f7fa; + background-color: whitesmoke; } .progress.is-dark::-webkit-progress-value { - background-color: #69707a; + background-color: #7a7a7a; } .progress.is-dark::-moz-progress-bar { - background-color: #69707a; + background-color: #7a7a7a; } .progress.is-primary::-webkit-progress-value { @@ -2295,15 +2295,15 @@ a.box:active { } .table { - background-color: #fff; - color: #222324; + background-color: white; + color: #242424; margin-bottom: 20px; width: 100%; } .table td, .table th { - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; border-width: 0 0 1px; padding: 8px 10px; vertical-align: top; @@ -2362,19 +2362,19 @@ a.box:active { } .table th { - color: #222324; + color: #242424; text-align: left; } .table tr:hover { - background-color: #f5f7fa; - color: #222324; + background-color: whitesmoke; + color: #242424; } .table thead td, .table thead th { border-width: 0 0 2px; - color: #aeb1b5; + color: #b5b5b5; } .table tbody tr:last-child td, @@ -2385,7 +2385,7 @@ a.box:active { .table tfoot td, .table tfoot th { border-width: 2px 0 0; - color: #aeb1b5; + color: #b5b5b5; } .table.is-bordered td, @@ -2429,15 +2429,15 @@ a.box:active { } .table.is-striped tbody tr:hover { - background-color: #eef2f7; + background-color: #f0f0f0; } .table.is-striped tbody tr:nth-child(2n) { - background-color: #f5f7fa; + background-color: whitesmoke; } .table.is-striped tbody tr:nth-child(2n):hover { - background-color: #eef2f7; + background-color: #f0f0f0; } .title, @@ -2469,7 +2469,7 @@ a.box:active { } .title { - color: #222324; + color: #242424; font-size: 28px; line-height: 1; } @@ -2554,7 +2554,7 @@ a.box:active { } .subtitle { - color: #69707a; + color: #7a7a7a; font-size: 18px; line-height: 1.125; } @@ -2568,7 +2568,7 @@ a.box:active { } .subtitle strong { - color: #222324; + color: #242424; } .subtitle + .title { @@ -2634,7 +2634,7 @@ a.box:active { .delete, .modal-close { -moz-appearance: none; -webkit-appearance: none; - background-color: rgba(17, 17, 17, 0.2); + background-color: rgba(18, 18, 18, 0.2); border: none; border-radius: 290486px; cursor: pointer; @@ -2646,7 +2646,7 @@ a.box:active { } .delete:before, .modal-close:before, .delete:after, .modal-close:after { - background-color: #fff; + background-color: white; content: ""; display: block; height: 2px; @@ -2669,7 +2669,7 @@ a.box:active { } .delete:hover, .modal-close:hover { - background-color: rgba(17, 17, 17, 0.5); + background-color: rgba(18, 18, 18, 0.5); } .delete.is-small, .tag:not(.is-large) .delete, .tag:not(.is-large) .modal-close, .is-small.modal-close { @@ -2741,7 +2741,7 @@ a.box:active { } .hamburger span, .nav-toggle span { - background-color: #69707a; + background-color: #7a7a7a; display: block; height: 1px; left: 50%; @@ -2770,7 +2770,7 @@ a.box:active { } .hamburger:hover, .nav-toggle:hover { - background-color: #f5f7fa; + background-color: whitesmoke; } .hamburger.is-active span, .is-active.nav-toggle span { @@ -2821,7 +2821,7 @@ a.box:active { .loader, .button.is-loading:after, .control.is-loading:after { -webkit-animation: spin-around 500ms infinite linear; animation: spin-around 500ms infinite linear; - border: 2px solid #d3d6db; + border: 2px solid #dbdbdb; border-radius: 290486px; border-right-color: transparent; border-top-color: transparent; @@ -2833,7 +2833,7 @@ a.box:active { } .number { - background-color: #f5f7fa; + background-color: whitesmoke; border-radius: 290486px; display: inline-block; font-size: 18px; @@ -2844,9 +2844,9 @@ a.box:active { -webkit-box-align: center; -ms-flex-align: center; align-items: center; - background-color: #f5f7fa; + background-color: whitesmoke; border-radius: 290486px; - color: #69707a; + color: #7a7a7a; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; @@ -2868,23 +2868,23 @@ a.box:active { } .tag.is-white { - background-color: #fff; - color: #111; + background-color: white; + color: #121212; } .tag.is-black { - background-color: #111; - color: #fff; + background-color: #121212; + color: white; } .tag.is-light { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #7a7a7a; } .tag.is-dark { - background-color: #69707a; - color: #f5f7fa; + background-color: #7a7a7a; + color: whitesmoke; } .tag.is-primary { @@ -2951,7 +2951,7 @@ a.box:active { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; - box-shadow: 0 1px 2px rgba(17, 17, 17, 0.1); + box-shadow: 0 1px 2px rgba(18, 18, 18, 0.1); display: -webkit-box; display: -ms-flexbox; display: flex; @@ -2962,7 +2962,7 @@ a.box:active { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; - color: #222324; + color: #242424; display: -webkit-box; display: -ms-flexbox; display: flex; @@ -3001,7 +3001,7 @@ a.box:active { } .card-footer { - border-top: 1px solid #d3d6db; + border-top: 1px solid #dbdbdb; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; @@ -3027,13 +3027,13 @@ a.box:active { } .card-footer-item:not(:last-child) { - border-right: 1px solid #d3d6db; + border-right: 1px solid #dbdbdb; } .card { - background-color: #fff; - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); - color: #69707a; + background-color: white; + box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1), 0 0 0 1px rgba(18, 18, 18, 0.1); + color: #7a7a7a; max-width: 100%; position: relative; width: 300px; @@ -4476,7 +4476,7 @@ a.box:active { } .media-number { - background-color: #f5f7fa; + background-color: whitesmoke; border-radius: 290486px; display: inline-block; font-size: 18px; @@ -4532,7 +4532,7 @@ a.box:active { } .media .media { - border-top: 1px solid rgba(211, 214, 219, 0.5); + border-top: 1px solid rgba(219, 219, 219, 0.5); display: -webkit-box; display: -ms-flexbox; display: flex; @@ -4553,7 +4553,7 @@ a.box:active { } .media + .media { - border-top: 1px solid rgba(211, 214, 219, 0.5); + border-top: 1px solid rgba(219, 219, 219, 0.5); margin-top: 10px; padding-top: 10px; } @@ -4576,13 +4576,13 @@ a.box:active { .menu-list a { border-radius: 2px; - color: #69707a; + color: #7a7a7a; display: block; padding: 5px 10px; } .menu-list a:hover { - background-color: #f5f7fa; + background-color: whitesmoke; color: #11e4c4; } @@ -4592,13 +4592,13 @@ a.box:active { } .menu-list li ul { - border-left: 1px solid #d3d6db; + border-left: 1px solid #dbdbdb; margin: 10px; padding-left: 10px; } .menu-label { - color: #aeb1b5; + color: #b5b5b5; font-size: 11px; letter-spacing: 1px; margin-bottom: 5px; @@ -4610,7 +4610,7 @@ a.box:active { } .message-body { - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; border-radius: 3px; padding: 12px 15px; } @@ -4620,7 +4620,7 @@ a.box:active { } .message-header { - background-color: #69707a; + background-color: #7a7a7a; border-radius: 3px 3px 0 0; color: white; padding: 7px 10px; @@ -4636,7 +4636,7 @@ a.box:active { } .message { - background-color: #f5f7fa; + background-color: whitesmoke; border-radius: 3px; } @@ -4645,12 +4645,12 @@ a.box:active { } .message.is-white .message-header { - background-color: #fff; - color: #111; + background-color: white; + color: #121212; } .message.is-white .message-body { - border-color: #fff; + border-color: white; color: #666666; } @@ -4659,40 +4659,40 @@ a.box:active { } .message.is-black .message-header { - background-color: #111; - color: #fff; + background-color: #121212; + color: white; } .message.is-black .message-body { - border-color: #111; + border-color: #121212; color: gray; } .message.is-light { - background-color: #f5f7fa; + background-color: whitesmoke; } .message.is-light .message-header { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #7a7a7a; } .message.is-light .message-body { - border-color: #f5f7fa; + border-color: whitesmoke; color: #666666; } .message.is-dark { - background-color: #f4f5f6; + background-color: whitesmoke; } .message.is-dark .message-header { - background-color: #69707a; - color: #f5f7fa; + background-color: #7a7a7a; + color: whitesmoke; } .message.is-dark .message-body { - border-color: #69707a; + border-color: #7a7a7a; color: gray; } @@ -4772,7 +4772,7 @@ a.box:active { position: absolute; right: 0; top: 0; - background-color: rgba(17, 17, 17, 0.86); + background-color: rgba(18, 18, 18, 0.86); } .modal-content, .modal-card { @@ -4817,7 +4817,7 @@ a.box:active { -webkit-box-align: center; -ms-flex-align: center; align-items: center; - background-color: #f5f7fa; + background-color: whitesmoke; display: -webkit-box; display: -ms-flexbox; display: flex; @@ -4831,13 +4831,13 @@ a.box:active { } .modal-card-head { - border-bottom: 1px solid #d3d6db; + border-bottom: 1px solid #dbdbdb; border-top-left-radius: 5px; border-top-right-radius: 5px; } .modal-card-title { - color: #222324; + color: #242424; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; @@ -4850,7 +4850,7 @@ a.box:active { .modal-card-foot { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; - border-top: 1px solid #d3d6db; + border-top: 1px solid #dbdbdb; } .modal-card-foot .button:not(:last-child) { @@ -4858,7 +4858,7 @@ a.box:active { } .modal-card-body { - background-color: #fff; + background-color: white; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; @@ -4946,17 +4946,17 @@ a.box:active { .nav-item a, a.nav-item { - color: #69707a; + color: #7a7a7a; } .nav-item a:hover, a.nav-item:hover { - color: #222324; + color: #242424; } .nav-item a.is-active, a.nav-item.is-active { - color: #222324; + color: #242424; } .nav-item a.is-tab, @@ -4982,8 +4982,8 @@ a.nav-item.is-tab.is-active { @media screen and (max-width: 768px) { .nav-menu { - background-color: #fff; - box-shadow: 0 4px 7px rgba(17, 17, 17, 0.1); + background-color: white; + box-shadow: 0 4px 7px rgba(18, 18, 18, 0.1); left: 0; display: none; right: 0; @@ -4991,7 +4991,7 @@ a.nav-item.is-tab.is-active { position: absolute; } .nav-menu .nav-item { - border-top: 1px solid rgba(211, 214, 219, 0.5); + border-top: 1px solid rgba(219, 219, 219, 0.5); padding: 10px; } .nav-menu.is-active { @@ -5066,7 +5066,7 @@ a.nav-item.is-tab.is-active { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; - background-color: #fff; + background-color: white; display: -webkit-box; display: -ms-flexbox; display: flex; @@ -5104,7 +5104,7 @@ a.nav-item.is-tab.is-active { } .nav.has-shadow { - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1); + box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1); } @media screen and (max-width: 979px) { @@ -5134,7 +5134,7 @@ a.nav-item.is-tab.is-active { } .pagination span { - color: #aeb1b5; + color: #b5b5b5; display: block; margin: 0 4px; } @@ -5199,7 +5199,7 @@ a.nav-item.is-tab.is-active { text-align: center; vertical-align: top; width: 16px; - color: #aeb1b5; + color: #b5b5b5; float: left; margin: 0 4px 0 -2px; } @@ -5210,17 +5210,17 @@ a.nav-item.is-tab.is-active { } .panel-heading { - background-color: #f5f7fa; - border-bottom: 1px solid #d3d6db; + background-color: whitesmoke; + border-bottom: 1px solid #dbdbdb; border-radius: 4px 4px 0 0; - color: #222324; + color: #242424; font-size: 18px; font-weight: 300; padding: 10px; } .panel-list a { - color: #69707a; + color: #7a7a7a; } .panel-list a:hover { @@ -5239,37 +5239,37 @@ a.nav-item.is-tab.is-active { } .panel-tabs a { - border-bottom: 1px solid #d3d6db; + border-bottom: 1px solid #dbdbdb; margin-bottom: -1px; padding: 5px; } .panel-tabs a.is-active { - border-bottom-color: #222324; - color: #222324; + border-bottom-color: #242424; + color: #242424; } .panel-tabs:not(:last-child) { - border-bottom: 1px solid #d3d6db; + border-bottom: 1px solid #dbdbdb; } .panel-block { - color: #222324; + color: #242424; display: block; line-height: 16px; padding: 10px; } .panel-block:not(:last-child) { - border-bottom: 1px solid #d3d6db; + border-bottom: 1px solid #dbdbdb; } a.panel-block:hover { - background-color: #f5f7fa; + background-color: whitesmoke; } .panel { - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; border-radius: 5px; } @@ -5297,8 +5297,8 @@ a.panel-block:hover { -webkit-box-align: center; -ms-flex-align: center; align-items: center; - border-bottom: 1px solid #d3d6db; - color: #69707a; + border-bottom: 1px solid #dbdbdb; + color: #7a7a7a; display: -webkit-box; display: -ms-flexbox; display: flex; @@ -5311,8 +5311,8 @@ a.panel-block:hover { } .tabs a:hover { - border-bottom-color: #222324; - color: #222324; + border-bottom-color: #242424; + color: #242424; } .tabs li { @@ -5328,7 +5328,7 @@ a.panel-block:hover { -webkit-box-align: center; -ms-flex-align: center; align-items: center; - border-bottom: 1px solid #d3d6db; + border-bottom: 1px solid #dbdbdb; display: -webkit-box; display: -ms-flexbox; display: flex; @@ -5392,13 +5392,13 @@ a.panel-block:hover { } .tabs.is-boxed a:hover { - background-color: #f5f7fa; - border-bottom-color: #d3d6db; + background-color: whitesmoke; + border-bottom-color: #dbdbdb; } .tabs.is-boxed li.is-active a { - background-color: #fff; - border-color: #d3d6db; + background-color: white; + border-color: #dbdbdb; border-bottom-color: transparent !important; } @@ -5411,7 +5411,7 @@ a.panel-block:hover { } .tabs.is-toggle a { - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; margin-bottom: 0; padding-bottom: 5px; padding-top: 5px; @@ -5419,8 +5419,8 @@ a.panel-block:hover { } .tabs.is-toggle a:hover { - background-color: #f5f7fa; - border-color: #aeb1b5; + background-color: whitesmoke; + border-color: #b5b5b5; z-index: 2; } @@ -5570,7 +5570,7 @@ a.panel-block:hover { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; - background-color: #fff; + background-color: white; display: -webkit-box; display: -ms-flexbox; display: flex; @@ -5585,7 +5585,7 @@ a.panel-block:hover { .hero .nav { background: none; - box-shadow: 0 1px 0 rgba(211, 214, 219, 0.3); + box-shadow: 0 1px 0 rgba(219, 219, 219, 0.3); } .hero .tabs ul { @@ -5593,12 +5593,12 @@ a.panel-block:hover { } .hero.is-white { - background-color: #fff; - color: #111; + background-color: white; + color: #121212; } .hero.is-white .title { - color: #111; + color: #121212; } .hero.is-white .title a, @@ -5607,37 +5607,37 @@ a.panel-block:hover { } .hero.is-white .subtitle { - color: rgba(17, 17, 17, 0.7); + color: rgba(18, 18, 18, 0.7); } .hero.is-white .subtitle a, .hero.is-white .subtitle strong { - color: #111; + color: #121212; } .hero.is-white .nav { - box-shadow: 0 1px 0 rgba(17, 17, 17, 0.2); + box-shadow: 0 1px 0 rgba(18, 18, 18, 0.2); } @media screen and (max-width: 768px) { .hero.is-white .nav-menu { - background-color: #fff; + background-color: white; } } .hero.is-white a.nav-item, .hero.is-white .nav-item a:not(.button) { - color: rgba(17, 17, 17, 0.5); + color: rgba(18, 18, 18, 0.5); } .hero.is-white a.nav-item:hover, .hero.is-white a.nav-item.is-active, .hero.is-white .nav-item a:not(.button):hover, .hero.is-white .nav-item a:not(.button).is-active { - color: #111; + color: #121212; } .hero.is-white .tabs a { - color: #111; + color: #121212; opacity: 0.5; } @@ -5650,46 +5650,46 @@ a.panel-block:hover { } .hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a { - color: #111; + color: #121212; } .hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover { - background-color: #111; - border-color: #111; - color: #fff; + background-color: #121212; + border-color: #121212; + color: white; } .hero.is-white.is-bold { - background-image: -webkit-linear-gradient(309deg, #e6e6e6 0%, #fff 71%, white 100%); - background-image: linear-gradient(141deg, #e6e6e6 0%, #fff 71%, white 100%); + background-image: -webkit-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%); + background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); } @media screen and (max-width: 768px) { .hero.is-white .nav-toggle span { - background-color: #111; + background-color: #121212; } .hero.is-white .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-white .nav-toggle.is-active span { - background-color: #111; + background-color: #121212; } .hero.is-white .nav-menu .nav-item { - border-top-color: rgba(17, 17, 17, 0.2); + border-top-color: rgba(18, 18, 18, 0.2); } } .hero.is-black { - background-color: #111; - color: #fff; + background-color: #121212; + color: white; } .hero.is-black .title { - color: #fff; + color: white; } .hero.is-black .title a, @@ -5703,7 +5703,7 @@ a.panel-block:hover { .hero.is-black .subtitle a, .hero.is-black .subtitle strong { - color: #fff; + color: white; } .hero.is-black .nav { @@ -5712,7 +5712,7 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-black .nav-menu { - background-color: #111; + background-color: #121212; } } @@ -5724,11 +5724,11 @@ a.panel-block:hover { .hero.is-black a.nav-item:hover, .hero.is-black a.nav-item.is-active, .hero.is-black .nav-item a:not(.button):hover, .hero.is-black .nav-item a:not(.button).is-active { - color: #fff; + color: white; } .hero.is-black .tabs a { - color: #fff; + color: white; opacity: 0.5; } @@ -5741,33 +5741,33 @@ a.panel-block:hover { } .hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a { - color: #fff; + color: white; } .hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover { - background-color: #fff; - border-color: #fff; - color: #111; + background-color: white; + border-color: white; + color: #121212; } .hero.is-black.is-bold { - background-image: -webkit-linear-gradient(309deg, black 0%, #111 71%, #1f1c1c 100%); - background-image: linear-gradient(141deg, black 0%, #111 71%, #1f1c1c 100%); + background-image: -webkit-linear-gradient(309deg, black 0%, #121212 71%, #201d1d 100%); + background-image: linear-gradient(141deg, black 0%, #121212 71%, #201d1d 100%); } @media screen and (max-width: 768px) { .hero.is-black .nav-toggle span { - background-color: #fff; + background-color: white; } .hero.is-black .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-black .nav-toggle.is-active span { - background-color: #fff; + background-color: white; } .hero.is-black .nav-menu .nav-item { border-top-color: rgba(255, 255, 255, 0.2); @@ -5775,12 +5775,12 @@ a.panel-block:hover { } .hero.is-light { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #7a7a7a; } .hero.is-light .title { - color: #69707a; + color: #7a7a7a; } .hero.is-light .title a, @@ -5789,37 +5789,37 @@ a.panel-block:hover { } .hero.is-light .subtitle { - color: rgba(105, 112, 122, 0.7); + color: rgba(122, 122, 122, 0.7); } .hero.is-light .subtitle a, .hero.is-light .subtitle strong { - color: #69707a; + color: #7a7a7a; } .hero.is-light .nav { - box-shadow: 0 1px 0 rgba(105, 112, 122, 0.2); + box-shadow: 0 1px 0 rgba(122, 122, 122, 0.2); } @media screen and (max-width: 768px) { .hero.is-light .nav-menu { - background-color: #f5f7fa; + background-color: whitesmoke; } } .hero.is-light a.nav-item, .hero.is-light .nav-item a:not(.button) { - color: rgba(105, 112, 122, 0.5); + color: rgba(122, 122, 122, 0.5); } .hero.is-light a.nav-item:hover, .hero.is-light a.nav-item.is-active, .hero.is-light .nav-item a:not(.button):hover, .hero.is-light .nav-item a:not(.button).is-active { - color: #69707a; + color: #7a7a7a; } .hero.is-light .tabs a { - color: #69707a; + color: #7a7a7a; opacity: 0.5; } @@ -5832,46 +5832,46 @@ a.panel-block:hover { } .hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a { - color: #69707a; + color: #7a7a7a; } .hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover { - background-color: #69707a; - border-color: #69707a; - color: #f5f7fa; + background-color: #7a7a7a; + border-color: #7a7a7a; + color: whitesmoke; } .hero.is-light.is-bold { - background-image: -webkit-linear-gradient(309deg, #d0e0ec 0%, #f5f7fa 71%, white 100%); - background-image: linear-gradient(141deg, #d0e0ec 0%, #f5f7fa 71%, white 100%); + background-image: -webkit-linear-gradient(309deg, #dfd8d8 0%, whitesmoke 71%, white 100%); + background-image: linear-gradient(141deg, #dfd8d8 0%, whitesmoke 71%, white 100%); } @media screen and (max-width: 768px) { .hero.is-light .nav-toggle span { - background-color: #69707a; + background-color: #7a7a7a; } .hero.is-light .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-light .nav-toggle.is-active span { - background-color: #69707a; + background-color: #7a7a7a; } .hero.is-light .nav-menu .nav-item { - border-top-color: rgba(105, 112, 122, 0.2); + border-top-color: rgba(122, 122, 122, 0.2); } } .hero.is-dark { - background-color: #69707a; - color: #f5f7fa; + background-color: #7a7a7a; + color: whitesmoke; } .hero.is-dark .title { - color: #f5f7fa; + color: whitesmoke; } .hero.is-dark .title a, @@ -5880,37 +5880,37 @@ a.panel-block:hover { } .hero.is-dark .subtitle { - color: rgba(245, 247, 250, 0.7); + color: rgba(245, 245, 245, 0.7); } .hero.is-dark .subtitle a, .hero.is-dark .subtitle strong { - color: #f5f7fa; + color: whitesmoke; } .hero.is-dark .nav { - box-shadow: 0 1px 0 rgba(245, 247, 250, 0.2); + box-shadow: 0 1px 0 rgba(245, 245, 245, 0.2); } @media screen and (max-width: 768px) { .hero.is-dark .nav-menu { - background-color: #69707a; + background-color: #7a7a7a; } } .hero.is-dark a.nav-item, .hero.is-dark .nav-item a:not(.button) { - color: rgba(245, 247, 250, 0.5); + color: rgba(245, 245, 245, 0.5); } .hero.is-dark a.nav-item:hover, .hero.is-dark a.nav-item.is-active, .hero.is-dark .nav-item a:not(.button):hover, .hero.is-dark .nav-item a:not(.button).is-active { - color: #f5f7fa; + color: whitesmoke; } .hero.is-dark .tabs a { - color: #f5f7fa; + color: whitesmoke; opacity: 0.5; } @@ -5923,36 +5923,36 @@ a.panel-block:hover { } .hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a { - color: #f5f7fa; + color: whitesmoke; } .hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover { - background-color: #f5f7fa; - border-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + border-color: whitesmoke; + color: #7a7a7a; } .hero.is-dark.is-bold { - background-image: -webkit-linear-gradient(309deg, #495a67 0%, #69707a 71%, #6e768e 100%); - background-image: linear-gradient(141deg, #495a67 0%, #69707a 71%, #6e768e 100%); + background-image: -webkit-linear-gradient(309deg, #6b5757 0%, #7a7a7a 71%, #8d8181 100%); + background-image: linear-gradient(141deg, #6b5757 0%, #7a7a7a 71%, #8d8181 100%); } @media screen and (max-width: 768px) { .hero.is-dark .nav-toggle span { - background-color: #f5f7fa; + background-color: whitesmoke; } .hero.is-dark .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-dark .nav-toggle.is-active span { - background-color: #f5f7fa; + background-color: whitesmoke; } .hero.is-dark .nav-menu .nav-item { - border-top-color: rgba(245, 247, 250, 0.2); + border-top-color: rgba(245, 245, 245, 0.2); } } @@ -6018,7 +6018,7 @@ a.panel-block:hover { } .hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .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 { @@ -6037,7 +6037,7 @@ a.panel-block:hover { background-color: white; } .hero.is-primary .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-primary .nav-toggle.is-active span { background-color: white; @@ -6109,7 +6109,7 @@ a.panel-block:hover { } .hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover { @@ -6128,7 +6128,7 @@ a.panel-block:hover { background-color: white; } .hero.is-info .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-info .nav-toggle.is-active span { background-color: white; @@ -6200,7 +6200,7 @@ a.panel-block:hover { } .hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .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 { @@ -6219,7 +6219,7 @@ a.panel-block:hover { background-color: white; } .hero.is-success .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-success .nav-toggle.is-active span { background-color: white; @@ -6291,7 +6291,7 @@ a.panel-block:hover { } .hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { @@ -6310,7 +6310,7 @@ a.panel-block:hover { background-color: white; } .hero.is-warning .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-warning .nav-toggle.is-active span { background-color: white; @@ -6382,7 +6382,7 @@ a.panel-block:hover { } .hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover { @@ -6401,7 +6401,7 @@ a.panel-block:hover { background-color: white; } .hero.is-danger .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-danger .nav-toggle.is-active span { background-color: white; @@ -6447,7 +6447,7 @@ a.panel-block:hover { } .section { - background-color: #fff; + background-color: white; padding: 40px 20px; } @@ -6461,20 +6461,20 @@ a.panel-block:hover { } .footer { - background-color: #f5f7fa; + background-color: whitesmoke; padding: 40px 20px 80px; } .footer a, .footer a:visited { - color: #69707a; + color: #7a7a7a; } .footer a:hover, .footer a:visited:hover { - color: #222324; + color: #242424; } .footer a:not(.icon), .footer a:visited:not(.icon) { - border-bottom: 1px solid #d3d6db; + border-bottom: 1px solid #dbdbdb; } .footer a:not(.icon):hover, .footer a:visited:not(.icon):hover { diff --git a/css/bulma.css.map b/css/bulma.css.map index d0457d55..38670e3f 100644 --- a/css/bulma.css.map +++ b/css/bulma.css.map @@ -1 +1 @@ -{"version":3,"sources":["../sass/utilities/reset.sass","../sass/utilities/animations.sass","bulma.css","../sass/base/generic.sass","../sass/utilities/variables.sass","../sass/base/classes.sass","../sass/utilities/mixins.sass","../sass/base/helpers.sass","../sass/elements/box.sass","../sass/elements/button.sass","../sass/utilities/controls.sass","../sass/utilities/functions.sass","../sass/elements/content.sass","../sass/elements/form.sass","../sass/elements/image.sass","../sass/elements/notification.sass","../sass/elements/progress.sass","../sass/elements/table.sass","../sass/elements/title.sass","../sass/elements/other.sass","../sass/components/card.sass","../sass/components/grid.sass","../sass/components/highlight.sass","../sass/components/level.sass","../sass/components/media.sass","../sass/components/menu.sass","../sass/components/message.sass","../sass/components/modal.sass","../sass/components/nav.sass","../sass/components/pagination.sass","../sass/components/panel.sass","../sass/components/tabs.sass","../sass/layout/hero.sass","../sass/layout/section.sass","../sass/layout/footer.sass"],"names":[],"mappings":"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ZrD;E0BlBF;IAiCU,uB5BzEE;G4ByE2B;C9Bm2JtC;;A8Bp4JD;;EAoCQ,6B5BlFI;C4BqFuB;;AAvCnC;;;EAuCU,Y5BrFE;C4BqFqB;;AAvCjC;EA0CU,Y5BxFE;E4ByFF,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,Y5BlGA;C4BoG0C;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,uB5BxGF;E4ByGE,mB5BzGF;E4B0GE,Y5BpGF;C4BoGkB;;AA5D9B;EAiEQ,oFAAiC;EAAjC,4EAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,uB5BpHA;G4BoHkC;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,uB5BzHF;G4ByHoC;EA3EhD;IA8EY,wC5B5HA;G4B4H6C;C9B+2JxD;;A8B77JD;EAiBM,uB5B/DM;E4BgEN,Y5B1DM;C4BsHmD;;AA9E/D;EAoBQ,Y5B5DI;C4B+DkB;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gC5BjEI;C4BoEuB;;AA5BnC;;EA4BU,Y5BpEE;C4BoEqB;;AA5BjC;EA8BQ,6C5BtEI;C4BsE2C;;A1BZrD;E0BlBF;IAiCU,uB5B/EE;G4B+E2B;C9B67JtC;;A8B99JD;;EAoCQ,gC5B5EI;C4B+EuB;;AAvCnC;;;EAuCU,Y5B/EE;C4B+EqB;;AAvCjC;EA0CU,Y5BlFE;E4BmFF,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,Y5B5FA;C4B8F0C;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,uB5BlGF;E4BmGE,mB5BnGF;E4BoGE,Y5B1GF;C4B0GkB;;AA5D9B;EAiEQ,oFAAiC;EAAjC,4EAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,uB5B9GA;G4B8GkC;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,uB5BnHF;G4BmHoC;EA3EhD;IA8EY,2C5BtHA;G4BsH6C;C9By8JxD;;A8BvhKD;EAiBM,0B5B1DgB;E4B2DhB,e5B9Da;C4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sDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5BtFC;C4BsFe;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9BizKxD;;A8B/3KD;EAiBM,0B5B7CS;E4B8CT,arBnCW;CqB+F8C;;AA9E/D;EAoBQ,arBrCS;CqBwCa;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gCrB1CS;CqB6CkB;;AA5BnC;;EA4BU,arB7CO;CqB6CgB;;AA5BjC;EA8BQ,6CrB/CS;CqB+CsC;;A1BZrD;E0BlBF;IAiCU,0B5B7DK;G4B6DwB;C9B+3KtC;;A8Bh6KD;;EAoCQ,gCrBrDS;CqBwDkB;;AAvCnC;;;EAuCU,arBxDO;CqBwDgB;;AAvCjC;EA0CU,arB3DO;EqB4DP,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,arBrEK;CqBuEqC;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5BxFC;C4BwFe;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9B24KxD;;A8Bz9KD;EAiBM,0B5B9CS;E4B+CT,arBnCW;CqB+F8C;;AA9E/D;EAoBQ,arBrCS;CqBwCa;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gCrB1CS;CqB6CkB;;AA5BnC;;EA4BU,arB7CO;CqB6CgB;;AA5BjC;EA8BQ,6CrB/CS;CqB+CsC;;A1BZrD;E0BlBF;IAiCU,0B5B9DK;G4B8DwB;C9By9KtC;;A8B1/KD;;EAoCQ,gCrBrDS;CqBwDkB;;AAvCnC;;;EAuCU,arBxDO;CqBwDgB;;AAvCjC;EA0CU,arB3DO;EqB4DP,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,arBrEK;CqBuEqC;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5BzFC;C4ByFe;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9Bq+KxD;;A8BnjLD;EAiBM,0B5BzCS;E4B0CT,arBnCW;CqB+F8C;;AA9E/D;EAoBQ,arBrCS;CqBwCa;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gCrB1CS;CqB6CkB;;AA5BnC;;EA4BU,arB7CO;CqB6CgB;;AA5BjC;EA8BQ,6CrB/CS;CqB+CsC;;A1BZrD;E0BlBF;IAiCU,0B5BzDK;G4ByDwB;C9BmjLtC;;A8BplLD;;EAoCQ,gCrBrDS;CqBwDkB;;AAvCnC;;;EAuCU,arBxDO;CqBwDgB;;AAvCjC;EA0CU,arB3DO;EqB4DP,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,arBrEK;CqBuEqC;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5BpFC;C4BoFe;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9B+jLxD;;AIvnLC;E0BtBF;IAmFQ,sBAAsB;IACtB,mBAAmB;GAAG;C9BgkL7B;;AI9nLC;E0BtBF;IAwFQ,sBAAsB;IACtB,mBAAmB;GAAG;C9BkkL7B;;A8B3pLD;EA2FI,kBAAkB;CAMQ;;AAjG9B;EA6FM,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,qBAAc;EAAd,qBAAc;EAAd,cAAc;CAGQ;;AAjG5B;EAgGQ,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;CAAG;;ACnJ1B;EACE,uB7BSU;E6BRV,mBAAmB;CAOY;;A3B2E/B;E2BpFF;IAOM,oBAAoB;GAAG;EAP7B;IASM,oBAAoB;GAAG;C/BguL5B;;AgCzuLD;EACE,0B9BQoB;E8BPpB,wBAAwB;CAUqB;;AAZ/C;EAMM,e9BAa;C8BMwB;;AAZ3C;EAQQ,e9BHa;C8BGS;;AAR9B;EAUQ,iC9BFY;C8BIqB;;AAZzC;EAYU,6B9BWK;C8BXwB","file":"bulma.css"} \ No newline at end of file +{"version":3,"sources":["../sass/utilities/reset.sass","../sass/utilities/animations.sass","bulma.css","../sass/base/generic.sass","../sass/utilities/variables.sass","../sass/base/classes.sass","../sass/utilities/mixins.sass","../sass/base/helpers.sass","../sass/elements/box.sass","../sass/elements/button.sass","../sass/utilities/controls.sass","../sass/utilities/functions.sass","../sass/elements/content.sass","../sass/elements/form.sass","../sass/elements/image.sass","../sass/elements/notification.sass","../sass/elements/progress.sass","../sass/elements/table.sass","../sass/elements/title.sass","../sass/elements/other.sass","../sass/components/card.sass","../sass/components/grid.sass","../sass/components/highlight.sass","../sass/components/level.sass","../sass/components/media.sass","../sass/components/menu.sass","../sass/components/message.sass","../sass/components/modal.sass","../sass/components/nav.sass","../sass/components/pagination.sass","../sass/components/panel.sass","../sass/components/tabs.sass","../sass/layout/hero.sass","../sass/layout/section.sass","../sass/layout/footer.sass"],"names":[],"mappings":"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BrB5EG;EqB6EH,e5B9FC;C4B8Fe;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHM;G4BsHgC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9BizKxD;;A8B/3KD;EAiBM,0B5BrDS;E4BsDT,arBnCW;CqB+F8C;;AA9E/D;EAoBQ,arBrCS;CqBwCa;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gCrB1CS;CqB6CkB;;AA5BnC;;EA4BU,arB7CO;CqB6CgB;;AA5BjC;EA8BQ,6CrB/CS;CqB+CsC;;A1BZrD;E0BlBF;IAiCU,0B5BrEK;G4BqEwB;C9B+3KtC;;A8Bh6KD;;EAoCQ,gCrBrDS;CqBwDkB;;AAvCnC;;;EAuCU,arBxDO;CqBwDgB;;AAvCjC;EA0CU,arB3DO;EqB4DP,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,arBrEK;CqBuEqC;;AAtDtD;EAsDc,wC5BpGI;C4BoGkC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5BhGC;C4BgGe;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHM;G4BsHgC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9B24KxD;;A8Bz9KD;EAiBM,0B5BtDS;E4BuDT,arBnCW;CqB+F8C;;AA9E/D;EAoBQ,arBrCS;CqBwCa;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gCrB1CS;CqB6CkB;;AA5BnC;;EA4BU,arB7CO;CqB6CgB;;AA5BjC;EA8BQ,6CrB/CS;CqB+CsC;;A1BZrD;E0BlBF;IAiCU,0B5BtEK;G4BsEwB;C9By9KtC;;A8B1/KD;;EAoCQ,gCrBrDS;CqBwDkB;;AAvCnC;;;EAuCU,arBxDO;CqBwDgB;;AAvCjC;EA0CU,arB3DO;EqB4DP,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,arBrEK;CqBuEqC;;AAtDtD;EAsDc,wC5BpGI;C4BoGkC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5BjGC;C4BiGe;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHM;G4BsHgC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9Bq+KxD;;A8BnjLD;EAiBM,0B5BjDS;E4BkDT,arBnCW;CqB+F8C;;AA9E/D;EAoBQ,arBrCS;CqBwCa;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gCrB1CS;CqB6CkB;;AA5BnC;;EA4BU,arB7CO;CqB6CgB;;AA5BjC;EA8BQ,6CrB/CS;CqB+CsC;;A1BZrD;E0BlBF;IAiCU,0B5BjEK;G4BiEwB;C9BmjLtC;;A8BplLD;;EAoCQ,gCrBrDS;CqBwDkB;;AAvCnC;;;EAuCU,arBxDO;CqBwDgB;;AAvCjC;EA0CU,arB3DO;EqB4DP,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,arBrEK;CqBuEqC;;AAtDtD;EAsDc,wC5BpGI;C4BoGkC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5B5FC;C4B4Fe;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHM;G4BsHgC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9B+jLxD;;AIvnLC;E0BtBF;IAmFQ,sBAAsB;IACtB,mBAAmB;GAAG;C9BgkL7B;;AI9nLC;E0BtBF;IAwFQ,sBAAsB;IACtB,mBAAmB;GAAG;C9BkkL7B;;A8B3pLD;EA2FI,kBAAkB;CAMQ;;AAjG9B;EA6FM,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,qBAAc;EAAd,qBAAc;EAAd,cAAc;CAGQ;;AAjG5B;EAgGQ,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;CAAG;;ACnJ1B;EACE,wB7BSgB;E6BRhB,mBAAmB;CAOY;;A3B2E/B;E2BpFF;IAOM,oBAAoB;GAAG;EAP7B;IASM,oBAAoB;GAAG;C/BguL5B;;AgCzuLD;EACE,6B9BQgB;E8BPhB,wBAAwB;CAUqB;;AAZ/C;EAMM,e9BAY;C8BMyB;;AAZ3C;EAQQ,e9BHU;C8BGY;;AAR9B;EAUQ,iC9BFU;C8BIuB;;AAZzC;EAYU,6B9BGK;C8BHwB","file":"bulma.css"} \ No newline at end of file diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index c993eed5..8bf99f2c 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -175,7 +175,7 @@ input[type=button] { } html { - background-color: #f5f7fa; + background-color: whitesmoke; font-size: 14px; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; @@ -200,19 +200,19 @@ button, input, select, textarea { - font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; } code, pre { -moz-osx-font-smoothing: auto; -webkit-font-smoothing: auto; - font-family: "Source Code Pro", "Monaco", "Inconsolata", monospace; + font-family: "Inconsolata", "Consolas", "Monaco", monospace; line-height: 1.25; } body { - color: #69707a; + color: #7a7a7a; font-size: 1rem; font-weight: 400; line-height: 1.428571428571429; @@ -226,11 +226,11 @@ a { } a:hover { - color: #222324; + color: #242424; } code { - background-color: #f5f7fa; + background-color: whitesmoke; color: #ff0f3f; font-size: 12px; font-weight: normal; @@ -238,7 +238,7 @@ code { } hr { - border-top-color: #d3d6db; + border-top-color: #dbdbdb; margin: 40px 0; } @@ -261,20 +261,20 @@ span { } strong { - color: #222324; + color: #242424; font-weight: 700; } pre { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #7a7a7a; white-space: pre; word-wrap: normal; } pre code { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #7a7a7a; display: block; overflow-x: auto; padding: 16px 20px; @@ -291,7 +291,7 @@ table th { } table th { - color: #222324; + color: #242424; } .block:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), @@ -653,19 +653,19 @@ table th { } .box { - background-color: #fff; + background-color: white; border-radius: 5px; - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); + box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1), 0 0 0 1px rgba(18, 18, 18, 0.1); display: block; padding: 20px; } a.box:hover, a.box:focus { - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px #11e4c4; + box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1), 0 0 0 1px #11e4c4; } a.box:active { - box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2), 0 0 0 1px #11e4c4; + box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.2), 0 0 0 1px #11e4c4; } .button { @@ -673,9 +673,9 @@ a.box:active { -webkit-appearance: none; align-items: center; background-color: white; - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; border-radius: 3px; - color: #222324; + color: #242424; display: inline-flex; font-size: 14px; height: 32px; @@ -693,7 +693,7 @@ a.box:active { } .button:hover { - border-color: #aeb1b5; + border-color: #b5b5b5; } .button:active, .button:focus, .button.is-active { @@ -702,26 +702,26 @@ a.box:active { } .button[disabled], .button.is-disabled { - background-color: #f5f7fa; - border-color: #d3d6db; + background-color: whitesmoke; + border-color: #dbdbdb; cursor: not-allowed; pointer-events: none; } .button[disabled]::-moz-placeholder, .button.is-disabled::-moz-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .button[disabled]::-webkit-input-placeholder, .button.is-disabled::-webkit-input-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .button[disabled]:-moz-placeholder, .button.is-disabled:-moz-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .button[disabled]:-ms-input-placeholder, .button.is-disabled:-ms-input-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .button strong { @@ -748,23 +748,23 @@ a.box:active { } .button:hover, .button:focus, .button.is-active { - color: #222324; + color: #242424; } .button:active { - box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2); + box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.2); } .button.is-white { - background-color: #fff; + background-color: white; border-color: transparent; - color: #111; + color: #121212; } .button.is-white:hover, .button.is-white:focus, .button.is-white.is-active { background-color: #e6e6e6; border-color: transparent; - color: #111; + color: #121212; } .button.is-white:active { @@ -772,40 +772,40 @@ a.box:active { } .button.is-white.is-inverted { - background-color: #111; - color: #fff; + background-color: #121212; + color: white; } .button.is-white.is-inverted:hover { - background-color: #040404; + background-color: #050505; } .button.is-white.is-loading:after { - border-color: transparent transparent #111 #111 !important; + border-color: transparent transparent #121212 #121212 !important; } .button.is-white.is-outlined { background-color: transparent; - border-color: #fff; - color: #fff; + border-color: white; + color: white; } .button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus { - background-color: #fff; - border-color: #fff; - color: #111; + background-color: white; + border-color: white; + color: #121212; } .button.is-black { - background-color: #111; + background-color: #121212; border-color: transparent; - color: #fff; + color: white; } .button.is-black:hover, .button.is-black:focus, .button.is-black.is-active { background-color: black; border-color: transparent; - color: #fff; + color: white; } .button.is-black:active { @@ -813,8 +813,8 @@ a.box:active { } .button.is-black.is-inverted { - background-color: #fff; - color: #111; + background-color: white; + color: #121212; } .button.is-black.is-inverted:hover { @@ -822,31 +822,31 @@ a.box:active { } .button.is-black.is-loading:after { - border-color: transparent transparent #fff #fff !important; + border-color: transparent transparent white white !important; } .button.is-black.is-outlined { background-color: transparent; - border-color: #111; - color: #111; + border-color: #121212; + color: #121212; } .button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus { - background-color: #111; - border-color: #111; - color: #fff; + background-color: #121212; + border-color: #121212; + color: white; } .button.is-light { - background-color: #f5f7fa; + background-color: whitesmoke; border-color: transparent; - color: #69707a; + color: #7a7a7a; } .button.is-light:hover, .button.is-light:focus, .button.is-light.is-active { - background-color: #d3dce9; + background-color: #dbdbdb; border-color: transparent; - color: #69707a; + color: #7a7a7a; } .button.is-light:active { @@ -854,40 +854,40 @@ a.box:active { } .button.is-light.is-inverted { - background-color: #69707a; - color: #f5f7fa; + background-color: #7a7a7a; + color: whitesmoke; } .button.is-light.is-inverted:hover { - background-color: #5d636c; + background-color: #6e6e6e; } .button.is-light.is-loading:after { - border-color: transparent transparent #69707a #69707a !important; + border-color: transparent transparent #7a7a7a #7a7a7a !important; } .button.is-light.is-outlined { background-color: transparent; - border-color: #f5f7fa; - color: #f5f7fa; + border-color: whitesmoke; + color: whitesmoke; } .button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus { - background-color: #f5f7fa; - border-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + border-color: whitesmoke; + color: #7a7a7a; } .button.is-dark { - background-color: #69707a; + background-color: #7a7a7a; border-color: transparent; - color: #f5f7fa; + color: whitesmoke; } .button.is-dark:hover, .button.is-dark:focus, .button.is-dark.is-active { - background-color: #51575f; + background-color: #616161; border-color: transparent; - color: #f5f7fa; + color: whitesmoke; } .button.is-dark:active { @@ -895,28 +895,28 @@ a.box:active { } .button.is-dark.is-inverted { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #7a7a7a; } .button.is-dark.is-inverted:hover { - background-color: #e4e9f2; + background-color: #e8e8e8; } .button.is-dark.is-loading:after { - border-color: transparent transparent #f5f7fa #f5f7fa !important; + border-color: transparent transparent whitesmoke whitesmoke !important; } .button.is-dark.is-outlined { background-color: transparent; - border-color: #69707a; - color: #69707a; + border-color: #7a7a7a; + color: #7a7a7a; } .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus { - background-color: #69707a; - border-color: #69707a; - color: #f5f7fa; + background-color: #7a7a7a; + border-color: #7a7a7a; + color: whitesmoke; } .button.is-primary { @@ -1127,13 +1127,13 @@ a.box:active { .button.is-link { background-color: transparent; border-color: transparent; - color: #69707a; + color: #7a7a7a; text-decoration: underline; } .button.is-link:hover, .button.is-link:focus { - background-color: #d3d6db; - color: #222324; + background-color: #dbdbdb; + color: #242424; } .button.is-small { @@ -1183,7 +1183,7 @@ a.box:active { } .content a:not(.button) { - border-bottom: 1px solid #d3d6db; + border-bottom: 1px solid #dbdbdb; } .content a:not(.button):visited { @@ -1211,7 +1211,7 @@ a.box:active { .content h4, .content h5, .content h6 { - color: #222324; + color: #242424; font-weight: 300; line-height: 1.125; margin-bottom: 20px; @@ -1224,8 +1224,8 @@ a.box:active { } .content blockquote { - background-color: #f5f7fa; - border-left: 5px solid #d3d6db; + background-color: whitesmoke; + border-left: 5px solid #dbdbdb; padding: 1.5em; } @@ -1297,9 +1297,9 @@ a.box:active { -webkit-appearance: none; align-items: center; background-color: white; - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; border-radius: 3px; - color: #222324; + color: #242424; display: inline-flex; font-size: 14px; height: 32px; @@ -1309,13 +1309,13 @@ a.box:active { padding-right: 8px; position: relative; vertical-align: top; - box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.1); + box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.1); max-width: 100%; width: 100%; } .input:hover, .textarea:hover { - border-color: #aeb1b5; + border-color: #b5b5b5; } .input:active, .textarea:active, .input:focus, .textarea:focus, .input.is-active, .is-active.textarea { @@ -1324,42 +1324,42 @@ a.box:active { } .input[disabled], [disabled].textarea, .input.is-disabled, .is-disabled.textarea { - background-color: #f5f7fa; - border-color: #d3d6db; + background-color: whitesmoke; + border-color: #dbdbdb; cursor: not-allowed; pointer-events: none; } .input[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, .input.is-disabled::-moz-placeholder, .is-disabled.textarea::-moz-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .input[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder, .is-disabled.textarea::-webkit-input-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .input[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, .input.is-disabled:-moz-placeholder, .is-disabled.textarea:-moz-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .input[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder, .is-disabled.textarea:-ms-input-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .input.is-white, .is-white.textarea { - border-color: #fff; + border-color: white; } .input.is-black, .is-black.textarea { - border-color: #111; + border-color: #121212; } .input.is-light, .is-light.textarea { - border-color: #f5f7fa; + border-color: whitesmoke; } .input.is-dark, .is-dark.textarea { - border-color: #69707a; + border-color: #7a7a7a; } .input.is-primary, .is-primary.textarea { @@ -1445,11 +1445,11 @@ a.box:active { } .checkbox:hover, .radio:hover { - color: #222324; + color: #242424; } .is-disabled.checkbox, .is-disabled.radio { - color: #aeb1b5; + color: #b5b5b5; pointer-events: none; } @@ -1473,9 +1473,9 @@ a.box:active { -webkit-appearance: none; align-items: center; background-color: white; - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; border-radius: 3px; - color: #222324; + color: #242424; display: inline-flex; font-size: 14px; height: 32px; @@ -1492,7 +1492,7 @@ a.box:active { } .select select:hover { - border-color: #aeb1b5; + border-color: #b5b5b5; } .select select:active, .select select:focus, .select select.is-active { @@ -1501,42 +1501,42 @@ a.box:active { } .select select[disabled], .select select.is-disabled { - background-color: #f5f7fa; - border-color: #d3d6db; + background-color: whitesmoke; + border-color: #dbdbdb; cursor: not-allowed; pointer-events: none; } .select select[disabled]::-moz-placeholder, .select select.is-disabled::-moz-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .select select[disabled]::-webkit-input-placeholder, .select select.is-disabled::-webkit-input-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .select select[disabled]:-moz-placeholder, .select select.is-disabled:-moz-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .select select[disabled]:-ms-input-placeholder, .select select.is-disabled:-ms-input-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(36, 36, 36, 0.3); } .select select.is-white { - border-color: #fff; + border-color: white; } .select select.is-black { - border-color: #111; + border-color: #121212; } .select select.is-light { - border-color: #f5f7fa; + border-color: whitesmoke; } .select select.is-dark { - border-color: #69707a; + border-color: #7a7a7a; } .select select.is-primary { @@ -1560,7 +1560,7 @@ a.box:active { } .select select:hover { - border-color: #aeb1b5; + border-color: #b5b5b5; } .select select::ms-expand { @@ -1592,7 +1592,7 @@ a.box:active { } .select:hover:after { - border-color: #222324; + border-color: #242424; } .select.is-small { @@ -1636,7 +1636,7 @@ a.box:active { } .label { - color: #222324; + color: #242424; display: block; font-weight: bold; } @@ -1652,19 +1652,19 @@ a.box:active { } .help.is-white { - color: #fff; + color: white; } .help.is-black { - color: #111; + color: #121212; } .help.is-light { - color: #f5f7fa; + color: whitesmoke; } .help.is-dark { - color: #69707a; + color: #7a7a7a; } .help.is-primary { @@ -1804,7 +1804,7 @@ a.box:active { text-align: center; vertical-align: top; width: 24px; - color: #aeb1b5; + color: #b5b5b5; pointer-events: none; position: absolute; top: 4px; @@ -1812,7 +1812,7 @@ a.box:active { } .control.has-icon .input:focus + .fa, .control.has-icon .textarea:focus + .fa { - color: #222324; + color: #242424; } .control.has-icon .input.is-small + .fa, .control.has-icon .is-small.textarea + .fa { @@ -2012,7 +2012,7 @@ a.box:active { } .notification { - background-color: #f5f7fa; + background-color: whitesmoke; border-radius: 3px; padding: 16px 20px; position: relative; @@ -2036,23 +2036,23 @@ a.box:active { } .notification.is-white { - background-color: #fff; - color: #111; + background-color: white; + color: #121212; } .notification.is-black { - background-color: #111; - color: #fff; + background-color: #121212; + color: white; } .notification.is-light { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #7a7a7a; } .notification.is-dark { - background-color: #69707a; - color: #f5f7fa; + background-color: #7a7a7a; + color: whitesmoke; } .notification.is-primary { @@ -2093,47 +2093,47 @@ a.box:active { } .progress::-webkit-progress-bar { - background-color: #d3d6db; + background-color: #dbdbdb; } .progress::-webkit-progress-value { - background-color: #69707a; + background-color: #7a7a7a; } .progress::-moz-progress-bar { - background-color: #69707a; + background-color: #7a7a7a; } .progress.is-white::-webkit-progress-value { - background-color: #fff; + background-color: white; } .progress.is-white::-moz-progress-bar { - background-color: #fff; + background-color: white; } .progress.is-black::-webkit-progress-value { - background-color: #111; + background-color: #121212; } .progress.is-black::-moz-progress-bar { - background-color: #111; + background-color: #121212; } .progress.is-light::-webkit-progress-value { - background-color: #f5f7fa; + background-color: whitesmoke; } .progress.is-light::-moz-progress-bar { - background-color: #f5f7fa; + background-color: whitesmoke; } .progress.is-dark::-webkit-progress-value { - background-color: #69707a; + background-color: #7a7a7a; } .progress.is-dark::-moz-progress-bar { - background-color: #69707a; + background-color: #7a7a7a; } .progress.is-primary::-webkit-progress-value { @@ -2189,15 +2189,15 @@ a.box:active { } .table { - background-color: #fff; - color: #222324; + background-color: white; + color: #242424; margin-bottom: 20px; width: 100%; } .table td, .table th { - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; border-width: 0 0 1px; padding: 8px 10px; vertical-align: top; @@ -2256,19 +2256,19 @@ a.box:active { } .table th { - color: #222324; + color: #242424; text-align: left; } .table tr:hover { - background-color: #f5f7fa; - color: #222324; + background-color: whitesmoke; + color: #242424; } .table thead td, .table thead th { border-width: 0 0 2px; - color: #aeb1b5; + color: #b5b5b5; } .table tbody tr:last-child td, @@ -2279,7 +2279,7 @@ a.box:active { .table tfoot td, .table tfoot th { border-width: 2px 0 0; - color: #aeb1b5; + color: #b5b5b5; } .table.is-bordered td, @@ -2323,15 +2323,15 @@ a.box:active { } .table.is-striped tbody tr:hover { - background-color: #eef2f7; + background-color: #f0f0f0; } .table.is-striped tbody tr:nth-child(2n) { - background-color: #f5f7fa; + background-color: whitesmoke; } .table.is-striped tbody tr:nth-child(2n):hover { - background-color: #eef2f7; + background-color: #f0f0f0; } .title, @@ -2363,7 +2363,7 @@ a.box:active { } .title { - color: #222324; + color: #242424; font-size: 28px; line-height: 1; } @@ -2448,7 +2448,7 @@ a.box:active { } .subtitle { - color: #69707a; + color: #7a7a7a; font-size: 18px; line-height: 1.125; } @@ -2462,7 +2462,7 @@ a.box:active { } .subtitle strong { - color: #222324; + color: #242424; } .subtitle + .title { @@ -2528,7 +2528,7 @@ a.box:active { .delete, .modal-close { -moz-appearance: none; -webkit-appearance: none; - background-color: rgba(17, 17, 17, 0.2); + background-color: rgba(18, 18, 18, 0.2); border: none; border-radius: 290486px; cursor: pointer; @@ -2540,7 +2540,7 @@ a.box:active { } .delete:before, .modal-close:before, .delete:after, .modal-close:after { - background-color: #fff; + background-color: white; content: ""; display: block; height: 2px; @@ -2561,7 +2561,7 @@ a.box:active { } .delete:hover, .modal-close:hover { - background-color: rgba(17, 17, 17, 0.5); + background-color: rgba(18, 18, 18, 0.5); } .delete.is-small, .tag:not(.is-large) .delete, .tag:not(.is-large) .modal-close, .is-small.modal-close { @@ -2633,7 +2633,7 @@ a.box:active { } .hamburger span, .nav-toggle span { - background-color: #69707a; + background-color: #7a7a7a; display: block; height: 1px; left: 50%; @@ -2658,7 +2658,7 @@ a.box:active { } .hamburger:hover, .nav-toggle:hover { - background-color: #f5f7fa; + background-color: whitesmoke; } .hamburger.is-active span, .is-active.nav-toggle span { @@ -2704,7 +2704,7 @@ a.box:active { .loader, .button.is-loading:after, .control.is-loading:after { animation: spin-around 500ms infinite linear; - border: 2px solid #d3d6db; + border: 2px solid #dbdbdb; border-radius: 290486px; border-right-color: transparent; border-top-color: transparent; @@ -2716,7 +2716,7 @@ a.box:active { } .number { - background-color: #f5f7fa; + background-color: whitesmoke; border-radius: 290486px; display: inline-block; font-size: 18px; @@ -2725,9 +2725,9 @@ a.box:active { .tag { align-items: center; - background-color: #f5f7fa; + background-color: whitesmoke; border-radius: 290486px; - color: #69707a; + color: #7a7a7a; display: inline-flex; font-size: 12px; height: 24px; @@ -2745,23 +2745,23 @@ a.box:active { } .tag.is-white { - background-color: #fff; - color: #111; + background-color: white; + color: #121212; } .tag.is-black { - background-color: #111; - color: #fff; + background-color: #121212; + color: white; } .tag.is-light { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #7a7a7a; } .tag.is-dark { - background-color: #69707a; - color: #f5f7fa; + background-color: #7a7a7a; + color: whitesmoke; } .tag.is-primary { @@ -2827,14 +2827,14 @@ a.box:active { .card-header { align-items: stretch; - box-shadow: 0 1px 2px rgba(17, 17, 17, 0.1); + box-shadow: 0 1px 2px rgba(18, 18, 18, 0.1); display: flex; min-height: 40px; } .card-header-title { align-items: flex-start; - color: #222324; + color: #242424; display: flex; flex-grow: 1; font-weight: bold; @@ -2863,7 +2863,7 @@ a.box:active { } .card-footer { - border-top: 1px solid #d3d6db; + border-top: 1px solid #dbdbdb; align-items: stretch; display: flex; } @@ -2877,13 +2877,13 @@ a.box:active { } .card-footer-item:not(:last-child) { - border-right: 1px solid #d3d6db; + border-right: 1px solid #dbdbdb; } .card { - background-color: #fff; - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); - color: #69707a; + background-color: white; + box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1), 0 0 0 1px rgba(18, 18, 18, 0.1); + color: #7a7a7a; max-width: 100%; position: relative; width: 300px; @@ -4056,7 +4056,7 @@ a.box:active { } .media-number { - background-color: #f5f7fa; + background-color: whitesmoke; border-radius: 290486px; display: inline-block; font-size: 18px; @@ -4105,7 +4105,7 @@ a.box:active { } .media .media { - border-top: 1px solid rgba(211, 214, 219, 0.5); + border-top: 1px solid rgba(219, 219, 219, 0.5); display: flex; padding-top: 10px; } @@ -4124,7 +4124,7 @@ a.box:active { } .media + .media { - border-top: 1px solid rgba(211, 214, 219, 0.5); + border-top: 1px solid rgba(219, 219, 219, 0.5); margin-top: 10px; padding-top: 10px; } @@ -4147,13 +4147,13 @@ a.box:active { .menu-list a { border-radius: 2px; - color: #69707a; + color: #7a7a7a; display: block; padding: 5px 10px; } .menu-list a:hover { - background-color: #f5f7fa; + background-color: whitesmoke; color: #11e4c4; } @@ -4163,13 +4163,13 @@ a.box:active { } .menu-list li ul { - border-left: 1px solid #d3d6db; + border-left: 1px solid #dbdbdb; margin: 10px; padding-left: 10px; } .menu-label { - color: #aeb1b5; + color: #b5b5b5; font-size: 11px; letter-spacing: 1px; margin-bottom: 5px; @@ -4181,7 +4181,7 @@ a.box:active { } .message-body { - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; border-radius: 3px; padding: 12px 15px; } @@ -4191,7 +4191,7 @@ a.box:active { } .message-header { - background-color: #69707a; + background-color: #7a7a7a; border-radius: 3px 3px 0 0; color: white; padding: 7px 10px; @@ -4207,7 +4207,7 @@ a.box:active { } .message { - background-color: #f5f7fa; + background-color: whitesmoke; border-radius: 3px; } @@ -4216,12 +4216,12 @@ a.box:active { } .message.is-white .message-header { - background-color: #fff; - color: #111; + background-color: white; + color: #121212; } .message.is-white .message-body { - border-color: #fff; + border-color: white; color: #666666; } @@ -4230,40 +4230,40 @@ a.box:active { } .message.is-black .message-header { - background-color: #111; - color: #fff; + background-color: #121212; + color: white; } .message.is-black .message-body { - border-color: #111; + border-color: #121212; color: gray; } .message.is-light { - background-color: #f5f7fa; + background-color: whitesmoke; } .message.is-light .message-header { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #7a7a7a; } .message.is-light .message-body { - border-color: #f5f7fa; + border-color: whitesmoke; color: #666666; } .message.is-dark { - background-color: #f4f5f6; + background-color: whitesmoke; } .message.is-dark .message-header { - background-color: #69707a; - color: #f5f7fa; + background-color: #7a7a7a; + color: whitesmoke; } .message.is-dark .message-body { - border-color: #69707a; + border-color: #7a7a7a; color: gray; } @@ -4343,7 +4343,7 @@ a.box:active { position: absolute; right: 0; top: 0; - background-color: rgba(17, 17, 17, 0.86); + background-color: rgba(18, 18, 18, 0.86); } .modal-content, .modal-card { @@ -4381,7 +4381,7 @@ a.box:active { .modal-card-head, .modal-card-foot { align-items: center; - background-color: #f5f7fa; + background-color: whitesmoke; display: flex; flex-shrink: 0; justify-content: flex-start; @@ -4390,13 +4390,13 @@ a.box:active { } .modal-card-head { - border-bottom: 1px solid #d3d6db; + border-bottom: 1px solid #dbdbdb; border-top-left-radius: 5px; border-top-right-radius: 5px; } .modal-card-title { - color: #222324; + color: #242424; flex-grow: 1; flex-shrink: 0; font-size: 24px; @@ -4406,7 +4406,7 @@ a.box:active { .modal-card-foot { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; - border-top: 1px solid #d3d6db; + border-top: 1px solid #dbdbdb; } .modal-card-foot .button:not(:last-child) { @@ -4414,7 +4414,7 @@ a.box:active { } .modal-card-body { - background-color: #fff; + background-color: white; flex-grow: 1; flex-shrink: 1; overflow: auto; @@ -4481,17 +4481,17 @@ a.box:active { .nav-item a, a.nav-item { - color: #69707a; + color: #7a7a7a; } .nav-item a:hover, a.nav-item:hover { - color: #222324; + color: #242424; } .nav-item a.is-active, a.nav-item.is-active { - color: #222324; + color: #242424; } .nav-item a.is-tab, @@ -4517,8 +4517,8 @@ a.nav-item.is-tab.is-active { @media screen and (max-width: 768px) { .nav-menu { - background-color: #fff; - box-shadow: 0 4px 7px rgba(17, 17, 17, 0.1); + background-color: white; + box-shadow: 0 4px 7px rgba(18, 18, 18, 0.1); left: 0; display: none; right: 0; @@ -4526,7 +4526,7 @@ a.nav-item.is-tab.is-active { position: absolute; } .nav-menu .nav-item { - border-top: 1px solid rgba(211, 214, 219, 0.5); + border-top: 1px solid rgba(219, 219, 219, 0.5); padding: 10px; } .nav-menu.is-active { @@ -4573,7 +4573,7 @@ a.nav-item.is-tab.is-active { .nav { align-items: stretch; - background-color: #fff; + background-color: white; display: flex; min-height: 50px; position: relative; @@ -4605,7 +4605,7 @@ a.nav-item.is-tab.is-active { } .nav.has-shadow { - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1); + box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1); } @media screen and (max-width: 979px) { @@ -4629,7 +4629,7 @@ a.nav-item.is-tab.is-active { } .pagination span { - color: #aeb1b5; + color: #b5b5b5; display: block; margin: 0 4px; } @@ -4679,7 +4679,7 @@ a.nav-item.is-tab.is-active { text-align: center; vertical-align: top; width: 16px; - color: #aeb1b5; + color: #b5b5b5; float: left; margin: 0 4px 0 -2px; } @@ -4690,17 +4690,17 @@ a.nav-item.is-tab.is-active { } .panel-heading { - background-color: #f5f7fa; - border-bottom: 1px solid #d3d6db; + background-color: whitesmoke; + border-bottom: 1px solid #dbdbdb; border-radius: 4px 4px 0 0; - color: #222324; + color: #242424; font-size: 18px; font-weight: 300; padding: 10px; } .panel-list a { - color: #69707a; + color: #7a7a7a; } .panel-list a:hover { @@ -4715,37 +4715,37 @@ a.nav-item.is-tab.is-active { } .panel-tabs a { - border-bottom: 1px solid #d3d6db; + border-bottom: 1px solid #dbdbdb; margin-bottom: -1px; padding: 5px; } .panel-tabs a.is-active { - border-bottom-color: #222324; - color: #222324; + border-bottom-color: #242424; + color: #242424; } .panel-tabs:not(:last-child) { - border-bottom: 1px solid #d3d6db; + border-bottom: 1px solid #dbdbdb; } .panel-block { - color: #222324; + color: #242424; display: block; line-height: 16px; padding: 10px; } .panel-block:not(:last-child) { - border-bottom: 1px solid #d3d6db; + border-bottom: 1px solid #dbdbdb; } a.panel-block:hover { - background-color: #f5f7fa; + background-color: whitesmoke; } .panel { - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; border-radius: 5px; } @@ -4765,8 +4765,8 @@ a.panel-block:hover { .tabs a { align-items: center; - border-bottom: 1px solid #d3d6db; - color: #69707a; + border-bottom: 1px solid #dbdbdb; + color: #7a7a7a; display: flex; justify-content: center; margin-bottom: -1px; @@ -4775,8 +4775,8 @@ a.panel-block:hover { } .tabs a:hover { - border-bottom-color: #222324; - color: #222324; + border-bottom-color: #242424; + color: #242424; } .tabs li { @@ -4790,7 +4790,7 @@ a.panel-block:hover { .tabs ul { align-items: center; - border-bottom: 1px solid #d3d6db; + border-bottom: 1px solid #dbdbdb; display: flex; flex-grow: 1; flex-shrink: 0; @@ -4837,13 +4837,13 @@ a.panel-block:hover { } .tabs.is-boxed a:hover { - background-color: #f5f7fa; - border-bottom-color: #d3d6db; + background-color: whitesmoke; + border-bottom-color: #dbdbdb; } .tabs.is-boxed li.is-active a { - background-color: #fff; - border-color: #d3d6db; + background-color: white; + border-color: #dbdbdb; border-bottom-color: transparent !important; } @@ -4853,7 +4853,7 @@ a.panel-block:hover { } .tabs.is-toggle a { - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; margin-bottom: 0; padding-bottom: 5px; padding-top: 5px; @@ -4861,8 +4861,8 @@ a.panel-block:hover { } .tabs.is-toggle a:hover { - background-color: #f5f7fa; - border-color: #aeb1b5; + background-color: whitesmoke; + border-color: #b5b5b5; z-index: 2; } @@ -4999,7 +4999,7 @@ a.panel-block:hover { .hero { align-items: stretch; - background-color: #fff; + background-color: white; display: flex; flex-direction: column; justify-content: space-between; @@ -5007,7 +5007,7 @@ a.panel-block:hover { .hero .nav { background: none; - box-shadow: 0 1px 0 rgba(211, 214, 219, 0.3); + box-shadow: 0 1px 0 rgba(219, 219, 219, 0.3); } .hero .tabs ul { @@ -5015,12 +5015,12 @@ a.panel-block:hover { } .hero.is-white { - background-color: #fff; - color: #111; + background-color: white; + color: #121212; } .hero.is-white .title { - color: #111; + color: #121212; } .hero.is-white .title a, @@ -5029,37 +5029,37 @@ a.panel-block:hover { } .hero.is-white .subtitle { - color: rgba(17, 17, 17, 0.7); + color: rgba(18, 18, 18, 0.7); } .hero.is-white .subtitle a, .hero.is-white .subtitle strong { - color: #111; + color: #121212; } .hero.is-white .nav { - box-shadow: 0 1px 0 rgba(17, 17, 17, 0.2); + box-shadow: 0 1px 0 rgba(18, 18, 18, 0.2); } @media screen and (max-width: 768px) { .hero.is-white .nav-menu { - background-color: #fff; + background-color: white; } } .hero.is-white a.nav-item, .hero.is-white .nav-item a:not(.button) { - color: rgba(17, 17, 17, 0.5); + color: rgba(18, 18, 18, 0.5); } .hero.is-white a.nav-item:hover, .hero.is-white a.nav-item.is-active, .hero.is-white .nav-item a:not(.button):hover, .hero.is-white .nav-item a:not(.button).is-active { - color: #111; + color: #121212; } .hero.is-white .tabs a { - color: #111; + color: #121212; opacity: 0.5; } @@ -5072,45 +5072,45 @@ a.panel-block:hover { } .hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a { - color: #111; + color: #121212; } .hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover { - background-color: #111; - border-color: #111; - color: #fff; + background-color: #121212; + border-color: #121212; + color: white; } .hero.is-white.is-bold { - background-image: linear-gradient(141deg, #e6e6e6 0%, #fff 71%, white 100%); + background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); } @media screen and (max-width: 768px) { .hero.is-white .nav-toggle span { - background-color: #111; + background-color: #121212; } .hero.is-white .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-white .nav-toggle.is-active span { - background-color: #111; + background-color: #121212; } .hero.is-white .nav-menu .nav-item { - border-top-color: rgba(17, 17, 17, 0.2); + border-top-color: rgba(18, 18, 18, 0.2); } } .hero.is-black { - background-color: #111; - color: #fff; + background-color: #121212; + color: white; } .hero.is-black .title { - color: #fff; + color: white; } .hero.is-black .title a, @@ -5124,7 +5124,7 @@ a.panel-block:hover { .hero.is-black .subtitle a, .hero.is-black .subtitle strong { - color: #fff; + color: white; } .hero.is-black .nav { @@ -5133,7 +5133,7 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-black .nav-menu { - background-color: #111; + background-color: #121212; } } @@ -5145,11 +5145,11 @@ a.panel-block:hover { .hero.is-black a.nav-item:hover, .hero.is-black a.nav-item.is-active, .hero.is-black .nav-item a:not(.button):hover, .hero.is-black .nav-item a:not(.button).is-active { - color: #fff; + color: white; } .hero.is-black .tabs a { - color: #fff; + color: white; opacity: 0.5; } @@ -5162,32 +5162,32 @@ a.panel-block:hover { } .hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a { - color: #fff; + color: white; } .hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover { - background-color: #fff; - border-color: #fff; - color: #111; + background-color: white; + border-color: white; + color: #121212; } .hero.is-black.is-bold { - background-image: linear-gradient(141deg, black 0%, #111 71%, #1f1c1c 100%); + background-image: linear-gradient(141deg, black 0%, #121212 71%, #201d1d 100%); } @media screen and (max-width: 768px) { .hero.is-black .nav-toggle span { - background-color: #fff; + background-color: white; } .hero.is-black .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-black .nav-toggle.is-active span { - background-color: #fff; + background-color: white; } .hero.is-black .nav-menu .nav-item { border-top-color: rgba(255, 255, 255, 0.2); @@ -5195,12 +5195,12 @@ a.panel-block:hover { } .hero.is-light { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #7a7a7a; } .hero.is-light .title { - color: #69707a; + color: #7a7a7a; } .hero.is-light .title a, @@ -5209,37 +5209,37 @@ a.panel-block:hover { } .hero.is-light .subtitle { - color: rgba(105, 112, 122, 0.7); + color: rgba(122, 122, 122, 0.7); } .hero.is-light .subtitle a, .hero.is-light .subtitle strong { - color: #69707a; + color: #7a7a7a; } .hero.is-light .nav { - box-shadow: 0 1px 0 rgba(105, 112, 122, 0.2); + box-shadow: 0 1px 0 rgba(122, 122, 122, 0.2); } @media screen and (max-width: 768px) { .hero.is-light .nav-menu { - background-color: #f5f7fa; + background-color: whitesmoke; } } .hero.is-light a.nav-item, .hero.is-light .nav-item a:not(.button) { - color: rgba(105, 112, 122, 0.5); + color: rgba(122, 122, 122, 0.5); } .hero.is-light a.nav-item:hover, .hero.is-light a.nav-item.is-active, .hero.is-light .nav-item a:not(.button):hover, .hero.is-light .nav-item a:not(.button).is-active { - color: #69707a; + color: #7a7a7a; } .hero.is-light .tabs a { - color: #69707a; + color: #7a7a7a; opacity: 0.5; } @@ -5252,45 +5252,45 @@ a.panel-block:hover { } .hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a { - color: #69707a; + color: #7a7a7a; } .hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover { - background-color: #69707a; - border-color: #69707a; - color: #f5f7fa; + background-color: #7a7a7a; + border-color: #7a7a7a; + color: whitesmoke; } .hero.is-light.is-bold { - background-image: linear-gradient(141deg, #d0e0ec 0%, #f5f7fa 71%, white 100%); + background-image: linear-gradient(141deg, #dfd8d8 0%, whitesmoke 71%, white 100%); } @media screen and (max-width: 768px) { .hero.is-light .nav-toggle span { - background-color: #69707a; + background-color: #7a7a7a; } .hero.is-light .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-light .nav-toggle.is-active span { - background-color: #69707a; + background-color: #7a7a7a; } .hero.is-light .nav-menu .nav-item { - border-top-color: rgba(105, 112, 122, 0.2); + border-top-color: rgba(122, 122, 122, 0.2); } } .hero.is-dark { - background-color: #69707a; - color: #f5f7fa; + background-color: #7a7a7a; + color: whitesmoke; } .hero.is-dark .title { - color: #f5f7fa; + color: whitesmoke; } .hero.is-dark .title a, @@ -5299,37 +5299,37 @@ a.panel-block:hover { } .hero.is-dark .subtitle { - color: rgba(245, 247, 250, 0.7); + color: rgba(245, 245, 245, 0.7); } .hero.is-dark .subtitle a, .hero.is-dark .subtitle strong { - color: #f5f7fa; + color: whitesmoke; } .hero.is-dark .nav { - box-shadow: 0 1px 0 rgba(245, 247, 250, 0.2); + box-shadow: 0 1px 0 rgba(245, 245, 245, 0.2); } @media screen and (max-width: 768px) { .hero.is-dark .nav-menu { - background-color: #69707a; + background-color: #7a7a7a; } } .hero.is-dark a.nav-item, .hero.is-dark .nav-item a:not(.button) { - color: rgba(245, 247, 250, 0.5); + color: rgba(245, 245, 245, 0.5); } .hero.is-dark a.nav-item:hover, .hero.is-dark a.nav-item.is-active, .hero.is-dark .nav-item a:not(.button):hover, .hero.is-dark .nav-item a:not(.button).is-active { - color: #f5f7fa; + color: whitesmoke; } .hero.is-dark .tabs a { - color: #f5f7fa; + color: whitesmoke; opacity: 0.5; } @@ -5342,35 +5342,35 @@ a.panel-block:hover { } .hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a { - color: #f5f7fa; + color: whitesmoke; } .hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover { - background-color: #f5f7fa; - border-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + border-color: whitesmoke; + color: #7a7a7a; } .hero.is-dark.is-bold { - background-image: linear-gradient(141deg, #495a67 0%, #69707a 71%, #6e768e 100%); + background-image: linear-gradient(141deg, #6b5757 0%, #7a7a7a 71%, #8d8181 100%); } @media screen and (max-width: 768px) { .hero.is-dark .nav-toggle span { - background-color: #f5f7fa; + background-color: whitesmoke; } .hero.is-dark .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-dark .nav-toggle.is-active span { - background-color: #f5f7fa; + background-color: whitesmoke; } .hero.is-dark .nav-menu .nav-item { - border-top-color: rgba(245, 247, 250, 0.2); + border-top-color: rgba(245, 245, 245, 0.2); } } @@ -5436,7 +5436,7 @@ a.panel-block:hover { } .hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .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 { @@ -5454,7 +5454,7 @@ a.panel-block:hover { background-color: white; } .hero.is-primary .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-primary .nav-toggle.is-active span { background-color: white; @@ -5526,7 +5526,7 @@ a.panel-block:hover { } .hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover { @@ -5544,7 +5544,7 @@ a.panel-block:hover { background-color: white; } .hero.is-info .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-info .nav-toggle.is-active span { background-color: white; @@ -5616,7 +5616,7 @@ a.panel-block:hover { } .hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .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 { @@ -5634,7 +5634,7 @@ a.panel-block:hover { background-color: white; } .hero.is-success .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-success .nav-toggle.is-active span { background-color: white; @@ -5706,7 +5706,7 @@ a.panel-block:hover { } .hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { @@ -5724,7 +5724,7 @@ a.panel-block:hover { background-color: white; } .hero.is-warning .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-warning .nav-toggle.is-active span { background-color: white; @@ -5796,7 +5796,7 @@ a.panel-block:hover { } .hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover { @@ -5814,7 +5814,7 @@ a.panel-block:hover { background-color: white; } .hero.is-danger .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(18, 18, 18, 0.1); } .hero.is-danger .nav-toggle.is-active span { background-color: white; @@ -5853,7 +5853,7 @@ a.panel-block:hover { } .section { - background-color: #fff; + background-color: white; padding: 40px 20px; } @@ -5867,20 +5867,20 @@ a.panel-block:hover { } .footer { - background-color: #f5f7fa; + background-color: whitesmoke; padding: 40px 20px 80px; } .footer a, .footer a:visited { - color: #69707a; + color: #7a7a7a; } .footer a:hover, .footer a:visited:hover { - color: #222324; + color: #242424; } .footer a:not(.icon), .footer a:visited:not(.icon) { - border-bottom: 1px solid #d3d6db; + border-bottom: 1px solid #dbdbdb; } .footer a:not(.icon):hover, .footer a:visited:not(.icon):hover { @@ -5889,7 +5889,7 @@ a.panel-block:hover { @media screen and (min-width: 769px) { .button small { - color: #69707a; + color: #7a7a7a; left: 0; margin-top: 10px; position: absolute; @@ -5949,7 +5949,7 @@ body.page-grid .column > .notification { #carbonads .carbon-text { display: block; - color: #222324; + color: #242424; margin-bottom: 5px; margin-left: 145px; } @@ -5967,7 +5967,7 @@ body.page-grid .column > .notification { #github:hover { background: #333333; border-color: #333333; - color: #fff; + color: white; } #twitter { @@ -5978,12 +5978,12 @@ body.page-grid .column > .notification { #twitter:hover { background: #55acee; border-color: #55acee; - color: #fff; + color: white; } #b { border-radius: 20px; - box-shadow: 0 20px 60px rgba(17, 17, 17, 0.05), 0 5px 10px rgba(17, 17, 17, 0.1), 0 1px 1px rgba(17, 17, 17, 0.2); + box-shadow: 0 20px 60px rgba(18, 18, 18, 0.05), 0 5px 10px rgba(18, 18, 18, 0.1), 0 1px 1px rgba(18, 18, 18, 0.2); display: inline-block; height: 240px; margin-bottom: 40px; @@ -6022,9 +6022,9 @@ body.page-grid .column > .notification { } #tweet { - background: #fff; + background: white; border-radius: 5px; - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); + box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1), 0 0 0 1px rgba(18, 18, 18, 0.1); padding: 20px; } @@ -6149,9 +6149,9 @@ body.page-grid .column > .notification { position: absolute; right: 0; top: 0; - background: rgba(17, 17, 17, 0.7); - background: #f5f7fa; - border: 1px solid #d3d6db; + background: rgba(18, 18, 18, 0.7); + background: whitesmoke; + border: 1px solid #dbdbdb; content: ""; display: block; z-index: 1; @@ -6166,7 +6166,7 @@ body.page-grid .column > .notification { align-items: center; content: attr(title); display: flex; - font-family: "Source Code Pro", "Monaco", "Inconsolata", monospace; + font-family: "Inconsolata", "Consolas", "Monaco", monospace; font-size: 11px; justify-content: center; padding: 3px 5px; @@ -6189,10 +6189,10 @@ body.page-grid .column > .notification { .highlight .copy, .highlight .expand { - background: #fff; - border: solid #d3d6db; + background: white; + border: solid #dbdbdb; border-width: 0 0 1px 1px; - color: #aeb1b5; + color: #b5b5b5; outline: none; position: absolute; right: 0; @@ -6239,6 +6239,6 @@ body.page-grid .column > .notification { } #newsletter .input, #newsletter .textarea { - border-color: #fff; + border-color: white; box-shadow: none; } diff --git a/docs/documentation/elements/form.html b/docs/documentation/elements/form.html index 5773df4d..7b448de2 100644 --- a/docs/documentation/elements/form.html +++ b/docs/documentation/elements/form.html @@ -479,7 +479,7 @@ doc-subtab: form - + Transfer

@@ -494,7 +494,7 @@ doc-subtab: form - + Transfer

@@ -512,7 +512,7 @@ doc-subtab: form - + Transfer

@@ -527,7 +527,7 @@ doc-subtab: form - + Transfer

@@ -542,7 +542,7 @@ doc-subtab: form - + Transfer

@@ -557,7 +557,7 @@ doc-subtab: form - + Transfer

diff --git a/sass/utilities/variables.sass b/sass/utilities/variables.sass index acbcc4e8..86336c54 100644 --- a/sass/utilities/variables.sass +++ b/sass/utilities/variables.sass @@ -2,21 +2,13 @@ // Colors -$black: #111 !default -$grey-darker: #222324 !default -$grey-dark: #69707a !default -$grey: #aeb1b5 !default -$grey-light: #d3d6db !default -$grey-lighter: #f5f7fa !default -$white: #fff !default - -// $blue: #42afe3 !default -// $green: #97cd76 !default -// $orange: #f68b39 !default -// $purple: #847bb9 !default -// $red: #ed6c63 !default -// $turquoise: #1fc8db !default -// $yellow: #fce473 !default +$black: hsl(0, 0%, 7%) !default +$grey-darker: hsl(0, 0%, 14%) !default +$grey-dark: hsl(0, 0%, 48%) !default +$grey: hsl(0, 0%, 71%) !default +$grey-light: hsl(0, 0%, 86%) !default +$grey-lighter: hsl(0, 0%, 96%) !default +$white: hsl(0, 0%, 100%) !default $orange: hsl(14, 100%, 53%) !default $yellow: hsl(48, 100%, 53%) !default @@ -28,8 +20,8 @@ $red: hsl(348, 100%, 53%) !default // Typography -$family-sans-serif: "Helvetica Neue", "Helvetica", "Arial", sans-serif !default -$family-monospace: "Source Code Pro", "Monaco", "Inconsolata", monospace !default +$family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !default +$family-monospace: "Inconsolata", "Consolas", "Monaco", monospace !default $size-1: 48px !default $size-2: 40px !default From 9928f2b9f0a08de5385e8e9fdc95150659cc8924 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Thu, 22 Sep 2016 19:48:42 +0100 Subject: [PATCH 04/18] Add new svg logo --- docs/_includes/svg/bulma-icon.svg | 12 + docs/bulma-docs.sass | 4 + docs/css/bulma-docs.css | 1190 +++++++---------------------- docs/index.html | 2 +- sass/elements/button.sass | 2 +- sass/elements/content.sass | 1 + sass/layout/hero.sass | 6 +- sass/utilities/functions.sass | 10 +- 8 files changed, 318 insertions(+), 909 deletions(-) create mode 100644 docs/_includes/svg/bulma-icon.svg diff --git a/docs/_includes/svg/bulma-icon.svg b/docs/_includes/svg/bulma-icon.svg new file mode 100644 index 00000000..34ea9e6d --- /dev/null +++ b/docs/_includes/svg/bulma-icon.svg @@ -0,0 +1,12 @@ + + + + bulma-icon + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/docs/bulma-docs.sass b/docs/bulma-docs.sass index 444ac748..4bffec0c 100644 --- a/docs/bulma-docs.sass +++ b/docs/bulma-docs.sass @@ -85,6 +85,10 @@ $twitter: #55acee margin-bottom: 40px vertical-align: top width: 240px + svg + display: block + height: 240px + width: 240px +mobile border-radius: 10px height: 120px diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index fcf7a7f9..61224fff 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -165,25 +165,12 @@ input[type=button] { overflow: visible; } -@-webkit-keyframes spin-around { - from { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - to { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} - @keyframes spin-around { from { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); + transform: rotate(0deg); } to { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); + transform: rotate(359deg); } } @@ -235,7 +222,6 @@ a { color: #11e4c4; cursor: pointer; text-decoration: none; - -webkit-transition: none 86ms ease-out; transition: none 86ms ease-out; } @@ -387,63 +373,47 @@ table th { } .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) { .is-flex-tablet { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 769px) and (max-width: 979px) { .is-flex-tablet-only { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @media screen and (max-width: 979px) { .is-flex-touch { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 980px) { .is-flex-desktop { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 980px) and (max-width: 1179px) { .is-flex-desktop-only { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 1180px) { .is-flex-widescreen { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @@ -541,63 +511,47 @@ table th { } .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) { .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: 979px) { .is-inline-flex-tablet-only { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (max-width: 979px) { .is-inline-flex-touch { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (min-width: 980px) { .is-inline-flex-desktop { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (min-width: 980px) and (max-width: 1179px) { .is-inline-flex-desktop-only { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (min-width: 1180px) { .is-inline-flex-widescreen { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; display: inline-flex !important; } } @@ -717,29 +671,21 @@ a.box:active { .button { -moz-appearance: none; -webkit-appearance: none; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: white; border: 1px solid #dbdbdb; border-radius: 3px; color: #242424; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 14px; height: 32px; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; line-height: 24px; padding-left: 8px; padding-right: 8px; position: relative; vertical-align: top; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; padding-left: 10px; padding-right: 10px; text-align: center; @@ -816,7 +762,7 @@ a.box:active { } .button.is-white:hover, .button.is-white:focus, .button.is-white.is-active { - background-color: #e6e6e6; + background-color: #f2f2f2; border-color: transparent; color: #121212; } @@ -857,7 +803,7 @@ a.box:active { } .button.is-black:hover, .button.is-black:focus, .button.is-black.is-active { - background-color: black; + background-color: #050505; border-color: transparent; color: white; } @@ -898,7 +844,7 @@ a.box:active { } .button.is-light:hover, .button.is-light:focus, .button.is-light.is-active { - background-color: #dbdbdb; + background-color: #e8e8e8; border-color: transparent; color: #7a7a7a; } @@ -939,7 +885,7 @@ a.box:active { } .button.is-dark:hover, .button.is-dark:focus, .button.is-dark.is-active { - background-color: #616161; + background-color: #6e6e6e; border-color: transparent; color: whitesmoke; } @@ -980,7 +926,7 @@ a.box:active { } .button.is-primary:hover, .button.is-primary:focus, .button.is-primary.is-active { - background-color: #0eb49b; + background-color: #0fccb0; border-color: transparent; color: white; } @@ -1021,7 +967,7 @@ a.box:active { } .button.is-info:hover, .button.is-info:focus, .button.is-info.is-active { - background-color: #0054db; + background-color: #005ef5; border-color: transparent; color: white; } @@ -1062,7 +1008,7 @@ a.box:active { } .button.is-success:hover, .button.is-success:focus, .button.is-success.is-active { - background-color: #0fcc51; + background-color: #11e45b; border-color: transparent; color: white; } @@ -1103,7 +1049,7 @@ a.box:active { } .button.is-warning:hover, .button.is-warning:focus, .button.is-warning.is-active { - background-color: #dbaf00; + background-color: #f5c400; border-color: transparent; color: white; } @@ -1144,7 +1090,7 @@ a.box:active { } .button.is-danger:hover, .button.is-danger:focus, .button.is-danger.is-active { - background-color: #db002c; + background-color: #f50031; border-color: transparent; color: white; } @@ -1218,8 +1164,6 @@ a.box:active { } .button.is-fullwidth { - display: -webkit-box; - display: -ms-flexbox; display: flex; width: 100%; } @@ -1238,6 +1182,10 @@ a.box:active { position: absolute !important; } +.content { + color: #7a7a7a; +} + .content a:not(.button) { border-bottom: 1px solid #dbdbdb; } @@ -1351,21 +1299,15 @@ a.box:active { .input, .textarea { -moz-appearance: none; -webkit-appearance: none; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: white; border: 1px solid #dbdbdb; border-radius: 3px; color: #242424; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 14px; height: 32px; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; line-height: 24px; padding-left: 8px; padding-right: 8px; @@ -1533,21 +1475,15 @@ a.box:active { .select select { -moz-appearance: none; -webkit-appearance: none; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: white; border: 1px solid #dbdbdb; border-radius: 3px; color: #242424; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 14px; height: 32px; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; line-height: 24px; padding-left: 8px; padding-right: 8px; @@ -1652,8 +1588,7 @@ a.box:active { height: 7px; pointer-events: none; position: absolute; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); + transform: rotate(-45deg); width: 7px; margin-top: -6px; right: 16px; @@ -1764,13 +1699,9 @@ a.box:active { @media screen and (min-width: 769px) { .control-label { - -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; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; margin-right: 20px; padding-top: 7px; text-align: right; @@ -1787,12 +1718,8 @@ a.box:active { } .control.has-addons { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; } .control.has-addons .button, @@ -1853,34 +1780,24 @@ a.box:active { .control.has-addons .input.is-expanded, .control.has-addons .is-expanded.textarea, .control.has-addons .select.is-expanded { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .control.has-addons.has-addons-centered { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .control.has-addons.has-addons-right { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; } .control.has-addons.has-addons-fullwidth .button, .control.has-addons.has-addons-fullwidth .input, .control.has-addons.has-addons-fullwidth .textarea, .control.has-addons.has-addons-fullwidth .select { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .control.has-icon > .fa { @@ -1982,12 +1899,8 @@ a.box:active { } .control.is-grouped { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; } .control.is-grouped > .control:not(:last-child) { @@ -1996,42 +1909,27 @@ a.box:active { } .control.is-grouped > .control.is-expanded { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .control.is-grouped.is-grouped-centered { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .control.is-grouped.is-grouped-right { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; } @media screen and (min-width: 769px) { .control.is-horizontal { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .control.is-horizontal > .control { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -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; + flex-basis: 0; + flex-grow: 5; + flex-shrink: 1; } } @@ -2659,13 +2557,11 @@ a.box:active { } .delete:before, .modal-close:before { - -webkit-transform: rotate(45deg); - transform: rotate(45deg); + transform: rotate(45deg); } .delete:after, .modal-close:after { - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); + transform: rotate(-45deg); } .delete:hover, .modal-close:hover { @@ -2748,12 +2644,8 @@ a.box:active { 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; } @@ -2779,10 +2671,8 @@ a.box:active { .hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { margin-left: -5px; - -webkit-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transform-origin: left top; - transform-origin: left top; + transform: rotate(45deg); + transform-origin: left top; } .hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { @@ -2791,10 +2681,8 @@ a.box:active { .hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { margin-left: -5px; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); - -webkit-transform-origin: left bottom; - transform-origin: left bottom; + transform: rotate(-45deg); + transform-origin: left bottom; } .heading { @@ -2819,8 +2707,7 @@ a.box:active { } .loader, .button.is-loading:after, .control.is-loading:after { - -webkit-animation: spin-around 500ms infinite linear; - animation: spin-around 500ms infinite linear; + animation: spin-around 500ms infinite linear; border: 2px solid #dbdbdb; border-radius: 290486px; border-right-color: transparent; @@ -2841,20 +2728,14 @@ a.box:active { } .tag { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: whitesmoke; border-radius: 290486px; color: #7a7a7a; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 12px; height: 24px; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; line-height: 16px; padding-left: 10px; padding-right: 10px; @@ -2949,42 +2830,26 @@ a.box:active { } .card-header { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; + align-items: stretch; box-shadow: 0 1px 2px rgba(18, 18, 18, 0.1); - display: -webkit-box; - display: -ms-flexbox; display: flex; min-height: 40px; } .card-header-title { - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; + align-items: flex-start; color: #242424; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; + flex-grow: 1; font-weight: bold; padding: 10px; } .card-header-icon { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; cursor: pointer; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; width: 40px; } @@ -3003,27 +2868,15 @@ a.box:active { .card-footer { border-top: 1px solid #dbdbdb; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; } .card-footer-item { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + flex-grow: 1; + justify-content: center; padding: 10px; } @@ -3053,61 +2906,43 @@ a.box:active { } .column { - -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; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 1; padding: 10px; } .columns.is-mobile > .column.is-narrow { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; } .columns.is-mobile > .column.is-full { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .columns.is-mobile > .column.is-three-quarters { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .columns.is-mobile > .column.is-two-thirds { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.6666%; } .columns.is-mobile > .column.is-half { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .columns.is-mobile > .column.is-one-third { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.3333%; } .columns.is-mobile > .column.is-one-quarter { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } @@ -3132,9 +2967,7 @@ a.box:active { } .columns.is-mobile > .column.is-1 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 8.33333%; } @@ -3143,9 +2976,7 @@ a.box:active { } .columns.is-mobile > .column.is-2 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 16.66667%; } @@ -3154,9 +2985,7 @@ a.box:active { } .columns.is-mobile > .column.is-3 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } @@ -3165,9 +2994,7 @@ a.box:active { } .columns.is-mobile > .column.is-4 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.33333%; } @@ -3176,9 +3003,7 @@ a.box:active { } .columns.is-mobile > .column.is-5 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 41.66667%; } @@ -3187,9 +3012,7 @@ a.box:active { } .columns.is-mobile > .column.is-6 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } @@ -3198,9 +3021,7 @@ a.box:active { } .columns.is-mobile > .column.is-7 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 58.33333%; } @@ -3209,9 +3030,7 @@ a.box:active { } .columns.is-mobile > .column.is-8 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.66667%; } @@ -3220,9 +3039,7 @@ a.box:active { } .columns.is-mobile > .column.is-9 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } @@ -3231,9 +3048,7 @@ a.box:active { } .columns.is-mobile > .column.is-10 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 83.33333%; } @@ -3242,9 +3057,7 @@ a.box:active { } .columns.is-mobile > .column.is-11 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 91.66667%; } @@ -3253,9 +3066,7 @@ a.box:active { } .columns.is-mobile > .column.is-12 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } @@ -3265,44 +3076,30 @@ a.box:active { @media screen and (max-width: 768px) { .column.is-narrow-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; } .column.is-full-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-three-quarters-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-two-thirds-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.6666%; } .column.is-half-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-one-third-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.3333%; } .column.is-one-quarter-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-three-quarters-mobile { @@ -3321,108 +3118,84 @@ a.box:active { margin-left: 25%; } .column.is-1-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 8.33333%; } .column.is-offset-1-mobile { margin-left: 8.33333%; } .column.is-2-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 16.66667%; } .column.is-offset-2-mobile { margin-left: 16.66667%; } .column.is-3-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-3-mobile { margin-left: 25%; } .column.is-4-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.33333%; } .column.is-offset-4-mobile { margin-left: 33.33333%; } .column.is-5-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 41.66667%; } .column.is-offset-5-mobile { margin-left: 41.66667%; } .column.is-6-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-offset-6-mobile { margin-left: 50%; } .column.is-7-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 58.33333%; } .column.is-offset-7-mobile { margin-left: 58.33333%; } .column.is-8-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.66667%; } .column.is-offset-8-mobile { margin-left: 66.66667%; } .column.is-9-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-offset-9-mobile { margin-left: 75%; } .column.is-10-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 83.33333%; } .column.is-offset-10-mobile { margin-left: 83.33333%; } .column.is-11-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 91.66667%; } .column.is-offset-11-mobile { margin-left: 91.66667%; } .column.is-12-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-offset-12-mobile { @@ -3432,44 +3205,30 @@ a.box:active { @media screen and (min-width: 769px) { .column.is-narrow, .column.is-narrow-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; } .column.is-full, .column.is-full-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-three-quarters, .column.is-three-quarters-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-two-thirds, .column.is-two-thirds-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.6666%; } .column.is-half, .column.is-half-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-one-third, .column.is-one-third-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.3333%; } .column.is-one-quarter, .column.is-one-quarter-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet { @@ -3488,108 +3247,84 @@ a.box:active { margin-left: 25%; } .column.is-1, .column.is-1-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-offset-12, .column.is-offset-12-tablet { @@ -3599,44 +3334,30 @@ a.box:active { @media screen and (min-width: 980px) { .column.is-narrow-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; } .column.is-full-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-three-quarters-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-two-thirds-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.6666%; } .column.is-half-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-one-third-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.3333%; } .column.is-one-quarter-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-three-quarters-desktop { @@ -3655,108 +3376,84 @@ a.box:active { margin-left: 25%; } .column.is-1-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 8.33333%; } .column.is-offset-1-desktop { margin-left: 8.33333%; } .column.is-2-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 16.66667%; } .column.is-offset-2-desktop { margin-left: 16.66667%; } .column.is-3-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-3-desktop { margin-left: 25%; } .column.is-4-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.33333%; } .column.is-offset-4-desktop { margin-left: 33.33333%; } .column.is-5-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 41.66667%; } .column.is-offset-5-desktop { margin-left: 41.66667%; } .column.is-6-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-offset-6-desktop { margin-left: 50%; } .column.is-7-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 58.33333%; } .column.is-offset-7-desktop { margin-left: 58.33333%; } .column.is-8-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.66667%; } .column.is-offset-8-desktop { margin-left: 66.66667%; } .column.is-9-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-offset-9-desktop { margin-left: 75%; } .column.is-10-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 83.33333%; } .column.is-offset-10-desktop { margin-left: 83.33333%; } .column.is-11-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 91.66667%; } .column.is-offset-11-desktop { margin-left: 91.66667%; } .column.is-12-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-offset-12-desktop { @@ -3766,44 +3463,30 @@ a.box:active { @media screen and (min-width: 1180px) { .column.is-narrow-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; } .column.is-full-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-three-quarters-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-two-thirds-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.6666%; } .column.is-half-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-one-third-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.3333%; } .column.is-one-quarter-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-three-quarters-widescreen { @@ -3822,108 +3505,84 @@ a.box:active { margin-left: 25%; } .column.is-1-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 8.33333%; } .column.is-offset-1-widescreen { margin-left: 8.33333%; } .column.is-2-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 16.66667%; } .column.is-offset-2-widescreen { margin-left: 16.66667%; } .column.is-3-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-3-widescreen { margin-left: 25%; } .column.is-4-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.33333%; } .column.is-offset-4-widescreen { margin-left: 33.33333%; } .column.is-5-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 41.66667%; } .column.is-offset-5-widescreen { margin-left: 41.66667%; } .column.is-6-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-offset-6-widescreen { margin-left: 50%; } .column.is-7-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 58.33333%; } .column.is-offset-7-widescreen { margin-left: 58.33333%; } .column.is-8-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.66667%; } .column.is-offset-8-widescreen { margin-left: 66.66667%; } .column.is-9-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-offset-9-widescreen { margin-left: 75%; } .column.is-10-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 83.33333%; } .column.is-offset-10-widescreen { margin-left: 83.33333%; } .column.is-11-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 91.66667%; } .column.is-offset-11-widescreen { margin-left: 91.66667%; } .column.is-12-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-offset-12-widescreen { @@ -3946,9 +3605,7 @@ a.box:active { } .columns.is-centered { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .columns.is-gapless { @@ -3972,8 +3629,7 @@ a.box:active { @media screen and (min-width: 769px) { .columns.is-grid { - -ms-flex-wrap: wrap; - flex-wrap: wrap; + flex-wrap: wrap; } .columns.is-grid > .column { max-width: 33.3333%; @@ -3986,53 +3642,34 @@ a.box:active { } .columns.is-mobile { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .columns.is-multiline { - -ms-flex-wrap: wrap; - flex-wrap: wrap; + flex-wrap: wrap; } .columns.is-vcentered { - -webkit-box-align: center; - -ms-flex-align: center; - -ms-grid-row-align: center; - align-items: center; + align-items: center; } @media screen and (min-width: 769px) { .columns:not(.is-desktop) { - display: -webkit-box; - display: -ms-flexbox; display: flex; } } @media screen and (min-width: 980px) { .columns.is-desktop { - display: -webkit-box; - display: -ms-flexbox; display: flex; } } .tile { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - -ms-grid-row-align: stretch; - align-items: stretch; - -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; - min-height: -webkit-min-content; - min-height: -moz-min-content; + align-items: stretch; + flex-basis: auto; + flex-grow: 1; + flex-shrink: 1; min-height: min-content; } @@ -4059,10 +3696,7 @@ a.box:active { } .tile.is-vertical { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; + flex-direction: column; } .tile.is-vertical > .tile.is-child:not(:last-child) { @@ -4071,80 +3705,54 @@ a.box:active { @media screen and (min-width: 769px) { .tile:not(.is-child) { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .tile.is-1 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 8.33333%; } .tile.is-2 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 16.66667%; } .tile.is-3 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .tile.is-4 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.33333%; } .tile.is-5 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 41.66667%; } .tile.is-6 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .tile.is-7 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 58.33333%; } .tile.is-8 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.66667%; } .tile.is-9 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .tile.is-10 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 83.33333%; } .tile.is-11 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 91.66667%; } .tile.is-12 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } } @@ -4392,9 +4000,7 @@ a.box:active { .level-left .level-item.is-flexible, .level-right .level-item.is-flexible { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; + flex-grow: 1; } @media screen and (max-width: 768px) { @@ -4405,37 +4011,22 @@ a.box:active { @media screen and (min-width: 769px) { .level-left { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; } } @media screen and (min-width: 769px) { .level-right { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; } } .level { - -webkit-box-align: center; - -ms-flex-align: center; - -ms-grid-row-align: center; - align-items: center; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; + align-items: center; + justify-content: space-between; } .level code { @@ -4448,8 +4039,6 @@ a.box:active { } .level.is-mobile { - display: -webkit-box; - display: -ms-flexbox; display: flex; } @@ -4458,21 +4047,15 @@ a.box:active { } .level.is-mobile > .level-item:not(.is-narrow) { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; + flex-grow: 1; } @media screen and (min-width: 769px) { .level { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .level > .level-item:not(.is-narrow) { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; + flex-grow: 1; } } @@ -4510,20 +4093,13 @@ a.box:active { } .media-content { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 1; - flex-shrink: 1; + flex-grow: 1; + flex-shrink: 1; text-align: left; } .media { - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - display: -webkit-box; - display: -ms-flexbox; + align-items: flex-start; display: flex; text-align: left; } @@ -4534,8 +4110,6 @@ a.box:active { .media .media { border-top: 1px solid rgba(219, 219, 219, 0.5); - display: -webkit-box; - display: -ms-flexbox; display: flex; padding-top: 10px; } @@ -4802,31 +4376,19 @@ a.box:active { } .modal-card { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; + flex-direction: column; max-height: calc(100vh - 40px); overflow: hidden; } .modal-card-head, .modal-card-foot { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: whitesmoke; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + flex-shrink: 0; + justify-content: flex-start; padding: 20px; position: relative; } @@ -4839,11 +4401,8 @@ a.box:active { .modal-card-title { color: #242424; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; font-size: 24px; line-height: 1; } @@ -4860,11 +4419,8 @@ a.box:active { .modal-card-body { background-color: white; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 1; - flex-shrink: 1; + flex-grow: 1; + flex-shrink: 1; overflow: auto; padding: 20px; } @@ -4875,22 +4431,15 @@ a.box:active { position: absolute; right: 0; top: 0; - -webkit-box-align: center; - -ms-flex-align: center; - -ms-grid-row-align: center; - align-items: center; + align-items: center; display: none; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; overflow: hidden; position: fixed; z-index: 1986; } .modal.is-active { - display: -webkit-box; - display: -ms-flexbox; display: flex; } @@ -4901,24 +4450,15 @@ a.box:active { } .nav-item { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; padding: 10px; } .nav-item a { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .nav-item img { @@ -4939,9 +4479,7 @@ a.box:active { @media screen and (max-width: 768px) { .nav-item { - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; } } @@ -5007,69 +4545,39 @@ a.nav-item.is-tab.is-active { } .nav-left { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; - -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: start; - -ms-flex-pack: start; - justify-content: flex-start; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-start; overflow: hidden; overflow-x: auto; white-space: nowrap; } .nav-center { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; margin-left: auto; margin-right: auto; } @media screen and (min-width: 769px) { .nav-right { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; - -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: end; - -ms-flex-pack: end; - justify-content: flex-end; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-end; } } .nav { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; + align-items: stretch; background-color: white; - display: -webkit-box; - display: -ms-flexbox; display: flex; min-height: 50px; position: relative; @@ -5078,11 +4586,7 @@ a.nav-item.is-tab.is-active { } .nav > .container { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; min-height: 50px; width: 100%; @@ -5116,15 +4620,9 @@ a.nav-item.is-tab.is-active { } .pagination { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; text-align: center; } @@ -5145,26 +4643,16 @@ a.nav-item.is-tab.is-active { } .pagination ul { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; - -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; + flex-grow: 1; + flex-shrink: 0; + justify-content: center; } @media screen and (max-width: 768px) { .pagination { - -ms-flex-wrap: wrap; - flex-wrap: wrap; + flex-wrap: wrap; } .pagination > a { width: calc(50% - 5px); @@ -5173,11 +4661,8 @@ a.nav-item.is-tab.is-active { margin-left: 10px; } .pagination li { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .pagination ul { margin-top: 10px; @@ -5186,9 +4671,7 @@ a.nav-item.is-tab.is-active { @media screen and (min-width: 769px) { .pagination > a:not(:first-child) { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; + order: 1; } } @@ -5229,14 +4712,10 @@ a.nav-item.is-tab.is-active { } .panel-tabs { - display: -webkit-box; - display: -ms-flexbox; display: flex; font-size: 11px; padding: 5px 10px 0; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .panel-tabs a { @@ -5279,15 +4758,9 @@ a.panel-block:hover { } .tabs { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; + justify-content: space-between; line-height: 24px; overflow: hidden; overflow-x: auto; @@ -5295,17 +4768,11 @@ a.panel-block:hover { } .tabs a { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; border-bottom: 1px solid #dbdbdb; color: #7a7a7a; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; margin-bottom: -1px; padding: 6px 12px; vertical-align: top; @@ -5326,21 +4793,12 @@ a.panel-block:hover { } .tabs ul { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; border-bottom: 1px solid #dbdbdb; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -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; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-start; } .tabs ul.is-left { @@ -5348,20 +4806,14 @@ a.panel-block:hover { } .tabs ul.is-center { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + flex: none; + justify-content: center; padding-left: 10px; padding-right: 10px; } .tabs ul.is-right { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; padding-left: 10px; } @@ -5374,15 +4826,11 @@ a.panel-block:hover { } .tabs.is-centered ul { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .tabs.is-right ul { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; } .tabs.is-boxed a { @@ -5404,11 +4852,8 @@ a.panel-block:hover { } .tabs.is-fullwidth li { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .tabs.is-toggle a { @@ -5502,8 +4947,7 @@ a.panel-block:hover { min-width: 100%; position: absolute; top: 50%; - -webkit-transform: translate3d(-50%, -50%, 0); - transform: translate3d(-50%, -50%, 0); + transform: translate3d(-50%, -50%, 0); } .hero-video.is-transparent { @@ -5522,8 +4966,6 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero-buttons .button { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .hero-buttons .button:not(:last-child) { @@ -5533,12 +4975,8 @@ a.panel-block:hover { @media screen and (min-width: 769px) { .hero-buttons { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .hero-buttons .button:not(:last-child) { margin-right: 20px; @@ -5547,16 +4985,12 @@ a.panel-block:hover { .hero-head, .hero-foot { - -ms-flex-negative: 0; - flex-shrink: 0; + flex-shrink: 0; } .hero-body { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; padding: 40px 20px; } @@ -5568,20 +5002,11 @@ a.panel-block:hover { } .hero { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; + align-items: stretch; background-color: white; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -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; + flex-direction: column; + justify-content: space-between; } .hero .nav { @@ -5608,7 +5033,7 @@ a.panel-block:hover { } .hero.is-white .subtitle { - color: rgba(18, 18, 18, 0.7); + color: rgba(18, 18, 18, 0.9); } .hero.is-white .subtitle a, @@ -5628,7 +5053,7 @@ a.panel-block:hover { .hero.is-white a.nav-item, .hero.is-white .nav-item a:not(.button) { - color: rgba(18, 18, 18, 0.5); + color: rgba(18, 18, 18, 0.7); } .hero.is-white a.nav-item:hover, .hero.is-white a.nav-item.is-active, @@ -5639,7 +5064,7 @@ a.panel-block:hover { .hero.is-white .tabs a { color: #121212; - opacity: 0.5; + opacity: 0.9; } .hero.is-white .tabs a:hover { @@ -5665,7 +5090,6 @@ a.panel-block:hover { } .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%); } @@ -5699,7 +5123,7 @@ a.panel-block:hover { } .hero.is-black .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-black .subtitle a, @@ -5719,7 +5143,7 @@ a.panel-block:hover { .hero.is-black a.nav-item, .hero.is-black .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-black a.nav-item:hover, .hero.is-black a.nav-item.is-active, @@ -5730,7 +5154,7 @@ a.panel-block:hover { .hero.is-black .tabs a { color: white; - opacity: 0.5; + opacity: 0.9; } .hero.is-black .tabs a:hover { @@ -5756,7 +5180,6 @@ a.panel-block:hover { } .hero.is-black.is-bold { - background-image: -webkit-linear-gradient(309deg, black 0%, #121212 71%, #201d1d 100%); background-image: linear-gradient(141deg, black 0%, #121212 71%, #201d1d 100%); } @@ -5790,7 +5213,7 @@ a.panel-block:hover { } .hero.is-light .subtitle { - color: rgba(122, 122, 122, 0.7); + color: rgba(122, 122, 122, 0.9); } .hero.is-light .subtitle a, @@ -5810,7 +5233,7 @@ a.panel-block:hover { .hero.is-light a.nav-item, .hero.is-light .nav-item a:not(.button) { - color: rgba(122, 122, 122, 0.5); + color: rgba(122, 122, 122, 0.7); } .hero.is-light a.nav-item:hover, .hero.is-light a.nav-item.is-active, @@ -5821,7 +5244,7 @@ a.panel-block:hover { .hero.is-light .tabs a { color: #7a7a7a; - opacity: 0.5; + opacity: 0.9; } .hero.is-light .tabs a:hover { @@ -5847,7 +5270,6 @@ a.panel-block:hover { } .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%); } @@ -5881,7 +5303,7 @@ a.panel-block:hover { } .hero.is-dark .subtitle { - color: rgba(245, 245, 245, 0.7); + color: rgba(245, 245, 245, 0.9); } .hero.is-dark .subtitle a, @@ -5901,7 +5323,7 @@ a.panel-block:hover { .hero.is-dark a.nav-item, .hero.is-dark .nav-item a:not(.button) { - color: rgba(245, 245, 245, 0.5); + color: rgba(245, 245, 245, 0.7); } .hero.is-dark a.nav-item:hover, .hero.is-dark a.nav-item.is-active, @@ -5912,7 +5334,7 @@ a.panel-block:hover { .hero.is-dark .tabs a { color: whitesmoke; - opacity: 0.5; + opacity: 0.9; } .hero.is-dark .tabs a:hover { @@ -5938,7 +5360,6 @@ a.panel-block:hover { } .hero.is-dark.is-bold { - background-image: -webkit-linear-gradient(309deg, #6b5757 0%, #7a7a7a 71%, #8d8181 100%); background-image: linear-gradient(141deg, #6b5757 0%, #7a7a7a 71%, #8d8181 100%); } @@ -5972,7 +5393,7 @@ a.panel-block:hover { } .hero.is-primary .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-primary .subtitle a, @@ -5992,7 +5413,7 @@ a.panel-block:hover { .hero.is-primary a.nav-item, .hero.is-primary .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-primary a.nav-item:hover, .hero.is-primary a.nav-item.is-active, @@ -6003,7 +5424,7 @@ a.panel-block:hover { .hero.is-primary .tabs a { color: white; - opacity: 0.5; + opacity: 0.9; } .hero.is-primary .tabs a:hover { @@ -6029,7 +5450,6 @@ a.panel-block:hover { } .hero.is-primary.is-bold { - background-image: -webkit-linear-gradient(309deg, #04be83 0%, #11e4c4 71%, #1af1f4 100%); background-image: linear-gradient(141deg, #04be83 0%, #11e4c4 71%, #1af1f4 100%); } @@ -6063,7 +5483,7 @@ a.panel-block:hover { } .hero.is-info .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-info .subtitle a, @@ -6083,7 +5503,7 @@ a.panel-block:hover { .hero.is-info a.nav-item, .hero.is-info .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-info a.nav-item:hover, .hero.is-info a.nav-item.is-active, @@ -6094,7 +5514,7 @@ a.panel-block:hover { .hero.is-info .tabs a { color: white; - opacity: 0.5; + opacity: 0.9; } .hero.is-info .tabs a:hover { @@ -6120,7 +5540,6 @@ a.panel-block:hover { } .hero.is-info.is-bold { - background-image: -webkit-linear-gradient(309deg, #0079db 0%, #0f6bff 71%, #2957ff 100%); background-image: linear-gradient(141deg, #0079db 0%, #0f6bff 71%, #2957ff 100%); } @@ -6154,7 +5573,7 @@ a.panel-block:hover { } .hero.is-success .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-success .subtitle a, @@ -6174,7 +5593,7 @@ a.panel-block:hover { .hero.is-success a.nav-item, .hero.is-success .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-success a.nav-item:hover, .hero.is-success a.nav-item.is-active, @@ -6185,7 +5604,7 @@ a.panel-block:hover { .hero.is-success .tabs a { color: white; - opacity: 0.5; + opacity: 0.9; } .hero.is-success .tabs a:hover { @@ -6211,7 +5630,6 @@ a.panel-block:hover { } .hero.is-success.is-bold { - background-image: -webkit-linear-gradient(309deg, #04d72b 0%, #20ee68 71%, #32f597 100%); background-image: linear-gradient(141deg, #04d72b 0%, #20ee68 71%, #32f597 100%); } @@ -6245,7 +5663,7 @@ a.panel-block:hover { } .hero.is-warning .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-warning .subtitle a, @@ -6265,7 +5683,7 @@ a.panel-block:hover { .hero.is-warning a.nav-item, .hero.is-warning .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-warning a.nav-item:hover, .hero.is-warning a.nav-item.is-active, @@ -6276,7 +5694,7 @@ a.panel-block:hover { .hero.is-warning .tabs a { color: white; - opacity: 0.5; + opacity: 0.9; } .hero.is-warning .tabs a:hover { @@ -6302,7 +5720,6 @@ a.panel-block:hover { } .hero.is-warning.is-bold { - background-image: -webkit-linear-gradient(309deg, #db8b00 0%, #ffcf0f 71%, #fff829 100%); background-image: linear-gradient(141deg, #db8b00 0%, #ffcf0f 71%, #fff829 100%); } @@ -6336,7 +5753,7 @@ a.panel-block:hover { } .hero.is-danger .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-danger .subtitle a, @@ -6356,7 +5773,7 @@ a.panel-block:hover { .hero.is-danger a.nav-item, .hero.is-danger .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-danger a.nav-item:hover, .hero.is-danger a.nav-item.is-active, @@ -6367,7 +5784,7 @@ a.panel-block:hover { .hero.is-danger .tabs a { color: white; - opacity: 0.5; + opacity: 0.9; } .hero.is-danger .tabs a:hover { @@ -6393,7 +5810,6 @@ a.panel-block:hover { } .hero.is-danger.is-bold { - background-image: -webkit-linear-gradient(309deg, #db0050 0%, #ff0f3f 71%, #ff2930 100%); background-image: linear-gradient(141deg, #db0050 0%, #ff0f3f 71%, #ff2930 100%); } @@ -6431,20 +5847,13 @@ a.panel-block:hover { } .hero.is-fullheight .hero-body { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; } .hero.is-fullheight .hero-body > .container { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .section { @@ -6586,6 +5995,12 @@ body.page-grid .column > .notification { width: 240px; } +#b svg { + display: block; + height: 240px; + width: 240px; +} + @media screen and (max-width: 768px) { #b { border-radius: 10px; @@ -6632,17 +6047,11 @@ body.page-grid .column > .notification { } #social { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; height: 20px; margin-bottom: 1em; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } #social a { @@ -6764,18 +6173,12 @@ body.page-grid .column > .notification { position: absolute; right: 0; top: 0; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; content: attr(title); - display: -webkit-box; - display: -ms-flexbox; display: flex; font-family: "Inconsolata", "Consolas", "Monaco", monospace; font-size: 11px; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; padding: 3px 5px; z-index: 2; } @@ -6785,13 +6188,8 @@ body.page-grid .column > .notification { } .structure-item.is-structure-container:after { - -webkit-box-align: start; - -ms-flex-align: start; - -ms-grid-row-align: flex-start; - align-items: flex-start; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + align-items: flex-start; + justify-content: flex-start; padding: 5px 10px; } diff --git a/docs/index.html b/docs/index.html index adb8529e..2f5a81c7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -13,7 +13,7 @@ route: index

- {{ site.title }} + {% include svg/bulma-icon.svg %}

Bulma diff --git a/sass/elements/button.sass b/sass/elements/button.sass index 4b5cb6c7..a4a7dc65 100644 --- a/sass/elements/button.sass +++ b/sass/elements/button.sass @@ -56,7 +56,7 @@ &:hover, &:focus, &.is-active - background-color: darken($color, 10%) + background-color: darken($color, 5%) border-color: transparent color: $color-invert &:active diff --git a/sass/elements/content.sass b/sass/elements/content.sass index a54203f6..f5c9c21d 100644 --- a/sass/elements/content.sass +++ b/sass/elements/content.sass @@ -1,5 +1,6 @@ .content @extend .block + color: $text // Inline a:not(.button) border-bottom: 1px solid $border diff --git a/sass/layout/hero.sass b/sass/layout/hero.sass index e92b4def..06822e70 100644 --- a/sass/layout/hero.sass +++ b/sass/layout/hero.sass @@ -73,7 +73,7 @@ strong color: inherit .subtitle - color: rgba($color-invert, 0.7) + color: rgba($color-invert, 0.9) a, strong color: $color-invert @@ -84,14 +84,14 @@ background-color: $color a.nav-item, .nav-item a:not(.button) - color: rgba($color-invert, 0.5) + color: rgba($color-invert, 0.7) &:hover, &.is-active color: $color-invert .tabs a color: $color-invert - opacity: 0.5 + opacity: 0.9 &:hover opacity: 1 li diff --git a/sass/utilities/functions.sass b/sass/utilities/functions.sass index 661a72cc..49a47b6b 100644 --- a/sass/utilities/functions.sass +++ b/sass/utilities/functions.sass @@ -21,14 +21,8 @@ $color-rgb: map-merge($color-rgb, ($name: $value)) @return (map-get($color-rgb, 'red') * .2126) + (map-get($color-rgb, 'green') * .7152) + (map-get($color-rgb, 'blue') * .0722) -@function closestEvenNumber($number) - @if ($number % 2 == 0px) - @return $number - @else - @return ($number + 1px) - @function findColorInvert($color) - @if (colorLuminance($color) > 0.8) - @return rgba($black, 0.5) + @if (colorLuminance($color) > 0.7) + @return rgba($black, 0.7) @else @return white From 70b136705367f61943e8adea75e6c98c0857b532 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Thu, 22 Sep 2016 20:30:09 +0100 Subject: [PATCH 05/18] Fix imports --- css/bulma.css | 2460 ++++++++++++++++++++++++++++++- css/bulma.css.map | 2 +- docs/.gitignore | 2 + package.json | 4 +- sass/base/classes.sass | 2 + sass/base/generic.sass | 3 + sass/base/helpers.sass | 3 + sass/components/card.sass | 2 + sass/components/grid.sass | 3 + sass/components/level.sass | 4 + sass/components/media.sass | 3 + sass/components/menu.sass | 2 + sass/components/message.sass | 4 + sass/components/modal.sass | 4 + sass/components/nav.sass | 4 + sass/components/pagination.sass | 3 + sass/components/panel.sass | 3 + sass/components/tabs.sass | 4 + sass/elements/box.sass | 3 + sass/elements/button.sass | 4 + sass/elements/content.sass | 3 + sass/elements/form.sass | 4 + sass/elements/image.sass | 2 + sass/elements/notification.sass | 4 + sass/elements/other.sass | 7 +- sass/elements/progress.sass | 3 + sass/elements/table.sass | 3 + sass/elements/title.sass | 4 + sass/layout/footer.sass | 2 + sass/layout/hero.sass | 3 + sass/layout/section.sass | 3 + sass/utilities/controls.sass | 3 + sass/utilities/mixins.sass | 6 + sass/utilities/variables.sass | 8 +- 34 files changed, 2523 insertions(+), 51 deletions(-) diff --git a/css/bulma.css b/css/bulma.css index 95ffdd7a..17eb5807 100644 --- a/css/bulma.css +++ b/css/bulma.css @@ -308,8 +308,8 @@ table th { color: #242424; } -.block:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .highlight:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { +.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { margin-bottom: 20px; } @@ -340,6 +340,354 @@ table th { vertical-align: top; } +.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { + margin-bottom: 20px; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + +.delete, .modal-close { + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(18, 18, 18, 0.2); + border: none; + border-radius: 290486px; + cursor: pointer; + display: inline-block; + height: 24px; + position: relative; + vertical-align: top; + width: 24px; +} + +.delete:before, .modal-close:before, .delete:after, .modal-close:after { + background-color: white; + content: ""; + display: block; + height: 2px; + left: 50%; + margin-left: -25%; + margin-top: -1px; + position: absolute; + top: 50%; + width: 50%; +} + +.delete:before, .modal-close:before { + -webkit-transform: rotate(45deg); + transform: rotate(45deg); +} + +.delete:after, .modal-close:after { + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); +} + +.delete:hover, .modal-close:hover { + background-color: rgba(18, 18, 18, 0.5); +} + +.delete.is-small, .is-small.modal-close { + height: 16px; + width: 16px; +} + +.delete.is-medium, .is-medium.modal-close { + height: 32px; + width: 32px; +} + +.delete.is-large, .is-large.modal-close { + height: 40px; + width: 40px; +} + +.icon { + display: inline-block; + font-size: 21px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; +} + +.icon .fa { + font-size: inherit; + line-height: inherit; +} + +.icon.is-small { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; +} + +.icon.is-medium { + display: inline-block; + font-size: 28px; + height: 32px; + line-height: 32px; + text-align: center; + vertical-align: top; + width: 32px; +} + +.icon.is-large { + display: inline-block; + font-size: 42px; + height: 48px; + line-height: 48px; + text-align: center; + vertical-align: top; + width: 48px; +} + +.hamburger, .nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; +} + +.hamburger span, .nav-toggle span { + background-color: #7a7a7a; + display: block; + height: 1px; + left: 50%; + 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; +} + +.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { + margin-top: -6px; +} + +.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { + margin-top: -1px; +} + +.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { + margin-top: 4px; +} + +.hamburger:hover, .nav-toggle:hover { + background-color: whitesmoke; +} + +.hamburger.is-active span, .is-active.nav-toggle span { + background-color: #11e4c4; +} + +.hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { + margin-left: -5px; + -webkit-transform: rotate(45deg); + transform: rotate(45deg); + -webkit-transform-origin: left top; + transform-origin: left top; +} + +.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { + opacity: 0; +} + +.hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { + margin-left: -5px; + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); + -webkit-transform-origin: left bottom; + transform-origin: left bottom; +} + +.heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} + +.highlight { + font-size: 12px; + font-weight: normal; + max-width: 100%; + overflow: hidden; + padding: 0; +} + +.highlight pre { + overflow: auto; + max-width: 100%; +} + +.loader, .button.is-loading:after, .control.is-loading:after { + -webkit-animation: spin-around 500ms infinite linear; + animation: spin-around 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; +} + +.number { + background-color: whitesmoke; + border-radius: 290486px; + display: inline-block; + font-size: 18px; + vertical-align: top; +} + +.tag { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: whitesmoke; + border-radius: 290486px; + color: #7a7a7a; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 12px; + height: 24px; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + line-height: 16px; + padding-left: 10px; + padding-right: 10px; + vertical-align: top; + white-space: nowrap; +} + +.tag .delete, .tag .modal-close { + margin-left: 4px; + margin-right: -6px; +} + +.tag.is-white { + background-color: white; + color: #121212; +} + +.tag.is-black { + background-color: #121212; + color: white; +} + +.tag.is-light { + background-color: whitesmoke; + color: #7a7a7a; +} + +.tag.is-dark { + background-color: #7a7a7a; + color: whitesmoke; +} + +.tag.is-primary { + background-color: #11e4c4; + color: white; +} + +.tag.is-info { + background-color: #0f6bff; + color: white; +} + +.tag.is-success { + background-color: #20ee68; + color: white; +} + +.tag.is-warning { + background-color: #ffcf0f; + color: white; +} + +.tag.is-danger { + background-color: #ff0f3f; + color: white; +} + +.tag.is-small { + font-size: 11px; + height: 20px; + padding-left: 8px; + padding-right: 8px; +} + +.tag.is-medium { + font-size: 14px; + height: 32px; + padding-left: 14px; + padding-right: 14px; +} + +.tag.is-large { + font-size: 18px; + height: 40px; + line-height: 24px; + padding-left: 18px; + padding-right: 18px; +} + +.tag.is-large .delete, .tag.is-large .modal-close { + margin-left: 4px; + margin-right: -8px; +} + +.unselectable, .delete, .modal-close, .is-unselectable, .button, .tabs { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + .is-block { display: block; } @@ -698,6 +1046,38 @@ table th { padding: 0 !important; } +.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { + margin-bottom: 20px; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + .box { background-color: white; border-radius: 5px; @@ -714,6 +1094,354 @@ a.box:active { box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.2), 0 0 0 1px #11e4c4; } +.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { + margin-bottom: 20px; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + +.delete, .modal-close { + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(18, 18, 18, 0.2); + border: none; + border-radius: 290486px; + cursor: pointer; + display: inline-block; + height: 24px; + position: relative; + vertical-align: top; + width: 24px; +} + +.delete:before, .modal-close:before, .delete:after, .modal-close:after { + background-color: white; + content: ""; + display: block; + height: 2px; + left: 50%; + margin-left: -25%; + margin-top: -1px; + position: absolute; + top: 50%; + width: 50%; +} + +.delete:before, .modal-close:before { + -webkit-transform: rotate(45deg); + transform: rotate(45deg); +} + +.delete:after, .modal-close:after { + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); +} + +.delete:hover, .modal-close:hover { + background-color: rgba(18, 18, 18, 0.5); +} + +.delete.is-small, .is-small.modal-close { + height: 16px; + width: 16px; +} + +.delete.is-medium, .is-medium.modal-close { + height: 32px; + width: 32px; +} + +.delete.is-large, .is-large.modal-close { + height: 40px; + width: 40px; +} + +.icon { + display: inline-block; + font-size: 21px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; +} + +.icon .fa { + font-size: inherit; + line-height: inherit; +} + +.icon.is-small { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; +} + +.icon.is-medium { + display: inline-block; + font-size: 28px; + height: 32px; + line-height: 32px; + text-align: center; + vertical-align: top; + width: 32px; +} + +.icon.is-large { + display: inline-block; + font-size: 42px; + height: 48px; + line-height: 48px; + text-align: center; + vertical-align: top; + width: 48px; +} + +.hamburger, .nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; +} + +.hamburger span, .nav-toggle span { + background-color: #7a7a7a; + display: block; + height: 1px; + left: 50%; + 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; +} + +.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { + margin-top: -6px; +} + +.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { + margin-top: -1px; +} + +.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { + margin-top: 4px; +} + +.hamburger:hover, .nav-toggle:hover { + background-color: whitesmoke; +} + +.hamburger.is-active span, .is-active.nav-toggle span { + background-color: #11e4c4; +} + +.hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { + margin-left: -5px; + -webkit-transform: rotate(45deg); + transform: rotate(45deg); + -webkit-transform-origin: left top; + transform-origin: left top; +} + +.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { + opacity: 0; +} + +.hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { + margin-left: -5px; + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); + -webkit-transform-origin: left bottom; + transform-origin: left bottom; +} + +.heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} + +.highlight { + font-size: 12px; + font-weight: normal; + max-width: 100%; + overflow: hidden; + padding: 0; +} + +.highlight pre { + overflow: auto; + max-width: 100%; +} + +.loader, .button.is-loading:after, .control.is-loading:after { + -webkit-animation: spin-around 500ms infinite linear; + animation: spin-around 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; +} + +.number { + background-color: whitesmoke; + border-radius: 290486px; + display: inline-block; + font-size: 18px; + vertical-align: top; +} + +.tag { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: whitesmoke; + border-radius: 290486px; + color: #7a7a7a; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 12px; + height: 24px; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + line-height: 16px; + padding-left: 10px; + padding-right: 10px; + vertical-align: top; + white-space: nowrap; +} + +.tag .delete, .tag .modal-close { + margin-left: 4px; + margin-right: -6px; +} + +.tag.is-white { + background-color: white; + color: #121212; +} + +.tag.is-black { + background-color: #121212; + color: white; +} + +.tag.is-light { + background-color: whitesmoke; + color: #7a7a7a; +} + +.tag.is-dark { + background-color: #7a7a7a; + color: whitesmoke; +} + +.tag.is-primary { + background-color: #11e4c4; + color: white; +} + +.tag.is-info { + background-color: #0f6bff; + color: white; +} + +.tag.is-success { + background-color: #20ee68; + color: white; +} + +.tag.is-warning { + background-color: #ffcf0f; + color: white; +} + +.tag.is-danger { + background-color: #ff0f3f; + color: white; +} + +.tag.is-small { + font-size: 11px; + height: 20px; + padding-left: 8px; + padding-right: 8px; +} + +.tag.is-medium { + font-size: 14px; + height: 32px; + padding-left: 14px; + padding-right: 14px; +} + +.tag.is-large { + font-size: 18px; + height: 40px; + line-height: 24px; + padding-left: 18px; + padding-right: 18px; +} + +.tag.is-large .delete, .tag.is-large .modal-close { + margin-left: 4px; + margin-right: -8px; +} + +.unselectable, .delete, .modal-close, .is-unselectable, .button, .tabs { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + .button { -moz-appearance: none; -webkit-appearance: none; @@ -816,7 +1544,7 @@ a.box:active { } .button.is-white:hover, .button.is-white:focus, .button.is-white.is-active { - background-color: #e6e6e6; + background-color: #f2f2f2; border-color: transparent; color: #121212; } @@ -857,7 +1585,7 @@ a.box:active { } .button.is-black:hover, .button.is-black:focus, .button.is-black.is-active { - background-color: black; + background-color: #050505; border-color: transparent; color: white; } @@ -898,7 +1626,7 @@ a.box:active { } .button.is-light:hover, .button.is-light:focus, .button.is-light.is-active { - background-color: #dbdbdb; + background-color: #e8e8e8; border-color: transparent; color: #7a7a7a; } @@ -939,7 +1667,7 @@ a.box:active { } .button.is-dark:hover, .button.is-dark:focus, .button.is-dark.is-active { - background-color: #616161; + background-color: #6e6e6e; border-color: transparent; color: whitesmoke; } @@ -980,7 +1708,7 @@ a.box:active { } .button.is-primary:hover, .button.is-primary:focus, .button.is-primary.is-active { - background-color: #0eb49b; + background-color: #0fccb0; border-color: transparent; color: white; } @@ -1021,7 +1749,7 @@ a.box:active { } .button.is-info:hover, .button.is-info:focus, .button.is-info.is-active { - background-color: #0054db; + background-color: #005ef5; border-color: transparent; color: white; } @@ -1062,7 +1790,7 @@ a.box:active { } .button.is-success:hover, .button.is-success:focus, .button.is-success.is-active { - background-color: #0fcc51; + background-color: #11e45b; border-color: transparent; color: white; } @@ -1103,7 +1831,7 @@ a.box:active { } .button.is-warning:hover, .button.is-warning:focus, .button.is-warning.is-active { - background-color: #dbaf00; + background-color: #f5c400; border-color: transparent; color: white; } @@ -1144,7 +1872,7 @@ a.box:active { } .button.is-danger:hover, .button.is-danger:focus, .button.is-danger.is-active { - background-color: #db002c; + background-color: #f50031; border-color: transparent; color: white; } @@ -1238,6 +1966,42 @@ a.box:active { position: absolute !important; } +.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { + margin-bottom: 20px; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + +.content { + color: #7a7a7a; +} + .content a:not(.button) { border-bottom: 1px solid #dbdbdb; } @@ -1348,6 +2112,354 @@ a.box:active { font-size: 18px; } +.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { + margin-bottom: 20px; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + +.delete, .modal-close { + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(18, 18, 18, 0.2); + border: none; + border-radius: 290486px; + cursor: pointer; + display: inline-block; + height: 24px; + position: relative; + vertical-align: top; + width: 24px; +} + +.delete:before, .modal-close:before, .delete:after, .modal-close:after { + background-color: white; + content: ""; + display: block; + height: 2px; + left: 50%; + margin-left: -25%; + margin-top: -1px; + position: absolute; + top: 50%; + width: 50%; +} + +.delete:before, .modal-close:before { + -webkit-transform: rotate(45deg); + transform: rotate(45deg); +} + +.delete:after, .modal-close:after { + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); +} + +.delete:hover, .modal-close:hover { + background-color: rgba(18, 18, 18, 0.5); +} + +.delete.is-small, .is-small.modal-close { + height: 16px; + width: 16px; +} + +.delete.is-medium, .is-medium.modal-close { + height: 32px; + width: 32px; +} + +.delete.is-large, .is-large.modal-close { + height: 40px; + width: 40px; +} + +.icon { + display: inline-block; + font-size: 21px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; +} + +.icon .fa { + font-size: inherit; + line-height: inherit; +} + +.icon.is-small { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; +} + +.icon.is-medium { + display: inline-block; + font-size: 28px; + height: 32px; + line-height: 32px; + text-align: center; + vertical-align: top; + width: 32px; +} + +.icon.is-large { + display: inline-block; + font-size: 42px; + height: 48px; + line-height: 48px; + text-align: center; + vertical-align: top; + width: 48px; +} + +.hamburger, .nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; +} + +.hamburger span, .nav-toggle span { + background-color: #7a7a7a; + display: block; + height: 1px; + left: 50%; + 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; +} + +.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { + margin-top: -6px; +} + +.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { + margin-top: -1px; +} + +.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { + margin-top: 4px; +} + +.hamburger:hover, .nav-toggle:hover { + background-color: whitesmoke; +} + +.hamburger.is-active span, .is-active.nav-toggle span { + background-color: #11e4c4; +} + +.hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { + margin-left: -5px; + -webkit-transform: rotate(45deg); + transform: rotate(45deg); + -webkit-transform-origin: left top; + transform-origin: left top; +} + +.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { + opacity: 0; +} + +.hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { + margin-left: -5px; + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); + -webkit-transform-origin: left bottom; + transform-origin: left bottom; +} + +.heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} + +.highlight { + font-size: 12px; + font-weight: normal; + max-width: 100%; + overflow: hidden; + padding: 0; +} + +.highlight pre { + overflow: auto; + max-width: 100%; +} + +.loader, .button.is-loading:after, .control.is-loading:after { + -webkit-animation: spin-around 500ms infinite linear; + animation: spin-around 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; +} + +.number { + background-color: whitesmoke; + border-radius: 290486px; + display: inline-block; + font-size: 18px; + vertical-align: top; +} + +.tag { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: whitesmoke; + border-radius: 290486px; + color: #7a7a7a; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 12px; + height: 24px; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + line-height: 16px; + padding-left: 10px; + padding-right: 10px; + vertical-align: top; + white-space: nowrap; +} + +.tag .delete, .tag .modal-close { + margin-left: 4px; + margin-right: -6px; +} + +.tag.is-white { + background-color: white; + color: #121212; +} + +.tag.is-black { + background-color: #121212; + color: white; +} + +.tag.is-light { + background-color: whitesmoke; + color: #7a7a7a; +} + +.tag.is-dark { + background-color: #7a7a7a; + color: whitesmoke; +} + +.tag.is-primary { + background-color: #11e4c4; + color: white; +} + +.tag.is-info { + background-color: #0f6bff; + color: white; +} + +.tag.is-success { + background-color: #20ee68; + color: white; +} + +.tag.is-warning { + background-color: #ffcf0f; + color: white; +} + +.tag.is-danger { + background-color: #ff0f3f; + color: white; +} + +.tag.is-small { + font-size: 11px; + height: 20px; + padding-left: 8px; + padding-right: 8px; +} + +.tag.is-medium { + font-size: 14px; + height: 32px; + padding-left: 14px; + padding-right: 14px; +} + +.tag.is-large { + font-size: 18px; + height: 40px; + line-height: 24px; + padding-left: 18px; + padding-right: 18px; +} + +.tag.is-large .delete, .tag.is-large .modal-close { + margin-left: 4px; + margin-right: -8px; +} + +.unselectable, .delete, .modal-close, .is-unselectable, .button, .tabs { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + .input, .textarea { -moz-appearance: none; -webkit-appearance: none; @@ -2117,6 +3229,38 @@ a.box:active { width: 128px; } +.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { + margin-bottom: 20px; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + .notification { background-color: whitesmoke; border-radius: 3px; @@ -2186,6 +3330,38 @@ a.box:active { color: white; } +.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { + margin-bottom: 20px; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + .progress { -moz-appearance: none; -webkit-appearance: none; @@ -2440,6 +3616,38 @@ a.box:active { background-color: #f0f0f0; } +.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { + margin-bottom: 20px; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + .title, .subtitle { font-weight: 300; @@ -2631,6 +3839,38 @@ a.box:active { font-weight: 700; } +.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { + margin-bottom: 20px; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + .delete, .modal-close { -moz-appearance: none; -webkit-appearance: none; @@ -2672,7 +3912,7 @@ a.box:active { background-color: rgba(18, 18, 18, 0.5); } -.delete.is-small, .tag:not(.is-large) .delete, .tag:not(.is-large) .modal-close, .is-small.modal-close { +.delete.is-small, .is-small.modal-close { height: 16px; width: 16px; } @@ -2939,7 +4179,7 @@ a.box:active { margin-right: -8px; } -.unselectable, .is-unselectable, .button, .delete, .modal-close, .tabs { +.unselectable, .delete, .modal-close, .is-unselectable, .button, .tabs { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; @@ -4373,6 +5613,38 @@ a.box:active { color: #2aa198; } +.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { + margin-bottom: 20px; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + .level-item .title, .level-item .subtitle { margin-bottom: 0; @@ -4609,6 +5881,38 @@ a.box:active { margin-top: 20px; } +.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { + margin-bottom: 20px; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + .message-body { border: 1px solid #dbdbdb; border-radius: 3px; @@ -4766,6 +6070,354 @@ a.box:active { color: gray; } +.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { + margin-bottom: 20px; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + +.delete, .modal-close { + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(18, 18, 18, 0.2); + border: none; + border-radius: 290486px; + cursor: pointer; + display: inline-block; + height: 24px; + position: relative; + vertical-align: top; + width: 24px; +} + +.delete:before, .modal-close:before, .delete:after, .modal-close:after { + background-color: white; + content: ""; + display: block; + height: 2px; + left: 50%; + margin-left: -25%; + margin-top: -1px; + position: absolute; + top: 50%; + width: 50%; +} + +.delete:before, .modal-close:before { + -webkit-transform: rotate(45deg); + transform: rotate(45deg); +} + +.delete:after, .modal-close:after { + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); +} + +.delete:hover, .modal-close:hover { + background-color: rgba(18, 18, 18, 0.5); +} + +.delete.is-small, .is-small.modal-close { + height: 16px; + width: 16px; +} + +.delete.is-medium, .is-medium.modal-close { + height: 32px; + width: 32px; +} + +.delete.is-large, .is-large.modal-close { + height: 40px; + width: 40px; +} + +.icon { + display: inline-block; + font-size: 21px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; +} + +.icon .fa { + font-size: inherit; + line-height: inherit; +} + +.icon.is-small { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; +} + +.icon.is-medium { + display: inline-block; + font-size: 28px; + height: 32px; + line-height: 32px; + text-align: center; + vertical-align: top; + width: 32px; +} + +.icon.is-large { + display: inline-block; + font-size: 42px; + height: 48px; + line-height: 48px; + text-align: center; + vertical-align: top; + width: 48px; +} + +.hamburger, .nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; +} + +.hamburger span, .nav-toggle span { + background-color: #7a7a7a; + display: block; + height: 1px; + left: 50%; + 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; +} + +.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { + margin-top: -6px; +} + +.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { + margin-top: -1px; +} + +.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { + margin-top: 4px; +} + +.hamburger:hover, .nav-toggle:hover { + background-color: whitesmoke; +} + +.hamburger.is-active span, .is-active.nav-toggle span { + background-color: #11e4c4; +} + +.hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { + margin-left: -5px; + -webkit-transform: rotate(45deg); + transform: rotate(45deg); + -webkit-transform-origin: left top; + transform-origin: left top; +} + +.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { + opacity: 0; +} + +.hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { + margin-left: -5px; + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); + -webkit-transform-origin: left bottom; + transform-origin: left bottom; +} + +.heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} + +.highlight { + font-size: 12px; + font-weight: normal; + max-width: 100%; + overflow: hidden; + padding: 0; +} + +.highlight pre { + overflow: auto; + max-width: 100%; +} + +.loader, .button.is-loading:after, .control.is-loading:after { + -webkit-animation: spin-around 500ms infinite linear; + animation: spin-around 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; +} + +.number { + background-color: whitesmoke; + border-radius: 290486px; + display: inline-block; + font-size: 18px; + vertical-align: top; +} + +.tag { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: whitesmoke; + border-radius: 290486px; + color: #7a7a7a; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 12px; + height: 24px; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + line-height: 16px; + padding-left: 10px; + padding-right: 10px; + vertical-align: top; + white-space: nowrap; +} + +.tag .delete, .tag .modal-close { + margin-left: 4px; + margin-right: -6px; +} + +.tag.is-white { + background-color: white; + color: #121212; +} + +.tag.is-black { + background-color: #121212; + color: white; +} + +.tag.is-light { + background-color: whitesmoke; + color: #7a7a7a; +} + +.tag.is-dark { + background-color: #7a7a7a; + color: whitesmoke; +} + +.tag.is-primary { + background-color: #11e4c4; + color: white; +} + +.tag.is-info { + background-color: #0f6bff; + color: white; +} + +.tag.is-success { + background-color: #20ee68; + color: white; +} + +.tag.is-warning { + background-color: #ffcf0f; + color: white; +} + +.tag.is-danger { + background-color: #ff0f3f; + color: white; +} + +.tag.is-small { + font-size: 11px; + height: 20px; + padding-left: 8px; + padding-right: 8px; +} + +.tag.is-medium { + font-size: 14px; + height: 32px; + padding-left: 14px; + padding-right: 14px; +} + +.tag.is-large { + font-size: 18px; + height: 40px; + line-height: 24px; + padding-left: 18px; + padding-right: 18px; +} + +.tag.is-large .delete, .tag.is-large .modal-close { + margin-left: 4px; + margin-right: -8px; +} + +.unselectable, .delete, .modal-close, .is-unselectable, .button, .tabs { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + .modal-background { bottom: 0; left: 0; @@ -4893,6 +6545,354 @@ a.box:active { display: flex; } +.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { + margin-bottom: 20px; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + +.delete, .modal-close { + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(18, 18, 18, 0.2); + border: none; + border-radius: 290486px; + cursor: pointer; + display: inline-block; + height: 24px; + position: relative; + vertical-align: top; + width: 24px; +} + +.delete:before, .modal-close:before, .delete:after, .modal-close:after { + background-color: white; + content: ""; + display: block; + height: 2px; + left: 50%; + margin-left: -25%; + margin-top: -1px; + position: absolute; + top: 50%; + width: 50%; +} + +.delete:before, .modal-close:before { + -webkit-transform: rotate(45deg); + transform: rotate(45deg); +} + +.delete:after, .modal-close:after { + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); +} + +.delete:hover, .modal-close:hover { + background-color: rgba(18, 18, 18, 0.5); +} + +.delete.is-small, .is-small.modal-close { + height: 16px; + width: 16px; +} + +.delete.is-medium, .is-medium.modal-close { + height: 32px; + width: 32px; +} + +.delete.is-large, .is-large.modal-close { + height: 40px; + width: 40px; +} + +.icon { + display: inline-block; + font-size: 21px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; +} + +.icon .fa { + font-size: inherit; + line-height: inherit; +} + +.icon.is-small { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; +} + +.icon.is-medium { + display: inline-block; + font-size: 28px; + height: 32px; + line-height: 32px; + text-align: center; + vertical-align: top; + width: 32px; +} + +.icon.is-large { + display: inline-block; + font-size: 42px; + height: 48px; + line-height: 48px; + text-align: center; + vertical-align: top; + width: 48px; +} + +.hamburger, .nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; +} + +.hamburger span, .nav-toggle span { + background-color: #7a7a7a; + display: block; + height: 1px; + left: 50%; + 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; +} + +.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { + margin-top: -6px; +} + +.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { + margin-top: -1px; +} + +.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { + margin-top: 4px; +} + +.hamburger:hover, .nav-toggle:hover { + background-color: whitesmoke; +} + +.hamburger.is-active span, .is-active.nav-toggle span { + background-color: #11e4c4; +} + +.hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { + margin-left: -5px; + -webkit-transform: rotate(45deg); + transform: rotate(45deg); + -webkit-transform-origin: left top; + transform-origin: left top; +} + +.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { + opacity: 0; +} + +.hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { + margin-left: -5px; + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); + -webkit-transform-origin: left bottom; + transform-origin: left bottom; +} + +.heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} + +.highlight { + font-size: 12px; + font-weight: normal; + max-width: 100%; + overflow: hidden; + padding: 0; +} + +.highlight pre { + overflow: auto; + max-width: 100%; +} + +.loader, .button.is-loading:after, .control.is-loading:after { + -webkit-animation: spin-around 500ms infinite linear; + animation: spin-around 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; +} + +.number { + background-color: whitesmoke; + border-radius: 290486px; + display: inline-block; + font-size: 18px; + vertical-align: top; +} + +.tag { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: whitesmoke; + border-radius: 290486px; + color: #7a7a7a; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 12px; + height: 24px; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + line-height: 16px; + padding-left: 10px; + padding-right: 10px; + vertical-align: top; + white-space: nowrap; +} + +.tag .delete, .tag .modal-close { + margin-left: 4px; + margin-right: -6px; +} + +.tag.is-white { + background-color: white; + color: #121212; +} + +.tag.is-black { + background-color: #121212; + color: white; +} + +.tag.is-light { + background-color: whitesmoke; + color: #7a7a7a; +} + +.tag.is-dark { + background-color: #7a7a7a; + color: whitesmoke; +} + +.tag.is-primary { + background-color: #11e4c4; + color: white; +} + +.tag.is-info { + background-color: #0f6bff; + color: white; +} + +.tag.is-success { + background-color: #20ee68; + color: white; +} + +.tag.is-warning { + background-color: #ffcf0f; + color: white; +} + +.tag.is-danger { + background-color: #ff0f3f; + color: white; +} + +.tag.is-small { + font-size: 11px; + height: 20px; + padding-left: 8px; + padding-right: 8px; +} + +.tag.is-medium { + font-size: 14px; + height: 32px; + padding-left: 14px; + padding-right: 14px; +} + +.tag.is-large { + font-size: 18px; + height: 40px; + line-height: 24px; + padding-left: 18px; + padding-right: 18px; +} + +.tag.is-large .delete, .tag.is-large .modal-close { + margin-left: 4px; + margin-right: -8px; +} + +.unselectable, .delete, .modal-close, .is-unselectable, .button, .tabs { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + @media screen and (min-width: 769px) { .nav-toggle { display: none; @@ -5277,6 +7277,386 @@ a.panel-block:hover { margin-bottom: 20px; } +.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { + margin-bottom: 20px; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + +.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { + margin-bottom: 20px; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + +.delete, .modal-close { + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(18, 18, 18, 0.2); + border: none; + border-radius: 290486px; + cursor: pointer; + display: inline-block; + height: 24px; + position: relative; + vertical-align: top; + width: 24px; +} + +.delete:before, .modal-close:before, .delete:after, .modal-close:after { + background-color: white; + content: ""; + display: block; + height: 2px; + left: 50%; + margin-left: -25%; + margin-top: -1px; + position: absolute; + top: 50%; + width: 50%; +} + +.delete:before, .modal-close:before { + -webkit-transform: rotate(45deg); + transform: rotate(45deg); +} + +.delete:after, .modal-close:after { + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); +} + +.delete:hover, .modal-close:hover { + background-color: rgba(18, 18, 18, 0.5); +} + +.delete.is-small, .is-small.modal-close { + height: 16px; + width: 16px; +} + +.delete.is-medium, .is-medium.modal-close { + height: 32px; + width: 32px; +} + +.delete.is-large, .is-large.modal-close { + height: 40px; + width: 40px; +} + +.icon { + display: inline-block; + font-size: 21px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; +} + +.icon .fa { + font-size: inherit; + line-height: inherit; +} + +.icon.is-small { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; +} + +.icon.is-medium { + display: inline-block; + font-size: 28px; + height: 32px; + line-height: 32px; + text-align: center; + vertical-align: top; + width: 32px; +} + +.icon.is-large { + display: inline-block; + font-size: 42px; + height: 48px; + line-height: 48px; + text-align: center; + vertical-align: top; + width: 48px; +} + +.hamburger, .nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; +} + +.hamburger span, .nav-toggle span { + background-color: #7a7a7a; + display: block; + height: 1px; + left: 50%; + 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; +} + +.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { + margin-top: -6px; +} + +.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { + margin-top: -1px; +} + +.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { + margin-top: 4px; +} + +.hamburger:hover, .nav-toggle:hover { + background-color: whitesmoke; +} + +.hamburger.is-active span, .is-active.nav-toggle span { + background-color: #11e4c4; +} + +.hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { + margin-left: -5px; + -webkit-transform: rotate(45deg); + transform: rotate(45deg); + -webkit-transform-origin: left top; + transform-origin: left top; +} + +.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { + opacity: 0; +} + +.hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { + margin-left: -5px; + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); + -webkit-transform-origin: left bottom; + transform-origin: left bottom; +} + +.heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} + +.highlight { + font-size: 12px; + font-weight: normal; + max-width: 100%; + overflow: hidden; + padding: 0; +} + +.highlight pre { + overflow: auto; + max-width: 100%; +} + +.loader, .button.is-loading:after, .control.is-loading:after { + -webkit-animation: spin-around 500ms infinite linear; + animation: spin-around 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; +} + +.number { + background-color: whitesmoke; + border-radius: 290486px; + display: inline-block; + font-size: 18px; + vertical-align: top; +} + +.tag { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: whitesmoke; + border-radius: 290486px; + color: #7a7a7a; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 12px; + height: 24px; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + line-height: 16px; + padding-left: 10px; + padding-right: 10px; + vertical-align: top; + white-space: nowrap; +} + +.tag .delete, .tag .modal-close { + margin-left: 4px; + margin-right: -6px; +} + +.tag.is-white { + background-color: white; + color: #121212; +} + +.tag.is-black { + background-color: #121212; + color: white; +} + +.tag.is-light { + background-color: whitesmoke; + color: #7a7a7a; +} + +.tag.is-dark { + background-color: #7a7a7a; + color: whitesmoke; +} + +.tag.is-primary { + background-color: #11e4c4; + color: white; +} + +.tag.is-info { + background-color: #0f6bff; + color: white; +} + +.tag.is-success { + background-color: #20ee68; + color: white; +} + +.tag.is-warning { + background-color: #ffcf0f; + color: white; +} + +.tag.is-danger { + background-color: #ff0f3f; + color: white; +} + +.tag.is-small { + font-size: 11px; + height: 20px; + padding-left: 8px; + padding-right: 8px; +} + +.tag.is-medium { + font-size: 14px; + height: 32px; + padding-left: 14px; + padding-right: 14px; +} + +.tag.is-large { + font-size: 18px; + height: 40px; + line-height: 24px; + padding-left: 18px; + padding-right: 18px; +} + +.tag.is-large .delete, .tag.is-large .modal-close { + margin-left: 4px; + margin-right: -8px; +} + +.unselectable, .delete, .modal-close, .is-unselectable, .button, .tabs { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + .tabs { -webkit-box-align: stretch; -ms-flex-align: stretch; @@ -5607,7 +7987,7 @@ a.panel-block:hover { } .hero.is-white .subtitle { - color: rgba(18, 18, 18, 0.7); + color: rgba(18, 18, 18, 0.9); } .hero.is-white .subtitle a, @@ -5627,7 +8007,7 @@ a.panel-block:hover { .hero.is-white a.nav-item, .hero.is-white .nav-item a:not(.button) { - color: rgba(18, 18, 18, 0.5); + color: rgba(18, 18, 18, 0.7); } .hero.is-white a.nav-item:hover, .hero.is-white a.nav-item.is-active, @@ -5638,7 +8018,7 @@ a.panel-block:hover { .hero.is-white .tabs a { color: #121212; - opacity: 0.5; + opacity: 0.9; } .hero.is-white .tabs a:hover { @@ -5698,7 +8078,7 @@ a.panel-block:hover { } .hero.is-black .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-black .subtitle a, @@ -5718,7 +8098,7 @@ a.panel-block:hover { .hero.is-black a.nav-item, .hero.is-black .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-black a.nav-item:hover, .hero.is-black a.nav-item.is-active, @@ -5729,7 +8109,7 @@ a.panel-block:hover { .hero.is-black .tabs a { color: white; - opacity: 0.5; + opacity: 0.9; } .hero.is-black .tabs a:hover { @@ -5789,7 +8169,7 @@ a.panel-block:hover { } .hero.is-light .subtitle { - color: rgba(122, 122, 122, 0.7); + color: rgba(122, 122, 122, 0.9); } .hero.is-light .subtitle a, @@ -5809,7 +8189,7 @@ a.panel-block:hover { .hero.is-light a.nav-item, .hero.is-light .nav-item a:not(.button) { - color: rgba(122, 122, 122, 0.5); + color: rgba(122, 122, 122, 0.7); } .hero.is-light a.nav-item:hover, .hero.is-light a.nav-item.is-active, @@ -5820,7 +8200,7 @@ a.panel-block:hover { .hero.is-light .tabs a { color: #7a7a7a; - opacity: 0.5; + opacity: 0.9; } .hero.is-light .tabs a:hover { @@ -5880,7 +8260,7 @@ a.panel-block:hover { } .hero.is-dark .subtitle { - color: rgba(245, 245, 245, 0.7); + color: rgba(245, 245, 245, 0.9); } .hero.is-dark .subtitle a, @@ -5900,7 +8280,7 @@ a.panel-block:hover { .hero.is-dark a.nav-item, .hero.is-dark .nav-item a:not(.button) { - color: rgba(245, 245, 245, 0.5); + color: rgba(245, 245, 245, 0.7); } .hero.is-dark a.nav-item:hover, .hero.is-dark a.nav-item.is-active, @@ -5911,7 +8291,7 @@ a.panel-block:hover { .hero.is-dark .tabs a { color: whitesmoke; - opacity: 0.5; + opacity: 0.9; } .hero.is-dark .tabs a:hover { @@ -5971,7 +8351,7 @@ a.panel-block:hover { } .hero.is-primary .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-primary .subtitle a, @@ -5991,7 +8371,7 @@ a.panel-block:hover { .hero.is-primary a.nav-item, .hero.is-primary .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-primary a.nav-item:hover, .hero.is-primary a.nav-item.is-active, @@ -6002,7 +8382,7 @@ a.panel-block:hover { .hero.is-primary .tabs a { color: white; - opacity: 0.5; + opacity: 0.9; } .hero.is-primary .tabs a:hover { @@ -6062,7 +8442,7 @@ a.panel-block:hover { } .hero.is-info .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-info .subtitle a, @@ -6082,7 +8462,7 @@ a.panel-block:hover { .hero.is-info a.nav-item, .hero.is-info .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-info a.nav-item:hover, .hero.is-info a.nav-item.is-active, @@ -6093,7 +8473,7 @@ a.panel-block:hover { .hero.is-info .tabs a { color: white; - opacity: 0.5; + opacity: 0.9; } .hero.is-info .tabs a:hover { @@ -6153,7 +8533,7 @@ a.panel-block:hover { } .hero.is-success .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-success .subtitle a, @@ -6173,7 +8553,7 @@ a.panel-block:hover { .hero.is-success a.nav-item, .hero.is-success .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-success a.nav-item:hover, .hero.is-success a.nav-item.is-active, @@ -6184,7 +8564,7 @@ a.panel-block:hover { .hero.is-success .tabs a { color: white; - opacity: 0.5; + opacity: 0.9; } .hero.is-success .tabs a:hover { @@ -6244,7 +8624,7 @@ a.panel-block:hover { } .hero.is-warning .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-warning .subtitle a, @@ -6264,7 +8644,7 @@ a.panel-block:hover { .hero.is-warning a.nav-item, .hero.is-warning .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-warning a.nav-item:hover, .hero.is-warning a.nav-item.is-active, @@ -6275,7 +8655,7 @@ a.panel-block:hover { .hero.is-warning .tabs a { color: white; - opacity: 0.5; + opacity: 0.9; } .hero.is-warning .tabs a:hover { @@ -6335,7 +8715,7 @@ a.panel-block:hover { } .hero.is-danger .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-danger .subtitle a, @@ -6355,7 +8735,7 @@ a.panel-block:hover { .hero.is-danger a.nav-item, .hero.is-danger .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-danger a.nav-item:hover, .hero.is-danger a.nav-item.is-active, @@ -6366,7 +8746,7 @@ a.panel-block:hover { .hero.is-danger .tabs a { color: white; - opacity: 0.5; + opacity: 0.9; } .hero.is-danger .tabs a:hover { diff --git a/css/bulma.css.map b/css/bulma.css.map index 38670e3f..e71aa6a5 100644 --- a/css/bulma.css.map +++ b/css/bulma.css.map @@ -1 +1 @@ -{"version":3,"sources":["../sass/utilities/reset.sass","../sass/utilities/animations.sass","bulma.css","../sass/base/generic.sass","../sass/utilities/variables.sass","../sass/base/classes.sass","../sass/utilities/mixins.sass","../sass/base/helpers.sass","../sass/elements/box.sass","../sass/elements/button.sass","../sass/utilities/controls.sass","../sass/utilities/functions.sass","../sass/elements/content.sass","../sass/elements/form.sass","../sass/elements/image.sass","../sass/elements/notification.sass","../sass/elements/progress.sass","../sass/elements/table.sass","../sass/elements/title.sass","../sass/elements/other.sass","../sass/components/card.sass","../sass/components/grid.sass","../sass/components/highlight.sass","../sass/components/level.sass","../sass/components/media.sass","../sass/components/menu.sass","../sass/components/message.sass","../sass/components/modal.sass","../sass/components/nav.sass","../sass/components/pagination.sass","../sass/components/panel.sass","../sass/components/tabs.sass","../sass/layout/hero.sass","../sass/layout/section.sass","../sass/layout/footer.sass"],"names":[],"mappings":"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BrB5EG;EqB6EH,e5B9FC;C4B8Fe;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHM;G4BsHgC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9BizKxD;;A8B/3KD;EAiBM,0B5BrDS;E4BsDT,arBnCW;CqB+F8C;;AA9E/D;EAoBQ,arBrCS;CqBwCa;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gCrB1CS;CqB6CkB;;AA5BnC;;EA4BU,arB7CO;CqB6CgB;;AA5BjC;EA8BQ,6CrB/CS;CqB+CsC;;A1BZrD;E0BlBF;IAiCU,0B5BrEK;G4BqEwB;C9B+3KtC;;A8Bh6KD;;EAoCQ,gCrBrDS;CqBwDkB;;AAvCnC;;;EAuCU,arBxDO;CqBwDgB;;AAvCjC;EA0CU,arB3DO;EqB4DP,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,arBrEK;CqBuEqC;;AAtDtD;EAsDc,wC5BpGI;C4BoGkC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5BhGC;C4BgGe;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHM;G4BsHgC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9B24KxD;;A8Bz9KD;EAiBM,0B5BtDS;E4BuDT,arBnCW;CqB+F8C;;AA9E/D;EAoBQ,arBrCS;CqBwCa;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gCrB1CS;CqB6CkB;;AA5BnC;;EA4BU,arB7CO;CqB6CgB;;AA5BjC;EA8BQ,6CrB/CS;CqB+CsC;;A1BZrD;E0BlBF;IAiCU,0B5BtEK;G4BsEwB;C9By9KtC;;A8B1/KD;;EAoCQ,gCrBrDS;CqBwDkB;;AAvCnC;;;EAuCU,arBxDO;CqBwDgB;;AAvCjC;EA0CU,arB3DO;EqB4DP,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,arBrEK;CqBuEqC;;AAtDtD;EAsDc,wC5BpGI;C4BoGkC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5BjGC;C4BiGe;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHM;G4BsHgC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9Bq+KxD;;A8BnjLD;EAiBM,0B5BjDS;E4BkDT,arBnCW;CqB+F8C;;AA9E/D;EAoBQ,arBrCS;CqBwCa;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gCrB1CS;CqB6CkB;;AA5BnC;;EA4BU,arB7CO;CqB6CgB;;AA5BjC;EA8BQ,6CrB/CS;CqB+CsC;;A1BZrD;E0BlBF;IAiCU,0B5BjEK;G4BiEwB;C9BmjLtC;;A8BplLD;;EAoCQ,gCrBrDS;CqBwDkB;;AAvCnC;;;EAuCU,arBxDO;CqBwDgB;;AAvCjC;EA0CU,arB3DO;EqB4DP,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,arBrEK;CqBuEqC;;AAtDtD;EAsDc,wC5BpGI;C4BoGkC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5B5FC;C4B4Fe;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHM;G4BsHgC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9B+jLxD;;AIvnLC;E0BtBF;IAmFQ,sBAAsB;IACtB,mBAAmB;GAAG;C9BgkL7B;;AI9nLC;E0BtBF;IAwFQ,sBAAsB;IACtB,mBAAmB;GAAG;C9BkkL7B;;A8B3pLD;EA2FI,kBAAkB;CAMQ;;AAjG9B;EA6FM,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,qBAAc;EAAd,qBAAc;EAAd,cAAc;CAGQ;;AAjG5B;EAgGQ,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;CAAG;;ACnJ1B;EACE,wB7BSgB;E6BRhB,mBAAmB;CAOY;;A3B2E/B;E2BpFF;IAOM,oBAAoB;GAAG;EAP7B;IASM,oBAAoB;GAAG;C/BguL5B;;AgCzuLD;EACE,6B9BQgB;E8BPhB,wBAAwB;CAUqB;;AAZ/C;EAMM,e9BAY;C8BMyB;;AAZ3C;EAQQ,e9BHU;C8BGY;;AAR9B;EAUQ,iC9BFU;C8BIuB;;AAZzC;EAYU,6B9BGK;C8BHwB","file":"bulma.css"} \ No newline at end of file +{"version":3,"sources":["../sass/utilities/reset.sass","../sass/utilities/animations.sass","bulma.css","../sass/base/generic.sass","../sass/utilities/variables.sass","../sass/base/classes.sass","../sass/utilities/mixins.sass","../sass/elements/other.sass","../sass/utilities/functions.sass","../sass/base/helpers.sass","../sass/elements/box.sass","../sass/elements/button.sass","../sass/utilities/controls.sass","../sass/elements/content.sass","../sass/elements/form.sass","../sass/elements/image.sass","../sass/elements/notification.sass","../sass/elements/progress.sass","../sass/elements/table.sass","../sass/elements/title.sass","../sass/components/card.sass","../sass/components/grid.sass","../sass/components/highlight.sass","../sass/components/level.sass","../sass/components/media.sass","../sass/components/menu.sass","../sass/components/message.sass","../sass/components/modal.sass","../sass/components/nav.sass","../sass/components/pagination.sass","../sass/components/panel.sass","../sass/components/tabs.sass","../sass/layout/hero.sass","../sass/layout/section.sass","../sass/layout/footer.sass"],"names":[],"mappings":"AAaA;EACE,UAAU;EACV,WAAW;EACX,UAAU;EACV,gBAAgB;EAChB,oBAAoB;EACpB,yBAAyB;EACzB,wBAAwB;CAAG;;AAE7B;EACE,eAAe;CAAG;;AAIpB;EACE,uBAAuB;CAAG;;AAE5B;;;EAGE,oBAAoB;CAAG;;AAKzB;;;EAGE,gBAAgB;CAAG;;AAYrB;EACE,mBAAmB;CAAG;;AAIxB;EACE,iBAAiB;CAAG;;AAEtB;EACE,aAAa;CAAG;;AAElB;;;;EAIE,YAAY;EACZ,cAAc;CAAG;;AAEnB;EACE,UAAU;EACV,WAAW;EACX,gBAAgB;EAChB,yBAAyB;EACzB,wBAAwB;CAAG;;AAE7B;EACE,8BAA8B;CAAG;;AAEnC;EACE,+BAA+B;EAC/B,aAAa;CAAG;;AAGlB;EACE,0BAA0B;EAC1B,kBAAkB;CAAG;;AAEvB;EACE,kBAAkB;EAClB,uBAAuB;CAAG;;AAE5B;EACE,oBAAoB;EACpB,oBAAoB;CAAG;;AAEzB;EACE,eAAe;EACf,YAAY;EACZ,UAAU;EACV,2BAA2B;EAC3B,cAAc;EACd,WAAW;CAAG;;AAEhB;EACE,uBAAuB;CAAG;;AAE5B;EACE,iBAAiB;EAEjB,sBAAsB;EAEtB,sBAAsB;EAEtB,sBAAsB;CACtB;;AAEF;EACE,4BAA4B;CAAG;;AAEjC;EACE,uBAAuB;CAAG;;AAE5B;EACE,qBAAqB;CAAG;;AAE1B;EACE,mBAAmB;EACnB,WAAW;CAAG;;AAEhB;EACE,eAAe;CAAG;;AAEpB;EACE,kBAAkB;CAAG;;AAEvB;EACE,oBAAoB;CAAG;;AAGzB;EACE,eAAe;EACf,eAAe;EACf,mBAAmB;CAAG;;AAExB;EACE,YAAY;CAAG;;AAEjB;EACE,gBAAgB;CAAG;;AAGrB;EACE,mCAAmC;CAAG;;AAGxC;;;;;EAKE,gBAAgB;CAAG;;AAGrB;EACE,UAAU;CAAG;;AAGf;;EAEE,YAAY;EACZ,kBAAkB;CAAG;;AC7KvB;EACE;IACE,gCAAiB;YAAjB,wBAAiB;GCwKlB;EDvKD;IACE,kCAAiB;YAAjB,0BAAiB;GCyKlB;CACF;;AD9KD;EACE;IACE,gCAAiB;YAAjB,wBAAiB;GCwKlB;EDvKD;IACE,kCAAiB;YAAjB,0BAAiB;GCyKlB;CACF;;AC3KD;EACE,6BCOgB;EDNhB,gBC2BW;ED1BX,mCAAmC;EACnC,oCAAoC;EACpC,iBAAiB;EACjB,mBAAmB;EACnB,mBAAmB;EACnB,mCAAmC;CAAG;;AAExC;;;;;;;EAOE,eAAe;CAAG;;AAEpB;;;;;EAKE,qLCHyL;CDG1J;;AAEjC;;EAEE,8BAA8B;EAC9B,6BAA6B;EAC7B,4DCR+D;EDS/D,kBAAkB;CAAG;;AAEvB;EACE,eC7BgB;ED8BhB,gBAAgB;EAChB,iBCHiB;EDIjB,+BAA+B;CAAG;;AAIpC;EACE,eC5Ba;ED6Bb,gBAAgB;EAChB,sBAAsB;EACtB,uCCCe;EDDf,+BCCe;CDCU;;AAN3B;EAMI,eC3Cc;CD2CO;;AAEzB;EACE,6BC1CgB;ED2ChB,eClCa;EDmCb,gBAAgB;EAChB,oBAAoB;EACpB,qBAAqB;CAAG;;AAE1B;EACE,0BClDgB;EDmDhB,eAAe;CAAG;;AAEpB;EACE,gBAAgB;CAAG;;AAErB;;EAEE,yBAAyB;CAAG;;AAE9B;EACE,gBCrCW;CDqCc;;AAE3B;EACE,oBAAoB;EACpB,qBAAqB;CAAG;;AAE1B;EACE,eCvEgB;EDwEhB,iBC1Ce;CD0Ca;;AAI9B;EACE,6BCzEgB;ED0EhB,eC7EgB;ED8EhB,iBAAiB;EACjB,kBAAkB;CAMQ;;AAV5B;EAMI,6BC9Ec;ED+Ed,eClFc;EDmFd,eAAe;EACf,iBAAiB;EACjB,mBAAmB;CAAG;;AAE1B;EACE,YAAY;CAMc;;AAP5B;;EAII,iBAAiB;EACjB,oBAAoB;CAAG;;AAL3B;EAOI,eC/Fc;CD+FQ;;AEpG1B;;EAEI,oBAAoB;CAAG;;AAE3B;EACE,mBAAmB;CASM;;AC0EzB;EDpFF;IAGI,eAAe;IACf,iBAAiB;GAMM;EAV3B;IAOM,eAAe;IACf,gBAAgB;GAAG;CH4SxB;;AIxNC;ED5FF;IAUI,kBAAkB;GAAK;CHgT1B;;AG9SD;EACE,gBAAgB;EAChB,mBAAmB;EACnB,oBAAoB;CAAG;;AAnBzB;;EAEI,oBAAoB;CAAG;;AAE3B;EACE,mBAAmB;CASM;;AC0EzB;EDpFF;IAGI,eAAe;IACf,iBAAiB;GAMM;EAV3B;IAOM,eAAe;IACf,gBAAgB;GAAG;CH4UxB;;AIxPC;ED5FF;IAUI,kBAAkB;GAAK;CHgV1B;;AG9UD;EACE,gBAAgB;EAChB,mBAAmB;EACnB,oBAAoB;CAAG;;AEjBzB;EAEE,sBAAsB;EACtB,yBAAyB;EACzB,wCHFgB;EGGhB,aAAa;EACb,wBAAwB;EACxB,gBAAgB;EAChB,sBAAsB;EACtB,aAAa;EACb,mBAAmB;EACnB,oBAAoB;EACpB,YAAY;CA4BO;;AAxCrB;EAeI,wBHPc;EGQd,YAAY;EACZ,eAAe;EACf,YAAY;EACZ,UAAU;EACV,kBAAkB;EAClB,iBAAiB;EACjB,mBAAmB;EACnB,SAAS;EACT,WAAW;CAAG;;AAxBlB;EA0BI,iCAAiB;UAAjB,yBAAiB;CAAU;;AA1B/B;EA4BI,kCAAiB;UAAjB,0BAAiB;CAAW;;AA5BhC;EA8BI,wCH5Bc;CG4BwB;;AA9B1C;EAiCI,aAAa;EACb,YAAY;CAAG;;AAlCnB;EAoCI,aAAa;EACb,YAAY;CAAG;;AArCnB;EAuCI,aAAa;EACb,YAAY;CAAG;;AAEnB;EDpBE,sBAAsB;EACtB,gBCoBgB;EDnBhB,aCmBsB;EDlBtB,kBCkBsB;EDjBtB,mBAAmB;EACnB,oBAAoB;EACpB,YCesB;CAUQ;;AAXhC;EAGI,mBAAmB;EACnB,qBAAqB;CAAG;;AAJ5B;EDpBE,sBAAsB;EACtB,gBC0BkB;EDzBlB,aCyBwB;EDxBxB,kBCwBwB;EDvBxB,mBAAmB;EACnB,oBAAoB;EACpB,YCqBwB;CAAI;;AAP9B;EDpBE,sBAAsB;EACtB,gBC4BkB;ED3BlB,aC2BwB;ED1BxB,kBC0BwB;EDzBxB,mBAAmB;EACnB,oBAAoB;EACpB,YCuBwB;CAAI;;AAT9B;EDpBE,sBAAsB;EACtB,gBC8BkB;ED7BlB,aC6BwB;ED5BxB,kBC4BwB;ED3BxB,mBAAmB;EACnB,oBAAoB;EACpB,YCyBwB;CAAI;;AAE9B;EACE,gBAAgB;EAChB,eAAe;EACf,aHjBe;EGkBf,mBAAmB;EACnB,YHnBe;CGoD8B;;AAtC/C;EAOI,0BH1Dc;EG2Dd,eAAe;EACf,YAAY;EACZ,UAAU;EACV,kBAAkB;EAClB,mBAAmB;EACnB,SAAS;EACT,uCHxBa;EGwBb,+BHxBa;EGyBb,0EAA0D;EAA1D,kEAA0D;EAA1D,0DAA0D;EAA1D,6EAA0D;EAC1D,YAAY;CAMW;;AAtB3B;EAkBM,iBAAiB;CAAG;;AAlB1B;EAoBM,iBAAiB;CAAG;;AApB1B;EAsBM,gBAAgB;CAAG;;AAtBzB;EAwBI,6BHxEc;CGwEkB;;AAxBpC;EA4BM,0BHtES;CGgF4B;;AAtC3C;EA8BQ,kBAAkB;EAClB,iCAAiB;UAAjB,yBAAiB;EACjB,mCAA2B;UAA3B,2BAA2B;CAAG;;AAhCtC;EAkCQ,WAAW;CAAG;;AAlCtB;EAoCQ,kBAAkB;EAClB,kCAAiB;UAAjB,0BAAiB;EACjB,sCAA8B;UAA9B,8BAA8B;CAAG;;AAEzC;EACE,eAAe;EACf,gBAAgB;EAChB,oBAAoB;EACpB,mBAAmB;EACnB,0BAA0B;CAAG;;AAE/B;EAEE,gBAAgB;EAChB,oBAAoB;EACpB,gBAAgB;EAChB,iBAAiB;EACjB,WAAW;CAGY;;AATzB;EAQI,eAAe;EACf,gBAAgB;CAAG;;AAEvB;EACE,qDAA6C;UAA7C,6CAA6C;EAC7C,0BH7GgB;EG8GhB,wBAAwB;EACxB,gCAAgC;EAChC,8BAA8B;EAC9B,YAAY;EACZ,eAAe;EACf,aAAa;EACb,mBAAmB;EACnB,YAAY;CAAG;;AAEjB;EACE,6BHvHgB;EGwHhB,wBAAwB;EACxB,sBAAsB;EACtB,gBHtGW;EGuGX,oBAAoB;CAAG;;AAEzB;EACE,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,6BH/HgB;EGgIhB,wBAAwB;EACxB,eHpIgB;EGqIhB,4BAAqB;EAArB,4BAAqB;EAArB,qBAAqB;EACrB,gBAAgB;EAChB,aAAa;EACb,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;EACpB,oBAAoB;EACpB,oBAAoB;CA8BU;;AA3ChC;EAeI,iBAAiB;EACjB,mBAAmB;CAAG;;AAhB1B;EAsBM,wBHlJY;EGmJZ,eHzJY;CGyJW;;AAvB7B;EAsBM,0BHxJY;EGyJZ,aHnJY;CGmJW;;AAvB7B;EAsBM,6BHnJY;EGoJZ,eHvJY;CGuJW;;AAvB7B;EAsBM,0BHtJY;EGuJZ,kBHpJY;CGoJW;;AAvB7B;EAsBM,0BH7IS;EG8IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH5IS;EG6IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH9IS;EG+IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH/IS;EGgJT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH1IS;EG2IT,aCpIW;CDoIY;;AAvB7B;EA0BI,gBHhIS;EGiIT,aAAa;EACb,kBAAkB;EAClB,mBAAmB;CAAG;;AA7B1B;EA+BI,gBHvIS;EGwIT,aAAa;EACb,mBAAmB;EACnB,oBAAoB;CAAG;;AAlC3B;EAoCI,gBH7IS;EG8IT,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;CAGM;;AA3C9B;EA0CM,iBAAiB;EACjB,mBAAmB;CAAG;;AAE5B;EACE,4BAA4B;EAC5B,0BAA0B;EAC1B,uBAAuB;EACvB,sBAAsB;EACtB,kBAAkB;CAAG;;AElLrB;EACE,eAAS;CAAc;;AHiEzB;EGhEA;IAEI,0BAA+B;GAAK;CP+oBzC;;AI7kBC;EGjEA;IAEI,0BAA+B;GAAK;CPkpBzC;;AI/kBC;EGlEA;IAEI,0BAA+B;GAAK;CPqpBzC;;AIjlBC;EGnEA;IAEI,0BAA+B;GAAK;CPwpBzC;;AInlBC;EGpEA;IAEI,0BAA+B;GAAK;CP2pBzC;;AIrlBC;EGrEA;IAEI,0BAA+B;GAAK;CP8pBzC;;AIvlBC;EGtEA;IAEI,0BAA+B;GAAK;CPiqBzC;;AOvrBC;EACE,qBAAS;EAAT,qBAAS;EAAT,cAAS;CAAc;;AHiEzB;EGhEA;IAEI,gCAA+B;IAA/B,gCAA+B;IAA/B,yBAA+B;GAAK;CP6rBzC;;AI3nBC;EGjEA;IAEI,gCAA+B;IAA/B,gCAA+B;IAA/B,yBAA+B;GAAK;CPgsBzC;;AI7nBC;EGlEA;IAEI,gCAA+B;IAA/B,gCAA+B;IAA/B,yBAA+B;GAAK;CPmsBzC;;AI/nBC;EGnEA;IAEI,gCAA+B;IAA/B,gCAA+B;IAA/B,yBAA+B;GAAK;CPssBzC;;AIjoBC;EGpEA;IAEI,gCAA+B;IAA/B,gCAA+B;IAA/B,yBAA+B;GAAK;CPysBzC;;AInoBC;EGrEA;IAEI,gCAA+B;IAA/B,gCAA+B;IAA/B,yBAA+B;GAAK;CP4sBzC;;AIroBC;EGtEA;IAEI,gCAA+B;IAA/B,gCAA+B;IAA/B,yBAA+B;GAAK;CP+sBzC;;AOruBC;EACE,gBAAS;CAAc;;AHiEzB;EGhEA;IAEI,2BAA+B;GAAK;CP2uBzC;;AIzqBC;EGjEA;IAEI,2BAA+B;GAAK;CP8uBzC;;AI3qBC;EGlEA;IAEI,2BAA+B;GAAK;CPivBzC;;AI7qBC;EGnEA;IAEI,2BAA+B;GAAK;CPovBzC;;AI/qBC;EGpEA;IAEI,2BAA+B;GAAK;CPuvBzC;;AIjrBC;EGrEA;IAEI,2BAA+B;GAAK;CP0vBzC;;AInrBC;EGtEA;IAEI,2BAA+B;GAAK;CP6vBzC;;AOnxBC;EACE,sBAAS;CAAc;;AHiEzB;EGhEA;IAEI,iCAA+B;GAAK;CPyxBzC;;AIvtBC;EGjEA;IAEI,iCAA+B;GAAK;CP4xBzC;;AIztBC;EGlEA;IAEI,iCAA+B;GAAK;CP+xBzC;;AI3tBC;EGnEA;IAEI,iCAA+B;GAAK;CPkyBzC;;AI7tBC;EGpEA;IAEI,iCAA+B;GAAK;CPqyBzC;;AI/tBC;EGrEA;IAEI,iCAA+B;GAAK;CPwyBzC;;AIjuBC;EGtEA;IAEI,iCAA+B;GAAK;CP2yBzC;;AOj0BC;EACE,4BAAS;EAAT,4BAAS;EAAT,qBAAS;CAAc;;AHiEzB;EGhEA;IAEI,uCAA+B;IAA/B,uCAA+B;IAA/B,gCAA+B;GAAK;CPu0BzC;;AIrwBC;EGjEA;IAEI,uCAA+B;IAA/B,uCAA+B;IAA/B,gCAA+B;GAAK;CP00BzC;;AIvwBC;EGlEA;IAEI,uCAA+B;IAA/B,uCAA+B;IAA/B,gCAA+B;GAAK;CP60BzC;;AIzwBC;EGnEA;IAEI,uCAA+B;IAA/B,uCAA+B;IAA/B,gCAA+B;GAAK;CPg1BzC;;AI3wBC;EGpEA;IAEI,uCAA+B;IAA/B,uCAA+B;IAA/B,gCAA+B;GAAK;CPm1BzC;;AI7wBC;EGrEA;IAEI,uCAA+B;IAA/B,uCAA+B;IAA/B,gCAA+B;GAAK;CPs1BzC;;AI/wBC;EGtEA;IAEI,uCAA+B;IAA/B,uCAA+B;IAA/B,gCAA+B;GAAK;CPy1BzC;;AOr1BD;EHpBI,YAAY;EACZ,aAAa;EACb,eAAe;CAAG;;AGqBtB;EACE,YAAY;CAAG;;AAEjB;EACE,aAAa;CAAG;;AAIlB;EACE,4BAA4B;CAAG;;AAIjC;EHfE,UADuB;EAEvB,QAFuB;EAGvB,mBAAmB;EACnB,SAJuB;EAKvB,OALuB;CGiBJ;;AAIrB;EACE,mBAAmB;CAAG;;AAExB;EACE,iBAAiB;CAAG;;AAEtB;EACE,kBAAkB;CAAG;;AAIvB;EACE,yBAAyB;CAAG;;AHO5B;EGLF;IAEI,yBAAyB;GAAK;CPg2BjC;;AIz1BC;EGLF;IAEI,yBAAyB;GAAK;CPk2BjC;;AI31BC;EGLF;IAEI,yBAAyB;GAAK;CPo2BjC;;AI71BC;EGLF;IAEI,yBAAyB;GAAK;CPs2BjC;;AI/1BC;EGLF;IAEI,yBAAyB;GAAK;CPw2BjC;;AIj2BC;EGLF;IAEI,yBAAyB;GAAK;CP02BjC;;AIn2BC;EGLF;IAEI,yBAAyB;GAAK;CP42BjC;;AOx2BD;EACE,qBAAqB;CAAG;;AAE1B;EACE,qBAAqB;CAAG;;AAE1B;EACE,sBAAsB;CAAG;;AJxG3B;;EAEI,oBAAoB;CAAG;;AAE3B;EACE,mBAAmB;CASM;;AC0EzB;EDpFF;IAGI,eAAe;IACf,iBAAiB;GAMM;EAV3B;IAOM,eAAe;IACf,gBAAgB;GAAG;CH69BxB;;AIz4BC;ED5FF;IAUI,kBAAkB;GAAK;CHi+B1B;;AG/9BD;EACE,gBAAgB;EAChB,mBAAmB;EACnB,oBAAoB;CAAG;;AKlBzB;EAEE,wBNOgB;EMNhB,mBN8CgB;EM7ChB,6ENDgB;EMEhB,eAAe;EACf,cAAc;CAAG;;AAEnB;EAGI,+DNGW;CMHgD;;AAH/D;EAKI,qENCW;CMDsD;;ALdrE;;EAEI,oBAAoB;CAAG;;AAE3B;EACE,mBAAmB;CASM;;AC0EzB;EDpFF;IAGI,eAAe;IACf,iBAAiB;GAMM;EAV3B;IAOM,eAAe;IACf,gBAAgB;GAAG;CH6gCxB;;AIz7BC;ED5FF;IAUI,kBAAkB;GAAK;CHihC1B;;AG/gCD;EACE,gBAAgB;EAChB,mBAAmB;EACnB,oBAAoB;CAAG;;AEjBzB;EAEE,sBAAsB;EACtB,yBAAyB;EACzB,wCHFgB;EGGhB,aAAa;EACb,wBAAwB;EACxB,gBAAgB;EAChB,sBAAsB;EACtB,aAAa;EACb,mBAAmB;EACnB,oBAAoB;EACpB,YAAY;CA4BO;;AAxCrB;EAeI,wBHPc;EGQd,YAAY;EACZ,eAAe;EACf,YAAY;EACZ,UAAU;EACV,kBAAkB;EAClB,iBAAiB;EACjB,mBAAmB;EACnB,SAAS;EACT,WAAW;CAAG;;AAxBlB;EA0BI,iCAAiB;UAAjB,yBAAiB;CAAU;;AA1B/B;EA4BI,kCAAiB;UAAjB,0BAAiB;CAAW;;AA5BhC;EA8BI,wCH5Bc;CG4BwB;;AA9B1C;EAiCI,aAAa;EACb,YAAY;CAAG;;AAlCnB;EAoCI,aAAa;EACb,YAAY;CAAG;;AArCnB;EAuCI,aAAa;EACb,YAAY;CAAG;;AAEnB;EDpBE,sBAAsB;EACtB,gBCoBgB;EDnBhB,aCmBsB;EDlBtB,kBCkBsB;EDjBtB,mBAAmB;EACnB,oBAAoB;EACpB,YCesB;CAUQ;;AAXhC;EAGI,mBAAmB;EACnB,qBAAqB;CAAG;;AAJ5B;EDpBE,sBAAsB;EACtB,gBC0BkB;EDzBlB,aCyBwB;EDxBxB,kBCwBwB;EDvBxB,mBAAmB;EACnB,oBAAoB;EACpB,YCqBwB;CAAI;;AAP9B;EDpBE,sBAAsB;EACtB,gBC4BkB;ED3BlB,aC2BwB;ED1BxB,kBC0BwB;EDzBxB,mBAAmB;EACnB,oBAAoB;EACpB,YCuBwB;CAAI;;AAT9B;EDpBE,sBAAsB;EACtB,gBC8BkB;ED7BlB,aC6BwB;ED5BxB,kBC4BwB;ED3BxB,mBAAmB;EACnB,oBAAoB;EACpB,YCyBwB;CAAI;;AAE9B;EACE,gBAAgB;EAChB,eAAe;EACf,aHjBe;EGkBf,mBAAmB;EACnB,YHnBe;CGoD8B;;AAtC/C;EAOI,0BH1Dc;EG2Dd,eAAe;EACf,YAAY;EACZ,UAAU;EACV,kBAAkB;EAClB,mBAAmB;EACnB,SAAS;EACT,uCHxBa;EGwBb,+BHxBa;EGyBb,0EAA0D;EAA1D,kEAA0D;EAA1D,0DAA0D;EAA1D,6EAA0D;EAC1D,YAAY;CAMW;;AAtB3B;EAkBM,iBAAiB;CAAG;;AAlB1B;EAoBM,iBAAiB;CAAG;;AApB1B;EAsBM,gBAAgB;CAAG;;AAtBzB;EAwBI,6BHxEc;CGwEkB;;AAxBpC;EA4BM,0BHtES;CGgF4B;;AAtC3C;EA8BQ,kBAAkB;EAClB,iCAAiB;UAAjB,yBAAiB;EACjB,mCAA2B;UAA3B,2BAA2B;CAAG;;AAhCtC;EAkCQ,WAAW;CAAG;;AAlCtB;EAoCQ,kBAAkB;EAClB,kCAAiB;UAAjB,0BAAiB;EACjB,sCAA8B;UAA9B,8BAA8B;CAAG;;AAEzC;EACE,eAAe;EACf,gBAAgB;EAChB,oBAAoB;EACpB,mBAAmB;EACnB,0BAA0B;CAAG;;AAE/B;EAEE,gBAAgB;EAChB,oBAAoB;EACpB,gBAAgB;EAChB,iBAAiB;EACjB,WAAW;CAGY;;AATzB;EAQI,eAAe;EACf,gBAAgB;CAAG;;AAEvB;EACE,qDAA6C;UAA7C,6CAA6C;EAC7C,0BH7GgB;EG8GhB,wBAAwB;EACxB,gCAAgC;EAChC,8BAA8B;EAC9B,YAAY;EACZ,eAAe;EACf,aAAa;EACb,mBAAmB;EACnB,YAAY;CAAG;;AAEjB;EACE,6BHvHgB;EGwHhB,wBAAwB;EACxB,sBAAsB;EACtB,gBHtGW;EGuGX,oBAAoB;CAAG;;AAEzB;EACE,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,6BH/HgB;EGgIhB,wBAAwB;EACxB,eHpIgB;EGqIhB,4BAAqB;EAArB,4BAAqB;EAArB,qBAAqB;EACrB,gBAAgB;EAChB,aAAa;EACb,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;EACpB,oBAAoB;EACpB,oBAAoB;CA8BU;;AA3ChC;EAeI,iBAAiB;EACjB,mBAAmB;CAAG;;AAhB1B;EAsBM,wBHlJY;EGmJZ,eHzJY;CGyJW;;AAvB7B;EAsBM,0BHxJY;EGyJZ,aHnJY;CGmJW;;AAvB7B;EAsBM,6BHnJY;EGoJZ,eHvJY;CGuJW;;AAvB7B;EAsBM,0BHtJY;EGuJZ,kBHpJY;CGoJW;;AAvB7B;EAsBM,0BH7IS;EG8IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH5IS;EG6IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH9IS;EG+IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH/IS;EGgJT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH1IS;EG2IT,aCpIW;CDoIY;;AAvB7B;EA0BI,gBHhIS;EGiIT,aAAa;EACb,kBAAkB;EAClB,mBAAmB;CAAG;;AA7B1B;EA+BI,gBHvIS;EGwIT,aAAa;EACb,mBAAmB;EACnB,oBAAoB;CAAG;;AAlC3B;EAoCI,gBH7IS;EG8IT,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;CAGM;;AA3C9B;EA0CM,iBAAiB;EACjB,mBAAmB;CAAG;;AAE5B;EACE,4BAA4B;EAC5B,0BAA0B;EAC1B,uBAAuB;EACvB,sBAAsB;EACtB,kBAAkB;CAAG;;AIpKvB;EClBE,sBAAsB;EACtB,yBAAyB;EACzB,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,wBJoBe;EInBf,0BREgB;EQDhB,mBR0CU;EQzCV,eRHgB;EQIhB,4BAAqB;EAArB,4BAAqB;EAArB,qBAAqB;EACrB,gBRoBW;EQnBX,aAAa;EACb,wBAA4B;MAA5B,qBAA4B;UAA5B,4BAA4B;EAC5B,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EDMpB,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,mBAAmB;EACnB,oBAAoB;EACpB,mBAAmB;EACnB,oBAAoB;CAoFqB;;AA3F3C;ECDI,sBRZc;CQYwB;;ADC1C;ECGI,sBRRW;EQSX,cAAc;CAAG;;ADJrB;ECOI,6BRlBc;EQmBd,sBRpBc;EQqBd,oBAAoB;EACpB,qBAAqB;CAEY;;ADZrC;ECYM,6BR3BY;CEsCD;;AKvBjB;ECYM,6BR3BY;CEsCD;;AKvBjB;ECYM,6BR3BY;CEsCD;;AKvBjB;ECYM,6BR3BY;CEsCD;;AKvBjB;EASI,eAAe;CAAG;;AATtB;EAWI,eAAe;EACf,gBPAS;EOCT,eAAe;EACf,gBAAgB;CAAG;;AAdvB;;EAkBM,kBAAkB;EAClB,kBAAkB;CAAG;;AAnB3B;;EAqBM,iBAAiB;EACjB,mBAAmB;CAAG;;AAtB5B;EA0BI,ePzCc;COyCU;;AA1B5B;EA4BI,kDP5Cc;CO4CkC;;AA5BpD;EAkCM,wBP5CY;EO6CZ,0BAA0B;EAC1B,ePpDY;CO6EmB;;AA7DrC;EAwCQ,0BAAwB;EACxB,0BAA0B;EAC1B,eP1DU;CO0Da;;AA1C/B;EA4CQ,0BAA0B;CAAG;;AA5CrC;EA8CQ,0BP9DU;EO+DV,aPzDU;CO2DwC;;AAjD1D;EAiDU,0BAAwB;CAAsB;;AAjDxD;EAoDU,iEAA4E;CAAG;;AApDzF;EAsDQ,8BAA8B;EAC9B,oBPjEU;EOkEV,aPlEU;COuEiB;;AA7DnC;EA2DU,wBPrEQ;EOsER,oBPtEQ;EOuER,eP7EQ;CO6Ee;;AA7DjC;EAkCM,0BPlDY;EOmDZ,0BAA0B;EAC1B,aP9CY;COuEmB;;AA7DrC;EAwCQ,0BAAwB;EACxB,0BAA0B;EAC1B,aPpDU;COoDa;;AA1C/B;EA4CQ,0BAA0B;CAAG;;AA5CrC;EA8CQ,wBPxDU;EOyDV,eP/DU;COiEwC;;AAjD1D;EAiDU,0BAAwB;CAAsB;;AAjDxD;EAoDU,6DAA4E;CAAG;;AApDzF;EAsDQ,8BAA8B;EAC9B,sBPvEU;EOwEV,ePxEU;CO6EiB;;AA7DnC;EA2DU,0BP3EQ;EO4ER,sBP5EQ;EO6ER,aPvEQ;COuEe;;AA7DjC;EAkCM,6BP7CY;EO8CZ,0BAA0B;EAC1B,ePlDY;CO2EmB;;AA7DrC;EAwCQ,0BAAwB;EACxB,0BAA0B;EAC1B,ePxDU;COwDa;;AA1C/B;EA4CQ,0BAA0B;CAAG;;AA5CrC;EA8CQ,0BP5DU;EO6DV,kBP1DU;CO4DwC;;AAjD1D;EAiDU,0BAAwB;CAAsB;;AAjDxD;EAoDU,iEAA4E;CAAG;;AApDzF;EAsDQ,8BAA8B;EAC9B,yBPlEU;EOmEV,kBPnEU;COwEiB;;AA7DnC;EA2DU,6BPtEQ;EOuER,yBPvEQ;EOwER,eP3EQ;CO2Ee;;AA7DjC;EAkCM,0BPhDY;EOiDZ,0BAA0B;EAC1B,kBP/CY;COwEmB;;AA7DrC;EAwCQ,0BAAwB;EACxB,0BAA0B;EAC1B,kBPrDU;COqDa;;AA1C/B;EA4CQ,0BAA0B;CAAG;;AA5CrC;EA8CQ,6BPzDU;EO0DV,eP7DU;CO+DwC;;AAjD1D;EAiDU,0BAAwB;CAAsB;;AAjDxD;EAoDU,uEAA4E;CAAG;;AApDzF;EAsDQ,8BAA8B;EAC9B,sBPrEU;EOsEV,ePtEU;CO2EiB;;AA7DnC;EA2DU,0BPzEQ;EO0ER,sBP1EQ;EO2ER,kBPxEQ;COwEe;;AA7DjC;EAkCM,0BPvCS;EOwCT,0BAA0B;EAC1B,aH/BW;CGwDoB;;AA7DrC;EAwCQ,0BAAwB;EACxB,0BAA0B;EAC1B,aHrCS;CGqCc;;AA1C/B;EA4CQ,0BAA0B;CAAG;;AA5CrC;EA8CQ,wBHzCS;EG0CT,ePpDO;COsD2C;;AAjD1D;EAiDU,0BAAwB;CAAsB;;AAjDxD;EAoDU,6DAA4E;CAAG;;AApDzF;EAsDQ,8BAA8B;EAC9B,sBP5DO;EO6DP,eP7DO;COkEoB;;AA7DnC;EA2DU,0BPhEK;EOiEL,sBPjEK;EOkEL,aHxDO;CGwDgB;;AA7DjC;EAkCM,0BPtCS;EOuCT,0BAA0B;EAC1B,aH/BW;CGwDoB;;AA7DrC;EAwCQ,0BAAwB;EACxB,0BAA0B;EAC1B,aHrCS;CGqCc;;AA1C/B;EA4CQ,0BAA0B;CAAG;;AA5CrC;EA8CQ,wBHzCS;EG0CT,ePnDO;COqD2C;;AAjD1D;EAiDU,0BAAwB;CAAsB;;AAjDxD;EAoDU,6DAA4E;CAAG;;AApDzF;EAsDQ,8BAA8B;EAC9B,sBP3DO;EO4DP,eP5DO;COiEoB;;AA7DnC;EA2DU,0BP/DK;EOgEL,sBPhEK;EOiEL,aHxDO;CGwDgB;;AA7DjC;EAkCM,0BPxCS;EOyCT,0BAA0B;EAC1B,aH/BW;CGwDoB;;AA7DrC;EAwCQ,0BAAwB;EACxB,0BAA0B;EAC1B,aHrCS;CGqCc;;AA1C/B;EA4CQ,0BAA0B;CAAG;;AA5CrC;EA8CQ,wBHzCS;EG0CT,ePrDO;COuD2C;;AAjD1D;EAiDU,0BAAwB;CAAsB;;AAjDxD;EAoDU,6DAA4E;CAAG;;AApDzF;EAsDQ,8BAA8B;EAC9B,sBP7DO;EO8DP,eP9DO;COmEoB;;AA7DnC;EA2DU,0BPjEK;EOkEL,sBPlEK;EOmEL,aHxDO;CGwDgB;;AA7DjC;EAkCM,0BPzCS;EO0CT,0BAA0B;EAC1B,aH/BW;CGwDoB;;AA7DrC;EAwCQ,0BAAwB;EACxB,0BAA0B;EAC1B,aHrCS;CGqCc;;AA1C/B;EA4CQ,0BAA0B;CAAG;;AA5CrC;EA8CQ,wBHzCS;EG0CT,ePtDO;COwD2C;;AAjD1D;EAiDU,0BAAwB;CAAsB;;AAjDxD;EAoDU,6DAA4E;CAAG;;AApDzF;EAsDQ,8BAA8B;EAC9B,sBP9DO;EO+DP,eP/DO;COoEoB;;AA7DnC;EA2DU,0BPlEK;EOmEL,sBPnEK;EOoEL,aHxDO;CGwDgB;;AA7DjC;EAkCM,0BPpCS;EOqCT,0BAA0B;EAC1B,aH/BW;CGwDoB;;AA7DrC;EAwCQ,0BAAwB;EACxB,0BAA0B;EAC1B,aHrCS;CGqCc;;AA1C/B;EA4CQ,0BAA0B;CAAG;;AA5CrC;EA8CQ,wBHzCS;EG0CT,ePjDO;COmD2C;;AAjD1D;EAiDU,0BAAwB;CAAsB;;AAjDxD;EAoDU,6DAA4E;CAAG;;AApDzF;EAsDQ,8BAA8B;EAC9B,sBPzDO;EO0DP,eP1DO;CO+DoB;;AA7DnC;EA2DU,0BP7DK;EO8DL,sBP9DK;EO+DL,aHxDO;CGwDgB;;AA7DjC;EA+DI,8BAA8B;EAC9B,0BAA0B;EAC1B,eP/Ec;EOgFd,2BAA2B;CAID;;AAtE9B;EAqEM,0BPjFY;EOkFZ,ePrFY;COqFU;;AAtE5B;EAjBE,mBP6CgB;EO5ChB,gBAAgB;EAChB,aAAa;EACb,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;CAqFO;;AAzE5B;EAVE,gBAAgB;EAChB,aAAa;EACb,mBAAmB;EACnB,oBAAoB;CAkFO;;AA3E7B;EALE,gBAAgB;EAChB,aAAa;EACb,mBAAmB;EACnB,oBAAoB;CA+EM;;AA7E5B;EAiFI,aAAa;CAAG;;AAjFpB;EAmFI,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,YAAY;CAAG;;AApFnB;EAsFI,8BAA8B;EAC9B,qBAAqB;CAIgB;;AA3FzC;ELHE,UAAU;EACV,kBAAoB;EACpB,iBAAmB;EACnB,mBAAmB;EACnB,SAAS;EK0FL,8BAA8B;CAAG;;AN/GvC;;EAEI,oBAAoB;CAAG;;AAE3B;EACE,mBAAmB;CASM;;AC0EzB;EDpFF;IAGI,eAAe;IACf,iBAAiB;GAMM;EAV3B;IAOM,eAAe;IACf,gBAAgB;GAAG;CH01DxB;;AItwDC;ED5FF;IAUI,kBAAkB;GAAK;CH81D1B;;AG51DD;EACE,gBAAgB;EAChB,mBAAmB;EACnB,oBAAoB;CAAG;;AQlBzB;EAEE,eTGgB;CSoEa;;AAzE/B;EAKI,iCTEc;CSEmB;;AATrC;EAOM,eTSS;CSTc;;AAP7B;EASM,6BTKS;CSLoB;;AATnC;EAWI,mBAAmB;CAAG;;AAX1B;;;;EAkBM,mBAAmB;CAAG;;AAlB5B;;;;;;EAyBI,eTrBc;ESsBd,iBAAiB;EACjB,mBAAmB;EACnB,oBAAoB;CAAG;;AA5B3B;;;EAiCM,iBAAiB;CAAG;;AAjC1B;EAmCI,6BT3Bc;ES4Bd,+BT7Bc;ES8Bd,eAAe;CAAG;;AArCtB;EAuCI,eAAe;CAAG;;AAvCtB;EAyCI,kBAAkB;CAAG;;AAzCzB;EA2CI,iBAAiB;CAAG;;AA3CxB;EA6CI,kBAAkB;CAAG;;AA7CzB;EA+CI,mBAAmB;CAAG;;AA/C1B;EAiDI,eAAe;CAAG;;AAjDtB;EAmDI,4BAA4B;EAC5B,iBAAiB;EACjB,kBAAkB;EAClB,gBAAgB;CAAG;;AAtDvB;EAwDI,yBAAyB;EACzB,iBAAiB;EACjB,kBAAkB;EAClB,gBAAgB;CAKmB;;AAhEvC;EA6DM,wBAAwB;EACxB,kBAAkB;CAEa;;AAhErC;EAgEQ,wBAAwB;CAAG;;AAhEnC;EAmEI,gBTvCS;CSyCgB;;AArE7B;EAqEM,gBTxCO;CSwCc;;AArE3B;EAuEI,gBT5CS;CS8CgB;;AAzE7B;EAyEM,gBT7CO;CS6Cc;;AR1E3B;;EAEI,oBAAoB;CAAG;;AAE3B;EACE,mBAAmB;CASM;;AC0EzB;EDpFF;IAGI,eAAe;IACf,iBAAiB;GAMM;EAV3B;IAOM,eAAe;IACf,gBAAgB;GAAG;CH4+DxB;;AIx5DC;ED5FF;IAUI,kBAAkB;GAAK;CHg/D1B;;AG9+DD;EACE,gBAAgB;EAChB,mBAAmB;EACnB,oBAAoB;CAAG;;AEjBzB;EAEE,sBAAsB;EACtB,yBAAyB;EACzB,wCHFgB;EGGhB,aAAa;EACb,wBAAwB;EACxB,gBAAgB;EAChB,sBAAsB;EACtB,aAAa;EACb,mBAAmB;EACnB,oBAAoB;EACpB,YAAY;CA4BO;;AAxCrB;EAeI,wBHPc;EGQd,YAAY;EACZ,eAAe;EACf,YAAY;EACZ,UAAU;EACV,kBAAkB;EAClB,iBAAiB;EACjB,mBAAmB;EACnB,SAAS;EACT,WAAW;CAAG;;AAxBlB;EA0BI,iCAAiB;UAAjB,yBAAiB;CAAU;;AA1B/B;EA4BI,kCAAiB;UAAjB,0BAAiB;CAAW;;AA5BhC;EA8BI,wCH5Bc;CG4BwB;;AA9B1C;EAiCI,aAAa;EACb,YAAY;CAAG;;AAlCnB;EAoCI,aAAa;EACb,YAAY;CAAG;;AArCnB;EAuCI,aAAa;EACb,YAAY;CAAG;;AAEnB;EDpBE,sBAAsB;EACtB,gBCoBgB;EDnBhB,aCmBsB;EDlBtB,kBCkBsB;EDjBtB,mBAAmB;EACnB,oBAAoB;EACpB,YCesB;CAUQ;;AAXhC;EAGI,mBAAmB;EACnB,qBAAqB;CAAG;;AAJ5B;EDpBE,sBAAsB;EACtB,gBC0BkB;EDzBlB,aCyBwB;EDxBxB,kBCwBwB;EDvBxB,mBAAmB;EACnB,oBAAoB;EACpB,YCqBwB;CAAI;;AAP9B;EDpBE,sBAAsB;EACtB,gBC4BkB;ED3BlB,aC2BwB;ED1BxB,kBC0BwB;EDzBxB,mBAAmB;EACnB,oBAAoB;EACpB,YCuBwB;CAAI;;AAT9B;EDpBE,sBAAsB;EACtB,gBC8BkB;ED7BlB,aC6BwB;ED5BxB,kBC4BwB;ED3BxB,mBAAmB;EACnB,oBAAoB;EACpB,YCyBwB;CAAI;;AAE9B;EACE,gBAAgB;EAChB,eAAe;EACf,aHjBe;EGkBf,mBAAmB;EACnB,YHnBe;CGoD8B;;AAtC/C;EAOI,0BH1Dc;EG2Dd,eAAe;EACf,YAAY;EACZ,UAAU;EACV,kBAAkB;EAClB,mBAAmB;EACnB,SAAS;EACT,uCHxBa;EGwBb,+BHxBa;EGyBb,0EAA0D;EAA1D,kEAA0D;EAA1D,0DAA0D;EAA1D,6EAA0D;EAC1D,YAAY;CAMW;;AAtB3B;EAkBM,iBAAiB;CAAG;;AAlB1B;EAoBM,iBAAiB;CAAG;;AApB1B;EAsBM,gBAAgB;CAAG;;AAtBzB;EAwBI,6BHxEc;CGwEkB;;AAxBpC;EA4BM,0BHtES;CGgF4B;;AAtC3C;EA8BQ,kBAAkB;EAClB,iCAAiB;UAAjB,yBAAiB;EACjB,mCAA2B;UAA3B,2BAA2B;CAAG;;AAhCtC;EAkCQ,WAAW;CAAG;;AAlCtB;EAoCQ,kBAAkB;EAClB,kCAAiB;UAAjB,0BAAiB;EACjB,sCAA8B;UAA9B,8BAA8B;CAAG;;AAEzC;EACE,eAAe;EACf,gBAAgB;EAChB,oBAAoB;EACpB,mBAAmB;EACnB,0BAA0B;CAAG;;AAE/B;EAEE,gBAAgB;EAChB,oBAAoB;EACpB,gBAAgB;EAChB,iBAAiB;EACjB,WAAW;CAGY;;AATzB;EAQI,eAAe;EACf,gBAAgB;CAAG;;AAEvB;EACE,qDAA6C;UAA7C,6CAA6C;EAC7C,0BH7GgB;EG8GhB,wBAAwB;EACxB,gCAAgC;EAChC,8BAA8B;EAC9B,YAAY;EACZ,eAAe;EACf,aAAa;EACb,mBAAmB;EACnB,YAAY;CAAG;;AAEjB;EACE,6BHvHgB;EGwHhB,wBAAwB;EACxB,sBAAsB;EACtB,gBHtGW;EGuGX,oBAAoB;CAAG;;AAEzB;EACE,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,6BH/HgB;EGgIhB,wBAAwB;EACxB,eHpIgB;EGqIhB,4BAAqB;EAArB,4BAAqB;EAArB,qBAAqB;EACrB,gBAAgB;EAChB,aAAa;EACb,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;EACpB,oBAAoB;EACpB,oBAAoB;CA8BU;;AA3ChC;EAeI,iBAAiB;EACjB,mBAAmB;CAAG;;AAhB1B;EAsBM,wBHlJY;EGmJZ,eHzJY;CGyJW;;AAvB7B;EAsBM,0BHxJY;EGyJZ,aHnJY;CGmJW;;AAvB7B;EAsBM,6BHnJY;EGoJZ,eHvJY;CGuJW;;AAvB7B;EAsBM,0BHtJY;EGuJZ,kBHpJY;CGoJW;;AAvB7B;EAsBM,0BH7IS;EG8IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH5IS;EG6IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH9IS;EG+IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH/IS;EGgJT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH1IS;EG2IT,aCpIW;CDoIY;;AAvB7B;EA0BI,gBHhIS;EGiIT,aAAa;EACb,kBAAkB;EAClB,mBAAmB;CAAG;;AA7B1B;EA+BI,gBHvIS;EGwIT,aAAa;EACb,mBAAmB;EACnB,oBAAoB;CAAG;;AAlC3B;EAoCI,gBH7IS;EG8IT,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;CAGM;;AA3C9B;EA0CM,iBAAiB;EACjB,mBAAmB;CAAG;;AAE5B;EACE,4BAA4B;EAC5B,0BAA0B;EAC1B,uBAAuB;EACvB,sBAAsB;EACtB,kBAAkB;CAAG;;AO/KvB;EFPE,sBAAsB;EACtB,yBAAyB;EACzB,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,wBJoBe;EInBf,0BREgB;EQDhB,mBR0CU;EQzCV,eRHgB;EQIhB,4BAAqB;EAArB,4BAAqB;EAArB,qBAAqB;EACrB,gBRoBW;EQnBX,aAAa;EACb,wBAA4B;MAA5B,qBAA4B;UAA5B,4BAA4B;EAC5B,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EENpB,kDVPgB;EUQhB,gBAAgB;EAChB,YAAY;CAgBO;;AApBrB;EFUI,sBRZc;CQYwB;;AEV1C;EFcI,sBRRW;EQSX,cAAc;CAAG;;AEfrB;EFkBI,6BRlBc;EQmBd,sBRpBc;EQqBd,oBAAoB;EACpB,qBAAqB;CAEY;;AEvBrC;EFuBM,6BR3BY;CEsCD;;AQlCjB;EFuBM,6BR3BY;CEsCD;;AQlCjB;EFuBM,6BR3BY;CEsCD;;AQlCjB;EFuBM,6BR3BY;CEsCD;;AQlCjB;EAFM,oBVGY;CUHW;;AAE7B;EAFM,sBVHY;CUGW;;AAE7B;EAFM,yBVEY;CUFW;;AAE7B;EAFM,sBVDY;CUCW;;AAE7B;EAFM,sBVQS;CURc;;AAE7B;EAFM,sBVSS;CUTc;;AAE7B;EAFM,sBVOS;CUPc;;AAE7B;EAFM,sBVMS;CUNc;;AAE7B;EAFM,sBVWS;CUXc;;AAE7B;EAMI,wBAAwB;CAAG;;AAN/B;EF0BE,mBRagB;EQZhB,gBAAgB;EAChB,aAAa;EACb,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;CEtBQ;;AAT7B;EFiCE,gBAAgB;EAChB,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;CE1BQ;;AAX9B;EFuCE,gBAAgB;EAChB,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;CE9BO;;AAb7B;EAgBI,eAAe;EACf,YAAY;CAAG;;AAjBnB;EAmBI,gBAAgB;EAChB,YAAY;CAAG;;AAEnB;EAEE,eAAe;EACf,iBAAiB;EACjB,kBAAkB;EAClB,gBAAgB;EAChB,kBAAkB;EAClB,gBAAgB;EAChB,cAAc;EACd,iBAAiB;CAAG;;AAEtB;EACE,gBAAgB;EAChB,sBAAsB;EACtB,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;CASY;;AARhC;EACE,gBAAgB;CAAG;;AAPvB;EASI,eV9Cc;CU8CU;;AAT5B;EAWI,eV9Cc;EU+Cd,qBAAqB;CAEO;;AAJ7B;EAIG,qBAAqB;CAAG;;AAK9B;EAGI,kBAAkB;CAAG;;AAEzB;EACE,sBAAsB;EACtB,aAAa;EACb,mBAAmB;EACnB,oBAAoB;CAqCW;;AAzCjC;EFhEE,sBAAsB;EACtB,yBAAyB;EACzB,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,wBJoBe;EInBf,0BREgB;EQDhB,mBR0CU;EQzCV,eRHgB;EQIhB,4BAAqB;EAArB,4BAAqB;EAArB,qBAAqB;EACrB,gBRoBW;EQnBX,aAAa;EACb,wBAA4B;MAA5B,qBAA4B;UAA5B,4BAA4B;EAC5B,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EEwDlB,gBAAgB;EAChB,eAAe;EACf,cAAc;EACd,oBAAoB;CAIC;;AAdzB;EF/CI,sBRZc;CQYwB;;AE+C1C;EF3CI,sBRRW;EQSX,cAAc;CAAG;;AE0CrB;EFvCI,6BRlBc;EQmBd,sBRpBc;EQqBd,oBAAoB;EACpB,qBAAqB;CAEY;;AEkCrC;EFlCM,6BR3BY;CEsCD;;AQuBjB;EFlCM,6BR3BY;CEsCD;;AQuBjB;EFlCM,6BR3BY;CEsCD;;AQuBjB;EFlCM,6BR3BY;CEsCD;;AQuBjB;EA3DM,oBVGY;CUHW;;AA2D7B;EA3DM,sBVHY;CUGW;;AA2D7B;EA3DM,yBVEY;CUFW;;AA2D7B;EA3DM,sBVDY;CUCW;;AA2D7B;EA3DM,sBVQS;CURc;;AA2D7B;EA3DM,sBVSS;CUTc;;AA2D7B;EA3DM,sBVOS;CUPc;;AA2D7B;EA3DM,sBVMS;CUNc;;AA2D7B;EA3DM,sBVWS;CUXc;;AA2D7B;EAYM,sBVvEY;CUuE0B;;AAZ5C;EAcM,cAAc;CAAG;;AAdvB;EAgBI,YAAY;CAEO;;AAlBvB;EAkBM,YAAY;CAAG;;AAlBrB;ERnEE,0BFgBa;EEfb,gBAAgB;EAChB,cAAc;EACd,aAAa;EACb,eAAe;EACf,YAAY;EACZ,qBAAqB;EACrB,mBAAmB;EACnB,kCAAiB;UAAjB,0BAAiB;EACjB,WAAW;EQ+ET,iBAAiB;EACjB,YAAY;EACZ,SAAS;CAAG;;AAvBhB;EA0BM,sBVvFY;CUuFgB;;AA1BlC;EA4BI,aAAa;CAGc;;AA/B/B;EF/BE,mBRagB;EQZhB,gBAAgB;EAChB,aAAa;EACb,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EEyDf,oBAAoB;CAAG;;AA/B7B;EAiCI,aAAa;CAGc;;AApC/B;EFxBE,gBAAgB;EAChB,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;EEwDhB,oBAAoB;CAAG;;AApC7B;EAsCI,aAAa;CAGc;;AAzC/B;EFlBE,gBAAgB;EAChB,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;EEuDhB,oBAAoB;CAAG;;AAE7B;EACE,eVzGgB;EU0GhB,eAAe;EACf,kBAAkB;CAEQ;;AAL5B;EAKI,mBAAmB;CAAG;;AAE1B;EACE,eAAe;EACf,gBVtFW;EUuFX,gBAAgB;CAIQ;;AAP1B;EAOM,aVjHY;CUiHI;;AAPtB;EAOM,eVvHY;CUuHI;;AAPtB;EAOM,kBVlHY;CUkHI;;AAPtB;EAOM,eVrHY;CUqHI;;AAPtB;EAOM,eV5GS;CU4GO;;AAPtB;EAOM,eV3GS;CU2GO;;AAPtB;EAOM,eV7GS;CU6GO;;AAPtB;EAOM,eV9GS;CU8GO;;AAPtB;EAOM,eVzGS;CUyGO;;ARnDpB;EQuDF;IAEI,mBAAmB;GAOI;CZwjF1B;;AIpnFC;EQmDF;IAII,2BAAc;QAAd,cAAc;IACd,oBAAa;QAAb,qBAAa;YAAb,aAAa;IACb,qBAAe;QAAf,eAAe;IACf,mBAAmB;IACnB,iBAAiB;IACjB,kBAAkB;GAAK;CZmkF1B;;AYjkFD;EACE,mBAAmB;EACnB,iBAAiB;CAwHG;;AA1HtB;EAII,oBAAoB;CAAG;;AAJ3B;EAOI,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,wBAA4B;MAA5B,qBAA4B;UAA5B,4BAA4B;CAgCF;;AAxC9B;;;;EAYM,iBAAiB;EACjB,mBAAmB;EACnB,YAAY;CAgBU;;AA9B5B;;;;EAgBQ,WAAW;CAAG;;AAhBtB;;;;;;;EAmBQ,WAAW;CAAG;;AAnBtB;;;;EAqBQ,2BV9GI;CUgHqC;;AAvBjD;;;;EAuBU,2BVhHE;CUgHmC;;AAvB/C;;;;EAyBQ,2BAAkC;CAEO;;AA3BjD;;;;EA2BU,2BAAkC;CAAG;;AA3B/C;;;;EA6BQ,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;CAAG;;AA9B1B;EAgCM,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;CAAG;;AAhCjC;EAkCM,sBAA0B;MAA1B,mBAA0B;UAA1B,0BAA0B;CAAG;;AAlCnC;;;;EAuCQ,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;CAAG;;AAxC1B;ERlHE,sBAAsB;EACtB,gBQ4JoB;ER3JpB,aQ2J0B;ER1J1B,kBQ0J0B;ERzJ1B,mBAAmB;EACnB,oBAAoB;EACpB,YQuJ0B;EACtB,eV/KY;EUgLZ,qBAAqB;EACrB,mBAAmB;EACnB,SAAS;EACT,WAAW;CAAG;;AAhDpB;EAmDQ,eVxLU;CUwLY;;AAnD9B;EAqDQ,kBAAkB;EAClB,OAAO;CAAG;;AAtDlB;EAwDQ,gBAAgB;EAChB,SAAS;CAAG;;AAzDpB;EA2DQ,gBAAgB;EAChB,UAAU;CAAG;;AA5DrB;EA+DQ,UAAU;CAAG;;AA/DrB;EAiEQ,mBAAmB;CAYG;;AA7E9B;EAmEU,mBAAmB;CAEJ;;AArEzB;EAqEY,QAAQ;CAAG;;AArEvB;EAuEU,mBAAmB;CAEF;;AAzE3B;EAyEY,UAAU;CAAG;;AAzEzB;EA2EU,mBAAmB;CAED;;AA7E5B;EA6EY,WAAW;CAAG;;AA7E1B;EAgFQ,WAAW;CAAG;;AAhFtB;EAkFQ,oBAAoB;CAYG;;AA9F/B;EAoFU,oBAAoB;CAEJ;;AAtF1B;EAsFY,SAAS;CAAG;;AAtFxB;EAwFU,oBAAoB;CAEF;;AA1F5B;EA0FY,WAAW;CAAG;;AA1F1B;EA4FU,oBAAoB;CAED;;AA9F7B;EA8FY,YAAY;CAAG;;AA9F3B;EAgGI,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,wBAA4B;MAA5B,qBAA4B;UAA5B,4BAA4B;CAWK;;AA5GrC;EAoGQ,iBAAiB;EACjB,mBAAmB;CAAG;;AArG9B;EAuGQ,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;CAAG;;AAxG1B;EA0GM,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;CAAG;;AA1GjC;EA4GM,sBAA0B;MAA1B,mBAA0B;UAA1B,0BAA0B;CAAG;;AR1KjC;EQ8DF;IA+GM,qBAAc;IAAd,qBAAc;IAAd,cAAc;GAKU;EApH9B;IAiHQ,qBAAc;IAAd,qBAAc;IAAd,cAAc;IACd,2BAAc;QAAd,cAAc;IACd,oBAAa;QAAb,qBAAa;YAAb,aAAa;IACb,qBAAe;QAAf,eAAe;GAAG;CZ8qFzB;;AYlyFD;EAwHM,8BAA8B;EAC9B,WAAW;EACX,SAAS;CAAG;;AClQlB;EACE,eAAe;EACf,mBAAmB;CA+Be;;AAjCpC;EAII,eAAe;EACf,aAAa;EACb,YAAY;CAAG;;AANnB;ET+BE,UADuB;EAEvB,QAFuB;EAGvB,mBAAmB;EACnB,SAJuB;EAKvB,OALuB;ESdnB,aAAa;EACb,YAAY;CAAG;;AAjBrB;EAoBI,kBAAkB;CAAG;;AApBzB;EAsBI,iBAAiB;CAAG;;AAtBxB;EAwBI,sBAAsB;CAAG;;AAxB7B;EA0BI,oBAAoB;CAAG;;AA1B3B;EA4BI,iBAAiB;CAAG;;AA5BxB;EAgCM,aAAkB;EAClB,YAAiB;CAAS;;AAjChC;EAgCM,aAAkB;EAClB,YAAiB;CAAS;;AAjChC;EAgCM,aAAkB;EAClB,YAAiB;CAAS;;AAjChC;EAgCM,aAAkB;EAClB,YAAiB;CAAS;;AAjChC;EAgCM,aAAkB;EAClB,YAAiB;CAAS;;AAjChC;EAgCM,aAAkB;EAClB,YAAiB;CAAS;;AAjChC;EAgCM,cAAkB;EAClB,aAAiB;CAAS;;AVnChC;;EAEI,oBAAoB;CAAG;;AAE3B;EACE,mBAAmB;CASM;;AC0EzB;EDpFF;IAGI,eAAe;IACf,iBAAiB;GAMM;EAV3B;IAOM,eAAe;IACf,gBAAgB;GAAG;CHsgGxB;;AIl7FC;ED5FF;IAUI,kBAAkB;GAAK;CH0gG1B;;AGxgGD;EACE,gBAAgB;EAChB,mBAAmB;EACnB,oBAAoB;CAAG;;AWjBzB;EAGE,6BZIgB;EYHhB,mBZ2CU;EY1CV,mBAAmB;EACnB,mBAAmB;CAcY;;AApBjC;EVUI,YAAY;EACZ,aAAa;EACb,eAAe;CAAG;;AUZtB;EAQI,qBZuCQ;EYtCR,aAAa;EACb,2BAA2B;CAAG;;AAVlC;;EAaI,eAAe;CAAG;;AAbtB;EAmBM,wBZXY;EYYZ,eZlBY;CYkBW;;AApB7B;EAmBM,0BZjBY;EYkBZ,aZZY;CYYW;;AApB7B;EAmBM,6BZZY;EYaZ,eZhBY;CYgBW;;AApB7B;EAmBM,0BZfY;EYgBZ,kBZbY;CYaW;;AApB7B;EAmBM,0BZNS;EYOT,aRGW;CQHY;;AApB7B;EAmBM,0BZLS;EYMT,aRGW;CQHY;;AApB7B;EAmBM,0BZPS;EYQT,aRGW;CQHY;;AApB7B;EAmBM,0BZRS;EYST,aRGW;CQHY;;AApB7B;EAmBM,0BZHS;EYIT,aRGW;CQHY;;AXtB7B;;EAEI,oBAAoB;CAAG;;AAE3B;EACE,mBAAmB;CASM;;AC0EzB;EDpFF;IAGI,eAAe;IACf,iBAAiB;GAMM;EAV3B;IAOM,eAAe;IACf,gBAAgB;GAAG;CH2mGxB;;AIvhGC;ED5FF;IAUI,kBAAkB;GAAK;CH+mG1B;;AG7mGD;EACE,gBAAgB;EAChB,mBAAmB;EACnB,oBAAoB;CAAG;;AYlBzB;EAEE,sBAAsB;EACtB,yBAAyB;EACzB,aAAa;EACb,wBAAwB;EACxB,eAAe;EACf,aAAa;EACb,iBAAiB;EACjB,WAAW;EACX,YAAY;CAqBQ;;AA/BtB;EAYI,0BbLc;CaKc;;AAZhC;EAcI,0BbTc;CaSY;;AAd9B;EAgBI,0BbXc;CaWY;;AAhB9B;EAsBQ,wBbbU;CaaiB;;AAtBnC;EAwBQ,wBbfU;CaeiB;;AAxBnC;EAsBQ,0BbnBU;CamBiB;;AAtBnC;EAwBQ,0BbrBU;CaqBiB;;AAxBnC;EAsBQ,6BbdU;CaciB;;AAtBnC;EAwBQ,6BbhBU;CagBiB;;AAxBnC;EAsBQ,0BbjBU;CaiBiB;;AAtBnC;EAwBQ,0BbnBU;CamBiB;;AAxBnC;EAsBQ,0BbRO;CaQoB;;AAtBnC;EAwBQ,0BbVO;CaUoB;;AAxBnC;EAsBQ,0BbPO;CaOoB;;AAtBnC;EAwBQ,0BbTO;CaSoB;;AAxBnC;EAsBQ,0BbTO;CaSoB;;AAtBnC;EAwBQ,0BbXO;CaWoB;;AAxBnC;EAsBQ,0BbVO;CaUoB;;AAtBnC;EAwBQ,0BbZO;CaYoB;;AAxBnC;EAsBQ,0BbLO;CaKoB;;AAtBnC;EAwBQ,0BbPO;CaOoB;;AAxBnC;EA2BI,YAAY;CAAG;;AA3BnB;EA6BI,aAAa;CAAG;;AA7BpB;EA+BI,aAAa;CAAG;;AC/BpB;EACE,wBdQgB;EcPhB,edEgB;EcDhB,oBAAoB;EACpB,YAAY;CAsFoD;;AA1FlE;;EAOI,0BdAc;EcCd,sBAAsB;EACtB,kBAAkB;EAClB,oBAAoB;CAuBH;;AAjCrB;;EAaM,aAAa;EACb,mBAAmB;EACnB,oBAAoB;EACpB,UAAU;CAMc;;AAtB9B;;EZuBE,sBAAsB;EACtB,gBYNsB;EZOtB,aYP4B;EZQ5B,kBYR4B;EZS5B,mBAAmB;EACnB,oBAAoB;EACpB,YYX4B;CAAI;;AAlBlC;;EAoBQ,WAAW;CAES;;AAtB5B;;EAsBU,aAAa;CAAG;;AAtB1B;;EAwBM,WAAW;CAMmB;;AA9BpC;;EA0BQ,eAAe;EACf,kBAAkB;CAGQ;;AA9BlC;;EA6BU,0BdfK;EcgBL,aVNO;CUMe;;AA9BhC;;EAgCM,oBAAoB;EACpB,UAAU;CAAG;;AAjCnB;EAmCI,ed/Bc;EcgCd,iBAAiB;CAAG;;AApCxB;EAuCM,6Bd/BY;EcgCZ,edpCY;CcoCU;;AAxC5B;;EA4CM,sBAAsB;EACtB,edvCY;CcuCS;;AA7C3B;;EAmDU,uBAAuB;CAAG;;AAnDpC;;EAuDM,sBAAsB;EACtB,edlDY;CckDS;;AAxD3B;;EA6DM,kBAAkB;CAAG;;AA7D3B;;EAkEU,yBAAyB;CAAG;;AAlEtC;;EAsEM,kBAAkB;CAWW;;AAjFnC;;EAyEQ,aAAa;CAIW;;AA7EhC;;EA2EU,WAAW;CAES;;AA7E9B;;EA6EY,aAAa;CAAG;;AA7E5B;;EA+EQ,WAAW;CAEc;;AAjFjC;;EAiFU,kBAAkB;CAAG;;AAjF/B;EAsFU,0BAAwB;CAAoB;;AAtFtD;EAwFU,6BdhFQ;CckFwC;;AA1F1D;EA0FY,0BAAwB;CAAoB;;Ab3FxD;;EAEI,oBAAoB;CAAG;;AAE3B;EACE,mBAAmB;CASM;;AC0EzB;EDpFF;IAGI,eAAe;IACf,iBAAiB;GAMM;EAV3B;IAOM,eAAe;IACf,gBAAgB;GAAG;CHy4GxB;;AIrzGC;ED5FF;IAUI,kBAAkB;GAAK;CH64G1B;;AG34GD;EACE,gBAAgB;EAChB,mBAAmB;EACnB,oBAAoB;CAAG;;AcjBzB;;EAGE,iBf+BuB;Ee9BvB,uBAAuB;CAUO;;AAdhC;;;;EAOI,iBf2BqB;Ce3Be;;AAPxC;;EAUM,yBAAyB;CAAG;;AAVlC;;EAYI,iBfuBmB;CevBe;;AAZtC;;EAcI,uBAAuB;CAAG;;AAE9B;EACE,efdgB;EeehB,gBfOW;EeNX,eAAe;CAyBc;;AA5B/B;EAKI,sBAAsB;EACtB,gBfGS;CeHgB;;AAN7B;EAQI,eAAe;CAAG;;AARtB;EAUI,kBAAkB;CAAG;;AAVzB;EAYI,kBAAkB;CAAG;;AAZzB;EAiBM,gBfVO;CeYsC;;AAnBnD;EAmBQ,gBfXK;CeWoC;;AAnBjD;EAiBM,gBfTO;CeWsC;;AAnBnD;EAmBQ,gBfVK;CeUoC;;AAnBjD;EAiBM,gBfRO;CeUsC;;AAnBnD;EAmBQ,gBfTK;CeSoC;;AAnBjD;EAiBM,gBfPO;CeSsC;;AAnBnD;EAmBQ,gBfRK;CeQoC;;AAnBjD;EAiBM,gBfNO;CeQsC;;AAnBnD;EAmBQ,gBfPK;CeOoC;;AAnBjD;EAiBM,gBfLO;CeOsC;;AAnBnD;EAmBQ,gBfPK;CeOoC;;AAnBjD;EAsBI,iBAAiB;CAEO;;AAxB5B;EAwBM,iBAAiB;CAAG;;AbkCxB;Ea1DF;IA4BM,kBAAkB;GAAG;CjBo+G1B;;AiBl+GD;EACE,ef3CgB;Ee4ChB,gBfrBW;EesBX,mBAAmB;CAsBS;;AAzB9B;EAKI,mBfJQ;EeKR,sBAAsB;EACtB,gBfzBS;Ee0BT,iBAAiB;EACjB,oBAAoB;CAAG;;AAT3B;EAWI,eftDc;CesDQ;;AAX1B;EAaI,kBAAkB;CAAG;;AAbzB;EAkBM,gBfzCO;Ce2CsC;;AApBnD;EAoBQ,gBf1CK;Ce0CoC;;AApBjD;EAkBM,gBfxCO;Ce0CsC;;AApBnD;EAoBQ,gBfzCK;CeyCoC;;AApBjD;EAkBM,gBfvCO;CeyCsC;;AApBnD;EAoBQ,gBfxCK;CewCoC;;AApBjD;EAkBM,gBftCO;CewCsC;;AApBnD;EAoBQ,gBfvCK;CeuCoC;;AApBjD;EAkBM,gBfrCO;CeuCsC;;AApBnD;EAoBQ,gBftCK;CesCoC;;AApBjD;EAkBM,gBfpCO;CesCsC;;AApBnD;EAoBQ,gBftCK;CesCoC;;AApBjD;EAuBI,iBAAiB;CAEO;;AAzB5B;EAyBM,iBAAiB;CAAG;;AdzE1B;;EAEI,oBAAoB;CAAG;;AAE3B;EACE,mBAAmB;CASM;;AC0EzB;EDpFF;IAGI,eAAe;IACf,iBAAiB;GAMM;EAV3B;IAOM,eAAe;IACf,gBAAgB;GAAG;CHwmHxB;;AIphHC;ED5FF;IAUI,kBAAkB;GAAK;CH4mH1B;;AG1mHD;EACE,gBAAgB;EAChB,mBAAmB;EACnB,oBAAoB;CAAG;;AEjBzB;EAEE,sBAAsB;EACtB,yBAAyB;EACzB,wCHFgB;EGGhB,aAAa;EACb,wBAAwB;EACxB,gBAAgB;EAChB,sBAAsB;EACtB,aAAa;EACb,mBAAmB;EACnB,oBAAoB;EACpB,YAAY;CA4BO;;AAxCrB;EAeI,wBHPc;EGQd,YAAY;EACZ,eAAe;EACf,YAAY;EACZ,UAAU;EACV,kBAAkB;EAClB,iBAAiB;EACjB,mBAAmB;EACnB,SAAS;EACT,WAAW;CAAG;;AAxBlB;EA0BI,iCAAiB;UAAjB,yBAAiB;CAAU;;AA1B/B;EA4BI,kCAAiB;UAAjB,0BAAiB;CAAW;;AA5BhC;EA8BI,wCH5Bc;CG4BwB;;AA9B1C;EAiCI,aAAa;EACb,YAAY;CAAG;;AAlCnB;EAoCI,aAAa;EACb,YAAY;CAAG;;AArCnB;EAuCI,aAAa;EACb,YAAY;CAAG;;AAEnB;EDpBE,sBAAsB;EACtB,gBCoBgB;EDnBhB,aCmBsB;EDlBtB,kBCkBsB;EDjBtB,mBAAmB;EACnB,oBAAoB;EACpB,YCesB;CAUQ;;AAXhC;EAGI,mBAAmB;EACnB,qBAAqB;CAAG;;AAJ5B;EDpBE,sBAAsB;EACtB,gBC0BkB;EDzBlB,aCyBwB;EDxBxB,kBCwBwB;EDvBxB,mBAAmB;EACnB,oBAAoB;EACpB,YCqBwB;CAAI;;AAP9B;EDpBE,sBAAsB;EACtB,gBC4BkB;ED3BlB,aC2BwB;ED1BxB,kBC0BwB;EDzBxB,mBAAmB;EACnB,oBAAoB;EACpB,YCuBwB;CAAI;;AAT9B;EDpBE,sBAAsB;EACtB,gBC8BkB;ED7BlB,aC6BwB;ED5BxB,kBC4BwB;ED3BxB,mBAAmB;EACnB,oBAAoB;EACpB,YCyBwB;CAAI;;AAE9B;EACE,gBAAgB;EAChB,eAAe;EACf,aHjBe;EGkBf,mBAAmB;EACnB,YHnBe;CGoD8B;;AAtC/C;EAOI,0BH1Dc;EG2Dd,eAAe;EACf,YAAY;EACZ,UAAU;EACV,kBAAkB;EAClB,mBAAmB;EACnB,SAAS;EACT,uCHxBa;EGwBb,+BHxBa;EGyBb,0EAA0D;EAA1D,kEAA0D;EAA1D,0DAA0D;EAA1D,6EAA0D;EAC1D,YAAY;CAMW;;AAtB3B;EAkBM,iBAAiB;CAAG;;AAlB1B;EAoBM,iBAAiB;CAAG;;AApB1B;EAsBM,gBAAgB;CAAG;;AAtBzB;EAwBI,6BHxEc;CGwEkB;;AAxBpC;EA4BM,0BHtES;CGgF4B;;AAtC3C;EA8BQ,kBAAkB;EAClB,iCAAiB;UAAjB,yBAAiB;EACjB,mCAA2B;UAA3B,2BAA2B;CAAG;;AAhCtC;EAkCQ,WAAW;CAAG;;AAlCtB;EAoCQ,kBAAkB;EAClB,kCAAiB;UAAjB,0BAAiB;EACjB,sCAA8B;UAA9B,8BAA8B;CAAG;;AAEzC;EACE,eAAe;EACf,gBAAgB;EAChB,oBAAoB;EACpB,mBAAmB;EACnB,0BAA0B;CAAG;;AAE/B;EAEE,gBAAgB;EAChB,oBAAoB;EACpB,gBAAgB;EAChB,iBAAiB;EACjB,WAAW;CAGY;;AATzB;EAQI,eAAe;EACf,gBAAgB;CAAG;;AAEvB;EACE,qDAA6C;UAA7C,6CAA6C;EAC7C,0BH7GgB;EG8GhB,wBAAwB;EACxB,gCAAgC;EAChC,8BAA8B;EAC9B,YAAY;EACZ,eAAe;EACf,aAAa;EACb,mBAAmB;EACnB,YAAY;CAAG;;AAEjB;EACE,6BHvHgB;EGwHhB,wBAAwB;EACxB,sBAAsB;EACtB,gBHtGW;EGuGX,oBAAoB;CAAG;;AAEzB;EACE,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,6BH/HgB;EGgIhB,wBAAwB;EACxB,eHpIgB;EGqIhB,4BAAqB;EAArB,4BAAqB;EAArB,qBAAqB;EACrB,gBAAgB;EAChB,aAAa;EACb,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;EACpB,oBAAoB;EACpB,oBAAoB;CA8BU;;AA3ChC;EAeI,iBAAiB;EACjB,mBAAmB;CAAG;;AAhB1B;EAsBM,wBHlJY;EGmJZ,eHzJY;CGyJW;;AAvB7B;EAsBM,0BHxJY;EGyJZ,aHnJY;CGmJW;;AAvB7B;EAsBM,6BHnJY;EGoJZ,eHvJY;CGuJW;;AAvB7B;EAsBM,0BHtJY;EGuJZ,kBHpJY;CGoJW;;AAvB7B;EAsBM,0BH7IS;EG8IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH5IS;EG6IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH9IS;EG+IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH/IS;EGgJT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH1IS;EG2IT,aCpIW;CDoIY;;AAvB7B;EA0BI,gBHhIS;EGiIT,aAAa;EACb,kBAAkB;EAClB,mBAAmB;CAAG;;AA7B1B;EA+BI,gBHvIS;EGwIT,aAAa;EACb,mBAAmB;EACnB,oBAAoB;CAAG;;AAlC3B;EAoCI,gBH7IS;EG8IT,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;CAGM;;AA3C9B;EA0CM,iBAAiB;EACjB,mBAAmB;CAAG;;AAE5B;EACE,4BAA4B;EAC5B,0BAA0B;EAC1B,uBAAuB;EACvB,sBAAsB;EACtB,kBAAkB;CAAG;;AaxLvB;EACE,2BAAqB;MAArB,wBAAqB;UAArB,qBAAqB;EACrB,4ChBEgB;EgBDhB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,iBAAiB;CAAG;;AAEtB;EACE,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,ehBHgB;EgBIhB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,kBAAkB;EAClB,cAAc;CAAG;;AAEnB;EACE,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,gBAAgB;EAChB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,YAAY;CAAG;;AAEjB;EACE,eAAe;EACf,mBAAmB;CAAG;;AAExB;EACE,cAAc;CAEW;;AAH3B;EAGI,kBAAkB;CAAG;;AAEzB;EACE,8BhBvBgB;EgBwBhB,2BAAqB;MAArB,wBAAqB;UAArB,qBAAqB;EACrB,qBAAc;EAAd,qBAAc;EAAd,cAAc;CAAG;;AAEnB;EACE,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,cAAc;CAEwB;;AAPxC;EAOI,gChBlCc;CgBkCoB;;AAEtC;EACE,wBhBnCgB;EgBoChB,6EhB1CgB;EgB2ChB,ehBzCgB;EgB0ChB,gBAAgB;EAChB,mBAAmB;EACnB,aAAa;CAOsB;;AAbrC;EAQI,oBAAoB;CAAG;;AAR3B;EAWI,YAAY;CAAG;;AAXnB;EAaI,mBhBPc;CgBOiB;;ACxDnC;EACE,2BAAc;MAAd,cAAc;EACd,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;EACf,cAAc;CAoM8B;;AAxM9C;EAMI,oBAAW;MAAX,eAAW;UAAX,WAAW;CAAG;;AANlB;EAQI,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,YAAY;CAAG;;AATnB;EAWI,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,WAAW;CAAG;;AAZlB;EAcI,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,gBAAgB;CAAG;;AAfvB;EAiBI,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,WAAW;CAAG;;AAlBlB;EAoBI,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,gBAAgB;CAAG;;AArBvB;EAuBI,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,WAAW;CAAG;;AAxBlB;EA0BI,iBAAiB;CAAG;;AA1BxB;EA4BI,sBAAsB;CAAG;;AA5B7B;EA8BI,iBAAiB;CAAG;;AA9BxB;EAgCI,sBAAsB;CAAG;;AAhC7B;EAkCI,iBAAiB;CAAG;;AAlCxB;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,gBAAU;CAAgB;;AAtChC;EAwCM,sBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,iBAAU;CAAgB;;AAtChC;EAwCM,uBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,WAAU;CAAgB;;AAtChC;EAwCM,iBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,iBAAU;CAAgB;;AAtChC;EAwCM,uBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,iBAAU;CAAgB;;AAtChC;EAwCM,uBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,WAAU;CAAgB;;AAtChC;EAwCM,iBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,iBAAU;CAAgB;;AAtChC;EAwCM,uBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,iBAAU;CAAgB;;AAtChC;EAwCM,uBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,WAAU;CAAgB;;AAtChC;EAwCM,iBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,iBAAU;CAAgB;;AAtChC;EAwCM,uBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,iBAAU;CAAgB;;AAtChC;EAwCM,uBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,YAAU;CAAgB;;AAtChC;EAwCM,kBAAgB;CAAgB;;Af+BpC;EevEF;IA2CM,oBAAW;QAAX,eAAW;YAAX,WAAW;GAAG;EA3CpB;IA6CM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,YAAY;GAAG;EA9CrB;IAgDM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EAjDpB;IAmDM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAgB;GAAG;EApDzB;IAsDM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EAvDpB;IAyDM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAgB;GAAG;EA1DzB;IA4DM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EA7DpB;IA+DM,iBAAiB;GAAG;EA/D1B;IAiEM,sBAAsB;GAAG;EAjE/B;IAmEM,iBAAiB;GAAG;EAnE1B;IAqEM,sBAAsB;GAAG;EArE/B;IAuEM,iBAAiB;GAAG;EAvE1B;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAU;GAAgB;EA3ElC;IA6EQ,sBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA3ElC;IA6EQ,uBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EA3ElC;IA6EQ,iBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA3ElC;IA6EQ,uBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA3ElC;IA6EQ,uBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EA3ElC;IA6EQ,iBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA3ElC;IA6EQ,uBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA3ElC;IA6EQ,uBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EA3ElC;IA6EQ,iBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA3ElC;IA6EQ,uBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA3ElC;IA6EQ,uBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,YAAU;GAAgB;EA3ElC;IA6EQ,kBAAgB;GAAgB;CnBmtIvC;;AIrtIC;Ee3EF;IAiFM,oBAAW;QAAX,eAAW;YAAX,WAAW;GAAG;EAjFpB;IAoFM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,YAAY;GAAG;EArFrB;IAwFM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EAzFpB;IA4FM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAgB;GAAG;EA7FzB;IAgGM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EAjGpB;IAoGM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAgB;GAAG;EArGzB;IAwGM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EAzGpB;IA4GM,iBAAiB;GAAG;EA5G1B;IA+GM,sBAAsB;GAAG;EA/G/B;IAkHM,iBAAiB;GAAG;EAlH1B;IAqHM,sBAAsB;GAAG;EArH/B;IAwHM,iBAAiB;GAAG;EAxH1B;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAU;GAAgB;EA5HlC;IA8HQ,sBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA5HlC;IA8HQ,uBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EA5HlC;IA8HQ,iBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA5HlC;IA8HQ,uBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA5HlC;IA8HQ,uBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EA5HlC;IA8HQ,iBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA5HlC;IA8HQ,uBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA5HlC;IA8HQ,uBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EA5HlC;IA8HQ,iBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA5HlC;IA8HQ,uBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA5HlC;IA8HQ,uBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,YAAU;GAAgB;EA5HlC;IA8HQ,kBAAgB;GAAgB;CnBmyIvC;;AI10IC;EevFF;IAiIM,oBAAW;QAAX,eAAW;YAAX,WAAW;GAAG;EAjIpB;IAmIM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,YAAY;GAAG;EApIrB;IAsIM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EAvIpB;IAyIM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAgB;GAAG;EA1IzB;IA4IM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EA7IpB;IA+IM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAgB;GAAG;EAhJzB;IAkJM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EAnJpB;IAqJM,iBAAiB;GAAG;EArJ1B;IAuJM,sBAAsB;GAAG;EAvJ/B;IAyJM,iBAAiB;GAAG;EAzJ1B;IA2JM,sBAAsB;GAAG;EA3J/B;IA6JM,iBAAiB;GAAG;EA7J1B;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAU;GAAgB;EAjKlC;IAmKQ,sBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAjKlC;IAmKQ,uBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EAjKlC;IAmKQ,iBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAjKlC;IAmKQ,uBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAjKlC;IAmKQ,uBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EAjKlC;IAmKQ,iBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAjKlC;IAmKQ,uBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAjKlC;IAmKQ,uBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EAjKlC;IAmKQ,iBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAjKlC;IAmKQ,uBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAjKlC;IAmKQ,uBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,YAAU;GAAgB;EAjKlC;IAmKQ,kBAAgB;GAAgB;CnB+3IvC;;AIn8IC;Ee/FF;IAsKM,oBAAW;QAAX,eAAW;YAAX,WAAW;GAAG;EAtKpB;IAwKM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,YAAY;GAAG;EAzKrB;IA2KM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EA5KpB;IA8KM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAgB;GAAG;EA/KzB;IAiLM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EAlLpB;IAoLM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAgB;GAAG;EArLzB;IAuLM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EAxLpB;IA0LM,iBAAiB;GAAG;EA1L1B;IA4LM,sBAAsB;GAAG;EA5L/B;IA8LM,iBAAiB;GAAG;EA9L1B;IAgMM,sBAAsB;GAAG;EAhM/B;IAkMM,iBAAiB;GAAG;EAlM1B;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAU;GAAgB;EAtMlC;IAwMQ,sBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAtMlC;IAwMQ,uBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EAtMlC;IAwMQ,iBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAtMlC;IAwMQ,uBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAtMlC;IAwMQ,uBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EAtMlC;IAwMQ,iBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAtMlC;IAwMQ,uBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAtMlC;IAwMQ,uBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EAtMlC;IAwMQ,iBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAtMlC;IAwMQ,uBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAtMlC;IAwMQ,uBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,YAAU;GAAgB;EAtMlC;IAwMQ,kBAAgB;GAAgB;CnB29IvC;;AmBz9ID;EACE,mBAAmB;EACnB,oBAAoB;EACpB,kBAAkB;CA0CO;;AA7C3B;EAKI,qBAAqB;CAAG;;AAL5B;EAOI,oBAAoB;CAAG;;AAP3B;EAUI,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;CAAG;;AAV/B;EAYI,eAAe;EACf,gBAAgB;EAChB,cAAc;CAOI;;AArBtB;EAgBM,iBAAiB;CAAG;;AAhB1B;EAkBM,oBAAoB;CAAG;;AAlB7B;EAoBM,UAAU;EACV,WAAW;CAAG;;AfpJlB;Ee+HF;IAyBM,oBAAgB;QAAhB,gBAAgB;GAMY;EA/BlC;IA2BQ,oBAAoB;IACpB,cAAc;IACd,gBAAgB;GAEM;EA/B9B;IA+BU,eAAe;GAAG;CnB6+I3B;;AmB5gJD;EAiCI,qBAAc;EAAd,qBAAc;EAAd,cAAc;CAAG;;AAjCrB;EAmCI,oBAAgB;MAAhB,gBAAgB;CAAG;;AAnCvB;EAqCI,0BAAoB;MAApB,uBAAoB;cAApB,2BAAoB;UAApB,oBAAoB;CAAG;;AfpKzB;Ee+HF;IAyCM,qBAAc;IAAd,qBAAc;IAAd,cAAc;GAAG;CnBq/ItB;;AIjpJC;EemHF;IA6CM,qBAAc;IAAd,qBAAc;IAAd,cAAc;GAAG;CnBu/ItB;;AmBr/ID;EACE,2BAAqB;MAArB,wBAAqB;cAArB,4BAAqB;UAArB,qBAAqB;EACrB,8BAAiB;MAAjB,iBAAiB;EACjB,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;EACf,gCAAwB;EAAxB,6BAAwB;EAAxB,wBAAwB;CAyBc;;AA9BxC;EAQI,mBAAmB;EACnB,oBAAoB;EACpB,kBAAkB;CAIS;;AAd/B;EAYM,qBAAqB;CAAG;;AAZ9B;EAcM,oBAAoB;CAAG;;AAd7B;EAgBI,qBAAqB;CAAG;;AAhB5B;EAkBI,cAAc;CAAG;;AAlBrB;EAoBI,6BAAuB;EAAvB,8BAAuB;MAAvB,2BAAuB;UAAvB,uBAAuB;CAEe;;AAtB1C;EAsBM,+BAA+B;CAAG;;AfpMtC;Ee8KF;IA0BM,qBAAc;IAAd,qBAAc;IAAd,cAAc;GAAG;EA1BvB;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,YAAU;GAAgB;CnBmjJjC;;AoB70JD;EACE,0BAA0B;EAC1B,eAAe;CAwHO;;AA1HxB;EAII,eAAe;CAAG;;AAJtB;;EAOI,eAAe;CAAG;;AAPtB;EASI,eAAe;CAAG;;AATtB;;EAYI,eAAe;CAAG;;AAZtB;EAcI,eAAe;CAAG;;AAdtB;EAgBI,eAAe;CAAG;;AAhBtB;EAkBI,eAAe;CAAG;;AAlBtB;EAoBI,eAAe;CAAG;;AApBtB;EAsBI,eAAe;CAAG;;AAtBtB;EAwBI,eAAe;CAAG;;AAxBtB;EA0BI,eAAe;CAAG;;AA1BtB;EA4BI,eAAe;CAAG;;AA5BtB;EA8BI,eAAe;EACf,mBAAmB;CAAG;;AA/B1B;EAiCI,eAAe;CAAG;;AAjCtB;EAmCI,eAAe;CAAG;;AAnCtB;EAqCI,eAAe;CAAG;;AArCtB;;EAwCI,eAAe;CAAG;;AAxCtB;EA0CI,eAAe;EACf,kBAAkB;CAAG;;AA3CzB;EA6CI,eAAe;CAAG;;AA7CtB;EA+CI,eAAe;CAAG;;AA/CtB;EAiDI,eAAe;CAAG;;AAjDtB;EAmDI,eAAe;CAAG;;AAnDtB;;EAsDI,eAAe;CAAG;;AAtDtB;EAwDI,eAAe;CAAG;;AAxDtB;EA0DI,eAAe;CAAG;;AA1DtB;EA4DI,eAAe;CAAG;;AA5DtB;;EA+DI,eAAe;CAAG;;AA/DtB;EAiEI,eAAe;CAAG;;AAjEtB;EAmEI,eAAe;CAAG;;AAnEtB;EAqEI,eAAe;CAAG;;AArEtB;EAuEI,eAAe;CAAG;;AAvEtB;EAyEI,eAAe;CAAG;;AAzEtB;;EA4EI,eAAe;CAAG;;AA5EtB;EA8EI,eAAe;CAAG;;AA9EtB;;;;EAmFI,eAAe;CAAG;;AAnFtB;;EAsFI,eAAe;CAAG;;AAtFtB;EAwFI,eAAe;CAAG;;AAxFtB;EA0FI,eAAe;CAAG;;AA1FtB;;;;EA+FI,eAAe;CAAG;;AA/FtB;EAiGI,eAAe;CAAG;;AAjGtB;EAmGI,eAAe;CAAG;;AAnGtB;EAqGI,eAAe;CAAG;;AArGtB;EAuGI,eAAe;CAAG;;AAvGtB;EAyGI,eAAe;CAAG;;AAzGtB;EA2GI,eAAe;CAAG;;AA3GtB;;EA8GI,eAAe;CAAG;;AA9GtB;EAgHI,eAAe;CAAG;;AAhHtB;;EAmHI,eAAe;CAAG;;AAnHtB;;;;EAwHI,eAAe;CAAG;;AAxHtB;EA0HI,eAAe;CAAG;;AjBxHtB;;EAEI,oBAAoB;CAAG;;AAE3B;EACE,mBAAmB;CASM;;AC0EzB;EDpFF;IAGI,eAAe;IACf,iBAAiB;GAMM;EAV3B;IAOM,eAAe;IACf,gBAAgB;GAAG;CHojKxB;;AIh+JC;ED5FF;IAUI,kBAAkB;GAAK;CHwjK1B;;AGtjKD;EACE,gBAAgB;EAChB,mBAAmB;EACnB,oBAAoB;CAAG;;AkBjBzB;;EAGI,iBAAiB;CAAG;;AjBmEtB;EiBtEF;IAOM,oBAAoB;GAAG;CrB8kK5B;;AqB5kKD;;EAIM,mBAAmB;CAAG;;AAJ5B;;EAOM,oBAAa;MAAb,qBAAa;UAAb,aAAa;CAAG;;AjBsDpB;EiBpDF;IAIM,iBAAiB;GAAG;CrB+kKzB;;AI3hKC;EiBxDF;IAMI,0BAAoB;QAApB,uBAAoB;YAApB,oBAAoB;IACpB,qBAAc;IAAd,qBAAc;IAAd,cAAc;GAAK;CrBmlKtB;;AIliKC;EiB/CF;IAGI,0BAAoB;QAApB,uBAAoB;YAApB,oBAAoB;IACpB,qBAAc;IAAd,qBAAc;IAAd,cAAc;IACd,sBAA0B;QAA1B,mBAA0B;YAA1B,0BAA0B;GAAK;CrBolKlC;;AqBllKD;EAEE,0BAAoB;MAApB,uBAAoB;cAApB,2BAAoB;UAApB,oBAAoB;EACpB,0BAA+B;MAA/B,uBAA+B;UAA/B,+BAA+B;CAmBH;;AAtB9B;EAKI,mBnBQQ;CmBRiB;;AAL7B;EAOI,sBAAsB;EACtB,oBAAoB;CAAG;;AAR3B;EAWI,qBAAc;EAAd,qBAAc;EAAd,cAAc;CAKU;;AAhB5B;EAcQ,iBAAiB;CAAG;;AAd5B;EAgBQ,oBAAa;MAAb,qBAAa;UAAb,aAAa;CAAG;;AjBwBtB;EiBxCF;IAmBI,qBAAc;IAAd,qBAAc;IAAd,cAAc;GAGY;EAtB9B;IAsBQ,oBAAa;QAAb,qBAAa;YAAb,aAAa;GAAG;CrB+lKvB;;AsBxpKD;EACE,6BpBOgB;EoBNhB,wBAAwB;EACxB,sBAAsB;EACtB,gBpBwBW;EoBvBX,aAAa;EACb,kBAAkB;EAClB,gBAAgB;EAChB,iBAAiB;EACjB,mBAAmB;EACnB,oBAAoB;CAKM;;AlBwD1B;EkBvEF;IAaI,oBAAoB;GAEI;CtB4pK3B;;AIhmKC;EkB3EF;IAeI,mBAAmB;GAAK;CtBkqK3B;;AsBhqKD;EACE,mBAAmB;CAAG;;AAExB;EACE,kBAAkB;CAAG;;AAEvB;EACE,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;EACf,iBAAiB;CAAG;;AAEtB;EACE,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,iBAAiB;CA2BiB;;AA9BpC;EAKI,oBAAoB;CAAG;;AAL3B;EAOI,+CpB5Bc;EoB6Bd,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,kBAAkB;CAOS;;AAhB/B;;EAYM,mBAAmB;CAAG;;AAZ5B;EAcM,iBAAiB;CAEM;;AAhB7B;EAgBQ,gBAAgB;CAAG;;AAhB3B;EAkBI,+CpBvCc;EoBwCd,iBAAiB;EACjB,kBAAkB;CAAG;;AApBzB;EAwBM,iBAAiB;EACjB,kBAAkB;CAAG;;AlBsBzB;EkB/CF;IA8BQ,mBAAmB;GAAG;CtBmrK7B;;AuB9uKD;EAEI,eAAe;EACf,kBAAkB;CAAG;;AAEzB;EAEI,mBrByCc;EqBxCd,erBFc;EqBGd,eAAe;EACf,kBAAkB;CAOQ;;AAZ9B;EAOM,6BrBHY;EqBIZ,erBES;CqBFM;;AARrB;EAWM,0BrBDS;EqBET,ajBQW;CiBRW;;AAZ5B;EAeM,+BrBZY;EqBaZ,aAAa;EACb,mBAAmB;CAAG;;AAE5B;EACE,erBlBgB;EqBmBhB,gBrBMW;EqBLX,oBAAoB;EACpB,mBAAmB;EACnB,0BAA0B;CAEF;;AAP1B;EAOI,iBAAiB;CAAG;;ApB/BxB;;EAEI,oBAAoB;CAAG;;AAE3B;EACE,mBAAmB;CASM;;AC0EzB;EDpFF;IAGI,eAAe;IACf,iBAAiB;GAMM;EAV3B;IAOM,eAAe;IACf,gBAAgB;GAAG;CH8xKxB;;AI1sKC;ED5FF;IAUI,kBAAkB;GAAK;CHkyK1B;;AGhyKD;EACE,gBAAgB;EAChB,mBAAmB;EACnB,oBAAoB;CAAG;;AqBjBzB;EACE,0BtBKgB;EsBJhB,mBtB6CU;EsB5CV,mBAAmB;CAEG;;AALxB;EAKI,eAAe;CAAG;;AAEtB;EACE,0BtBJgB;EsBKhB,2BAAkC;EAClC,alBae;EkBZf,kBAAkB;CAKM;;AAT1B;EAMI,eAAe;CAAG;;AANtB;EAQI,2BtBgCQ;EsB/BR,iBAAiB;CAAG;;AAExB;EAEE,6BtBbgB;EsBchB,mBtB0BU;CsBTmE;;AApB/E;EAWM,wBAAyB;CAS4C;;AApB3E;EAaQ,wBtBvBU;EsBwBV,etB9BU;CsB8Ba;;AAd/B;EAgBQ,oBtB1BU;EsB4BR,eAAiB;CAE8C;;AApBzE;EAWM,6BAAyB;CAS4C;;AApB3E;EAaQ,0BtB7BU;EsB8BV,atBxBU;CsBwBa;;AAd/B;EAgBQ,sBtBhCU;EsBoCR,YAAiB;CAA8C;;AApBzE;EAWM,6BAAyB;CAS4C;;AApB3E;EAaQ,6BtBxBU;EsByBV,etB5BU;CsB4Ba;;AAd/B;EAgBQ,yBtB3BU;EsB6BR,eAAiB;CAE8C;;AApBzE;EAWM,6BAAyB;CAS4C;;AApB3E;EAaQ,0BtB3BU;EsB4BV,kBtBzBU;CsByBa;;AAd/B;EAgBQ,sBtB9BU;EsBkCR,YAAiB;CAA8C;;AApBzE;EAWM,0BAAyB;CAS4C;;AApB3E;EAaQ,0BtBlBO;EsBmBP,alBTS;CkBSc;;AAd/B;EAgBQ,sBtBrBO;EsByBL,YAAiB;CAA8C;;AApBzE;EAWM,0BAAyB;CAS4C;;AApB3E;EAaQ,0BtBjBO;EsBkBP,alBTS;CkBSc;;AAd/B;EAgBQ,sBtBpBO;EsBwBL,YAAiB;CAA8C;;AApBzE;EAWM,0BAAyB;CAS4C;;AApB3E;EAaQ,0BtBnBO;EsBoBP,alBTS;CkBSc;;AAd/B;EAgBQ,sBtBtBO;EsB0BL,YAAiB;CAA8C;;AApBzE;EAWM,0BAAyB;CAS4C;;AApB3E;EAaQ,0BtBpBO;EsBqBP,alBTS;CkBSc;;AAd/B;EAgBQ,sBtBvBO;EsB2BL,YAAiB;CAA8C;;AApBzE;EAWM,0BAAyB;CAS4C;;AApB3E;EAaQ,0BtBfO;EsBgBP,alBTS;CkBSc;;AAd/B;EAgBQ,sBtBlBO;EsBsBL,YAAiB;CAA8C;;ArBxCzE;;EAEI,oBAAoB;CAAG;;AAE3B;EACE,mBAAmB;CASM;;AC0EzB;EDpFF;IAGI,eAAe;IACf,iBAAiB;GAMM;EAV3B;IAOM,eAAe;IACf,gBAAgB;GAAG;CH29KxB;;AIv4KC;ED5FF;IAUI,kBAAkB;GAAK;CH+9K1B;;AG79KD;EACE,gBAAgB;EAChB,mBAAmB;EACnB,oBAAoB;CAAG;;AEjBzB;EAEE,sBAAsB;EACtB,yBAAyB;EACzB,wCHFgB;EGGhB,aAAa;EACb,wBAAwB;EACxB,gBAAgB;EAChB,sBAAsB;EACtB,aAAa;EACb,mBAAmB;EACnB,oBAAoB;EACpB,YAAY;CA4BO;;AAxCrB;EAeI,wBHPc;EGQd,YAAY;EACZ,eAAe;EACf,YAAY;EACZ,UAAU;EACV,kBAAkB;EAClB,iBAAiB;EACjB,mBAAmB;EACnB,SAAS;EACT,WAAW;CAAG;;AAxBlB;EA0BI,iCAAiB;UAAjB,yBAAiB;CAAU;;AA1B/B;EA4BI,kCAAiB;UAAjB,0BAAiB;CAAW;;AA5BhC;EA8BI,wCH5Bc;CG4BwB;;AA9B1C;EAiCI,aAAa;EACb,YAAY;CAAG;;AAlCnB;EAoCI,aAAa;EACb,YAAY;CAAG;;AArCnB;EAuCI,aAAa;EACb,YAAY;CAAG;;AAEnB;EDpBE,sBAAsB;EACtB,gBCoBgB;EDnBhB,aCmBsB;EDlBtB,kBCkBsB;EDjBtB,mBAAmB;EACnB,oBAAoB;EACpB,YCesB;CAUQ;;AAXhC;EAGI,mBAAmB;EACnB,qBAAqB;CAAG;;AAJ5B;EDpBE,sBAAsB;EACtB,gBC0BkB;EDzBlB,aCyBwB;EDxBxB,kBCwBwB;EDvBxB,mBAAmB;EACnB,oBAAoB;EACpB,YCqBwB;CAAI;;AAP9B;EDpBE,sBAAsB;EACtB,gBC4BkB;ED3BlB,aC2BwB;ED1BxB,kBC0BwB;EDzBxB,mBAAmB;EACnB,oBAAoB;EACpB,YCuBwB;CAAI;;AAT9B;EDpBE,sBAAsB;EACtB,gBC8BkB;ED7BlB,aC6BwB;ED5BxB,kBC4BwB;ED3BxB,mBAAmB;EACnB,oBAAoB;EACpB,YCyBwB;CAAI;;AAE9B;EACE,gBAAgB;EAChB,eAAe;EACf,aHjBe;EGkBf,mBAAmB;EACnB,YHnBe;CGoD8B;;AAtC/C;EAOI,0BH1Dc;EG2Dd,eAAe;EACf,YAAY;EACZ,UAAU;EACV,kBAAkB;EAClB,mBAAmB;EACnB,SAAS;EACT,uCHxBa;EGwBb,+BHxBa;EGyBb,0EAA0D;EAA1D,kEAA0D;EAA1D,0DAA0D;EAA1D,6EAA0D;EAC1D,YAAY;CAMW;;AAtB3B;EAkBM,iBAAiB;CAAG;;AAlB1B;EAoBM,iBAAiB;CAAG;;AApB1B;EAsBM,gBAAgB;CAAG;;AAtBzB;EAwBI,6BHxEc;CGwEkB;;AAxBpC;EA4BM,0BHtES;CGgF4B;;AAtC3C;EA8BQ,kBAAkB;EAClB,iCAAiB;UAAjB,yBAAiB;EACjB,mCAA2B;UAA3B,2BAA2B;CAAG;;AAhCtC;EAkCQ,WAAW;CAAG;;AAlCtB;EAoCQ,kBAAkB;EAClB,kCAAiB;UAAjB,0BAAiB;EACjB,sCAA8B;UAA9B,8BAA8B;CAAG;;AAEzC;EACE,eAAe;EACf,gBAAgB;EAChB,oBAAoB;EACpB,mBAAmB;EACnB,0BAA0B;CAAG;;AAE/B;EAEE,gBAAgB;EAChB,oBAAoB;EACpB,gBAAgB;EAChB,iBAAiB;EACjB,WAAW;CAGY;;AATzB;EAQI,eAAe;EACf,gBAAgB;CAAG;;AAEvB;EACE,qDAA6C;UAA7C,6CAA6C;EAC7C,0BH7GgB;EG8GhB,wBAAwB;EACxB,gCAAgC;EAChC,8BAA8B;EAC9B,YAAY;EACZ,eAAe;EACf,aAAa;EACb,mBAAmB;EACnB,YAAY;CAAG;;AAEjB;EACE,6BHvHgB;EGwHhB,wBAAwB;EACxB,sBAAsB;EACtB,gBHtGW;EGuGX,oBAAoB;CAAG;;AAEzB;EACE,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,6BH/HgB;EGgIhB,wBAAwB;EACxB,eHpIgB;EGqIhB,4BAAqB;EAArB,4BAAqB;EAArB,qBAAqB;EACrB,gBAAgB;EAChB,aAAa;EACb,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;EACpB,oBAAoB;EACpB,oBAAoB;CA8BU;;AA3ChC;EAeI,iBAAiB;EACjB,mBAAmB;CAAG;;AAhB1B;EAsBM,wBHlJY;EGmJZ,eHzJY;CGyJW;;AAvB7B;EAsBM,0BHxJY;EGyJZ,aHnJY;CGmJW;;AAvB7B;EAsBM,6BHnJY;EGoJZ,eHvJY;CGuJW;;AAvB7B;EAsBM,0BHtJY;EGuJZ,kBHpJY;CGoJW;;AAvB7B;EAsBM,0BH7IS;EG8IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH5IS;EG6IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH9IS;EG+IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH/IS;EGgJT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH1IS;EG2IT,aCpIW;CDoIY;;AAvB7B;EA0BI,gBHhIS;EGiIT,aAAa;EACb,kBAAkB;EAClB,mBAAmB;CAAG;;AA7B1B;EA+BI,gBHvIS;EGwIT,aAAa;EACb,mBAAmB;EACnB,oBAAoB;CAAG;;AAlC3B;EAoCI,gBH7IS;EG8IT,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;CAGM;;AA3C9B;EA0CM,iBAAiB;EACjB,mBAAmB;CAAG;;AAE5B;EACE,4BAA4B;EAC5B,0BAA0B;EAC1B,uBAAuB;EACvB,sBAAsB;EACtB,kBAAkB;CAAG;;AoBtLvB;ErB+BE,UADuB;EAEvB,QAFuB;EAGvB,mBAAmB;EACnB,SAJuB;EAKvB,OALuB;EqB5BvB,yCvBAgB;CuBAuB;;AAEzC;EACE,eAAe;EACf,gCAAgB;EAChB,eAAe;EACf,mBAAmB;EACnB,YAAY;CAKQ;;ArB4DpB;EqBtEF;IAQI,eAAe;IACf,+BAAgB;IAChB,aAAa;GAAK;CzBuyLrB;;AyBryLD;EAEE,iBAAiB;EACjB,aAAa;EACb,gBAAgB;EAChB,YAAY;EACZ,UAAU;EACV,YAAY;CAAG;;AAEjB;EAEE,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,6BAAuB;EAAvB,8BAAuB;MAAvB,2BAAuB;UAAvB,uBAAuB;EACvB,+BAAgB;EAChB,iBAAiB;CAAG;;AAEtB;;EAEE,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,6BvB5BgB;EuB6BhB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,qBAAe;MAAf,eAAe;EACf,wBAA4B;MAA5B,qBAA4B;UAA5B,4BAA4B;EAC5B,cAAc;EACd,mBAAmB;CAAG;;AAExB;EACE,iCvBrCgB;EuBsChB,4BvBIgB;EuBHhB,6BvBGgB;CuBHyB;;AAE3C;EACE,evB7CgB;EuB8ChB,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;EACf,gBvBzBW;EuB0BX,eAAe;CAAG;;AAEpB;EACE,+BvBPgB;EuBQhB,gCvBRgB;EuBShB,8BvBnDgB;CuBsDc;;AANhC;EAMM,mBAAmB;CAAG;;AAE5B;EACE,wBvBvDgB;EuBwDhB,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;EACf,eAAe;EACf,cAAc;CAAG;;AAEnB;ErBtCE,UADuB;EAEvB,QAFuB;EAGvB,mBAAmB;EACnB,SAJuB;EAKvB,OALuB;EqByCvB,0BAAoB;MAApB,uBAAoB;cAApB,2BAAoB;UAApB,oBAAoB;EACpB,cAAc;EACd,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,iBAAiB;EACjB,gBAAgB;EAChB,cAAc;CAGO;;AAVvB;EAUI,qBAAc;EAAd,qBAAc;EAAd,cAAc;CAAG;;AtBjFrB;;EAEI,oBAAoB;CAAG;;AAE3B;EACE,mBAAmB;CASM;;AC0EzB;EDpFF;IAGI,eAAe;IACf,iBAAiB;GAMM;EAV3B;IAOM,eAAe;IACf,gBAAgB;GAAG;CH44LxB;;AIxzLC;ED5FF;IAUI,kBAAkB;GAAK;CHg5L1B;;AG94LD;EACE,gBAAgB;EAChB,mBAAmB;EACnB,oBAAoB;CAAG;;AEjBzB;EAEE,sBAAsB;EACtB,yBAAyB;EACzB,wCHFgB;EGGhB,aAAa;EACb,wBAAwB;EACxB,gBAAgB;EAChB,sBAAsB;EACtB,aAAa;EACb,mBAAmB;EACnB,oBAAoB;EACpB,YAAY;CA4BO;;AAxCrB;EAeI,wBHPc;EGQd,YAAY;EACZ,eAAe;EACf,YAAY;EACZ,UAAU;EACV,kBAAkB;EAClB,iBAAiB;EACjB,mBAAmB;EACnB,SAAS;EACT,WAAW;CAAG;;AAxBlB;EA0BI,iCAAiB;UAAjB,yBAAiB;CAAU;;AA1B/B;EA4BI,kCAAiB;UAAjB,0BAAiB;CAAW;;AA5BhC;EA8BI,wCH5Bc;CG4BwB;;AA9B1C;EAiCI,aAAa;EACb,YAAY;CAAG;;AAlCnB;EAoCI,aAAa;EACb,YAAY;CAAG;;AArCnB;EAuCI,aAAa;EACb,YAAY;CAAG;;AAEnB;EDpBE,sBAAsB;EACtB,gBCoBgB;EDnBhB,aCmBsB;EDlBtB,kBCkBsB;EDjBtB,mBAAmB;EACnB,oBAAoB;EACpB,YCesB;CAUQ;;AAXhC;EAGI,mBAAmB;EACnB,qBAAqB;CAAG;;AAJ5B;EDpBE,sBAAsB;EACtB,gBC0BkB;EDzBlB,aCyBwB;EDxBxB,kBCwBwB;EDvBxB,mBAAmB;EACnB,oBAAoB;EACpB,YCqBwB;CAAI;;AAP9B;EDpBE,sBAAsB;EACtB,gBC4BkB;ED3BlB,aC2BwB;ED1BxB,kBC0BwB;EDzBxB,mBAAmB;EACnB,oBAAoB;EACpB,YCuBwB;CAAI;;AAT9B;EDpBE,sBAAsB;EACtB,gBC8BkB;ED7BlB,aC6BwB;ED5BxB,kBC4BwB;ED3BxB,mBAAmB;EACnB,oBAAoB;EACpB,YCyBwB;CAAI;;AAE9B;EACE,gBAAgB;EAChB,eAAe;EACf,aHjBe;EGkBf,mBAAmB;EACnB,YHnBe;CGoD8B;;AAtC/C;EAOI,0BH1Dc;EG2Dd,eAAe;EACf,YAAY;EACZ,UAAU;EACV,kBAAkB;EAClB,mBAAmB;EACnB,SAAS;EACT,uCHxBa;EGwBb,+BHxBa;EGyBb,0EAA0D;EAA1D,kEAA0D;EAA1D,0DAA0D;EAA1D,6EAA0D;EAC1D,YAAY;CAMW;;AAtB3B;EAkBM,iBAAiB;CAAG;;AAlB1B;EAoBM,iBAAiB;CAAG;;AApB1B;EAsBM,gBAAgB;CAAG;;AAtBzB;EAwBI,6BHxEc;CGwEkB;;AAxBpC;EA4BM,0BHtES;CGgF4B;;AAtC3C;EA8BQ,kBAAkB;EAClB,iCAAiB;UAAjB,yBAAiB;EACjB,mCAA2B;UAA3B,2BAA2B;CAAG;;AAhCtC;EAkCQ,WAAW;CAAG;;AAlCtB;EAoCQ,kBAAkB;EAClB,kCAAiB;UAAjB,0BAAiB;EACjB,sCAA8B;UAA9B,8BAA8B;CAAG;;AAEzC;EACE,eAAe;EACf,gBAAgB;EAChB,oBAAoB;EACpB,mBAAmB;EACnB,0BAA0B;CAAG;;AAE/B;EAEE,gBAAgB;EAChB,oBAAoB;EACpB,gBAAgB;EAChB,iBAAiB;EACjB,WAAW;CAGY;;AATzB;EAQI,eAAe;EACf,gBAAgB;CAAG;;AAEvB;EACE,qDAA6C;UAA7C,6CAA6C;EAC7C,0BH7GgB;EG8GhB,wBAAwB;EACxB,gCAAgC;EAChC,8BAA8B;EAC9B,YAAY;EACZ,eAAe;EACf,aAAa;EACb,mBAAmB;EACnB,YAAY;CAAG;;AAEjB;EACE,6BHvHgB;EGwHhB,wBAAwB;EACxB,sBAAsB;EACtB,gBHtGW;EGuGX,oBAAoB;CAAG;;AAEzB;EACE,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,6BH/HgB;EGgIhB,wBAAwB;EACxB,eHpIgB;EGqIhB,4BAAqB;EAArB,4BAAqB;EAArB,qBAAqB;EACrB,gBAAgB;EAChB,aAAa;EACb,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;EACpB,oBAAoB;EACpB,oBAAoB;CA8BU;;AA3ChC;EAeI,iBAAiB;EACjB,mBAAmB;CAAG;;AAhB1B;EAsBM,wBHlJY;EGmJZ,eHzJY;CGyJW;;AAvB7B;EAsBM,0BHxJY;EGyJZ,aHnJY;CGmJW;;AAvB7B;EAsBM,6BHnJY;EGoJZ,eHvJY;CGuJW;;AAvB7B;EAsBM,0BHtJY;EGuJZ,kBHpJY;CGoJW;;AAvB7B;EAsBM,0BH7IS;EG8IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH5IS;EG6IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH9IS;EG+IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH/IS;EGgJT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH1IS;EG2IT,aCpIW;CDoIY;;AAvB7B;EA0BI,gBHhIS;EGiIT,aAAa;EACb,kBAAkB;EAClB,mBAAmB;CAAG;;AA7B1B;EA+BI,gBHvIS;EGwIT,aAAa;EACb,mBAAmB;EACnB,oBAAoB;CAAG;;AAlC3B;EAoCI,gBH7IS;EG8IT,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;CAGM;;AA3C9B;EA0CM,iBAAiB;EACjB,mBAAmB;CAAG;;AAE5B;EACE,4BAA4B;EAC5B,0BAA0B;EAC1B,uBAAuB;EACvB,sBAAsB;EACtB,kBAAkB;CAAG;;AD5GrB;EsBxEF;IAII,cAAc;GAAK;C1B6sMtB;;A0B3sMD;EACE,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,cAAc;CAeqB;;AAnBrC;EAMI,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;CAAG;;AAPtB;EASI,iBAAiB;CAAG;;AATxB;EAWI,kBAAkB;CAAG;;AAXzB;EAcM,kBAAkB;CAAG;;AAd3B;EAgBM,iBAAiB;CAAG;;AtB8CxB;EsB9DF;IAmBI,wBAA4B;QAA5B,qBAA4B;YAA5B,4BAA4B;GAAK;C1B0tMpC;;A0BxtMD;;EAEE,exB3BgB;CwB4CO;;AAnBzB;;EAII,exB9Bc;CwB8BO;;AAJzB;;EAOI,exBjCc;CwBiCQ;;AAP1B;;EASI,qCAAqC;EACrC,kCAAkC;EAClC,mBAAmB;EACnB,oBAAoB;CAOD;;AAnBvB;;EAcM,iCxB9BS;EwB+BT,kCAAkC;CAAG;;AAf3C;;EAiBM,iCxBjCS;EwBkCT,kCAAkC;EAClC,exBnCS;CwBmCM;;AtBsBnB;EsBlBF;IAGI,wBxB/Cc;IwBgDd,4CxBtDc;IwBuDd,QAAQ;IACR,cAAc;IACd,SAAS;IACT,UAAU;IACV,mBAAmB;GAOM;EAhB7B;IAWM,+CxBzDY;IwB0DZ,cAAc;GAAG;EAZvB;IAcM,eAAe;GAAG;C1B0uMvB;;AI9tMC;EsB1BF;IAgBI,oBAAoB;GAAK;C1B8uM5B;;A0B5uMD;EACE,2BAAqB;MAArB,wBAAqB;UAArB,qBAAqB;EACrB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,2BAAc;MAAd,cAAc;EACd,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;EACf,wBAA4B;MAA5B,qBAA4B;UAA5B,4BAA4B;EAC5B,iBAAiB;EACjB,iBAAiB;EACjB,oBAAoB;CAAG;;AAEzB;EACE,2BAAqB;MAArB,wBAAqB;UAArB,qBAAqB;EACrB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,kBAAkB;EAClB,mBAAmB;CAAG;;AtBZtB;EsBcF;IAGI,2BAAqB;QAArB,wBAAqB;YAArB,qBAAqB;IACrB,qBAAc;IAAd,qBAAc;IAAd,cAAc;IACd,2BAAc;QAAd,cAAc;IACd,oBAAa;QAAb,qBAAa;YAAb,aAAa;IACb,qBAAe;QAAf,eAAe;IACf,sBAA0B;QAA1B,mBAA0B;YAA1B,0BAA0B;GAAK;C1BivMlC;;A0B7uMD;EACE,2BAAqB;MAArB,wBAAqB;UAArB,qBAAqB;EACrB,wBxB9FgB;EwB+FhB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,iBxB/De;EwBgEf,mBAAmB;EACnB,mBAAmB;EACnB,WAAW;CA4B2B;;AAnCxC;EASI,2BAAqB;MAArB,wBAAqB;UAArB,qBAAqB;EACrB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,iBxBtEa;EwBuEb,YAAY;CAMgB;;AAlBhC;EAeQ,gBAAgB;CAAG;;AAf3B;EAkBQ,iBAAiB;CAAG;;AAC1B;EAGM,gBAAgB;CAAG;;AAHzB;EAMM,iBAAiB;CAAG;;AAzB5B;EA4BI,4CxB9Hc;CwB8H4B;;AtB9C5C;EsBkBF;;IAmCU,mBAAmB;GAAG;C1BsvM/B;;A2B93MD;EACE,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,mBAAmB;CAgCK;;AApC1B;EAMI,eAAe;EACf,gBAAgB;EAChB,iBAAiB;CAAG;;AARxB;EAUI,ezBJc;EyBKd,eAAe;EACf,cAAc;CAAG;;AAZrB;EAcI,cAAc;CAAG;;AAdrB;EAgBI,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;EACf,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;CAAG;;AvBmD7B;EuBvEF;IAuBI,oBAAgB;QAAhB,gBAAgB;GAaM;EApC1B;IAyBM,uBAAW;GAEc;EA3B/B;IA2BQ,kBAAkB;GAAG;EA3B7B;IA6BM,oBAAa;QAAb,qBAAa;YAAb,aAAa;IACb,qBAAe;QAAf,eAAe;GAAG;EA9BxB;IAgCM,iBAAiB;GAAG;C3Bg5MzB;;AIr2MC;EuB3EF;IAoCQ,6BAAS;QAAT,kBAAS;YAAT,SAAS;GAAG;C3Bk5MnB;;A4Bt7MD;ExBuBE,sBAAsB;EACtB,gBwBvBgB;ExBwBhB,awBxBsB;ExByBtB,kBwBzBsB;ExB0BtB,mBAAmB;EACnB,oBAAoB;EACpB,YwB5BsB;EACtB,e1BIgB;E0BHhB,YAAY;EACZ,qBAAqB;CAGO;;AAP9B;EAMI,mBAAmB;EACnB,qBAAqB;CAAG;;AAE5B;EACE,6B1BFgB;E0BGhB,iC1BJgB;E0BKhB,2BAA2B;EAC3B,e1BTgB;E0BUhB,gB1BcW;E0BbX,iBAAiB;EACjB,cAAc;CAAG;;AAEnB;EAEI,e1Bfc;C0BiBK;;AAJvB;EAIM,e1BRS;C0BQM;;AAErB;EACE,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,gB1BKW;E0BJX,oBAAoB;EACpB,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;CAUe;;AAdzC;EAMI,iC1BvBc;E0BwBd,oBAAoB;EACpB,aAAa;CAIa;;AAZ9B;EAWM,6B1B/BY;E0BgCZ,e1BhCY;C0BgCU;;AAZ5B;EAcI,iC1B/Bc;C0B+BqB;;AAEvC;EACE,e1BrCgB;E0BsChB,eAAe;EACf,kBAAkB;EAClB,cAAc;CAEyB;;AANzC;EAMI,iC1BvCc;C0BuCqB;;AAEvC;EAEI,6B1B1Cc;C0B0CkB;;AAEpC;EACE,0B1B9CgB;E0B+ChB,mB1BLgB;C0BOW;;AAJ7B;EAII,oBAAoB;CAAG;;AzBzD3B;;EAEI,oBAAoB;CAAG;;AAE3B;EACE,mBAAmB;CASM;;AC0EzB;EDpFF;IAGI,eAAe;IACf,iBAAiB;GAMM;EAV3B;IAOM,eAAe;IACf,gBAAgB;GAAG;CHihNxB;;AI77MC;ED5FF;IAUI,kBAAkB;GAAK;CHqhN1B;;AGnhND;EACE,gBAAgB;EAChB,mBAAmB;EACnB,oBAAoB;CAAG;;AAnBzB;;EAEI,oBAAoB;CAAG;;AAE3B;EACE,mBAAmB;CASM;;AC0EzB;EDpFF;IAGI,eAAe;IACf,iBAAiB;GAMM;EAV3B;IAOM,eAAe;IACf,gBAAgB;GAAG;CHijNxB;;AI79MC;ED5FF;IAUI,kBAAkB;GAAK;CHqjN1B;;AGnjND;EACE,gBAAgB;EAChB,mBAAmB;EACnB,oBAAoB;CAAG;;AEjBzB;EAEE,sBAAsB;EACtB,yBAAyB;EACzB,wCHFgB;EGGhB,aAAa;EACb,wBAAwB;EACxB,gBAAgB;EAChB,sBAAsB;EACtB,aAAa;EACb,mBAAmB;EACnB,oBAAoB;EACpB,YAAY;CA4BO;;AAxCrB;EAeI,wBHPc;EGQd,YAAY;EACZ,eAAe;EACf,YAAY;EACZ,UAAU;EACV,kBAAkB;EAClB,iBAAiB;EACjB,mBAAmB;EACnB,SAAS;EACT,WAAW;CAAG;;AAxBlB;EA0BI,iCAAiB;UAAjB,yBAAiB;CAAU;;AA1B/B;EA4BI,kCAAiB;UAAjB,0BAAiB;CAAW;;AA5BhC;EA8BI,wCH5Bc;CG4BwB;;AA9B1C;EAiCI,aAAa;EACb,YAAY;CAAG;;AAlCnB;EAoCI,aAAa;EACb,YAAY;CAAG;;AArCnB;EAuCI,aAAa;EACb,YAAY;CAAG;;AAEnB;EDpBE,sBAAsB;EACtB,gBCoBgB;EDnBhB,aCmBsB;EDlBtB,kBCkBsB;EDjBtB,mBAAmB;EACnB,oBAAoB;EACpB,YCesB;CAUQ;;AAXhC;EAGI,mBAAmB;EACnB,qBAAqB;CAAG;;AAJ5B;EDpBE,sBAAsB;EACtB,gBC0BkB;EDzBlB,aCyBwB;EDxBxB,kBCwBwB;EDvBxB,mBAAmB;EACnB,oBAAoB;EACpB,YCqBwB;CAAI;;AAP9B;EDpBE,sBAAsB;EACtB,gBC4BkB;ED3BlB,aC2BwB;ED1BxB,kBC0BwB;EDzBxB,mBAAmB;EACnB,oBAAoB;EACpB,YCuBwB;CAAI;;AAT9B;EDpBE,sBAAsB;EACtB,gBC8BkB;ED7BlB,aC6BwB;ED5BxB,kBC4BwB;ED3BxB,mBAAmB;EACnB,oBAAoB;EACpB,YCyBwB;CAAI;;AAE9B;EACE,gBAAgB;EAChB,eAAe;EACf,aHjBe;EGkBf,mBAAmB;EACnB,YHnBe;CGoD8B;;AAtC/C;EAOI,0BH1Dc;EG2Dd,eAAe;EACf,YAAY;EACZ,UAAU;EACV,kBAAkB;EAClB,mBAAmB;EACnB,SAAS;EACT,uCHxBa;EGwBb,+BHxBa;EGyBb,0EAA0D;EAA1D,kEAA0D;EAA1D,0DAA0D;EAA1D,6EAA0D;EAC1D,YAAY;CAMW;;AAtB3B;EAkBM,iBAAiB;CAAG;;AAlB1B;EAoBM,iBAAiB;CAAG;;AApB1B;EAsBM,gBAAgB;CAAG;;AAtBzB;EAwBI,6BHxEc;CGwEkB;;AAxBpC;EA4BM,0BHtES;CGgF4B;;AAtC3C;EA8BQ,kBAAkB;EAClB,iCAAiB;UAAjB,yBAAiB;EACjB,mCAA2B;UAA3B,2BAA2B;CAAG;;AAhCtC;EAkCQ,WAAW;CAAG;;AAlCtB;EAoCQ,kBAAkB;EAClB,kCAAiB;UAAjB,0BAAiB;EACjB,sCAA8B;UAA9B,8BAA8B;CAAG;;AAEzC;EACE,eAAe;EACf,gBAAgB;EAChB,oBAAoB;EACpB,mBAAmB;EACnB,0BAA0B;CAAG;;AAE/B;EAEE,gBAAgB;EAChB,oBAAoB;EACpB,gBAAgB;EAChB,iBAAiB;EACjB,WAAW;CAGY;;AATzB;EAQI,eAAe;EACf,gBAAgB;CAAG;;AAEvB;EACE,qDAA6C;UAA7C,6CAA6C;EAC7C,0BH7GgB;EG8GhB,wBAAwB;EACxB,gCAAgC;EAChC,8BAA8B;EAC9B,YAAY;EACZ,eAAe;EACf,aAAa;EACb,mBAAmB;EACnB,YAAY;CAAG;;AAEjB;EACE,6BHvHgB;EGwHhB,wBAAwB;EACxB,sBAAsB;EACtB,gBHtGW;EGuGX,oBAAoB;CAAG;;AAEzB;EACE,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,6BH/HgB;EGgIhB,wBAAwB;EACxB,eHpIgB;EGqIhB,4BAAqB;EAArB,4BAAqB;EAArB,qBAAqB;EACrB,gBAAgB;EAChB,aAAa;EACb,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;EACpB,oBAAoB;EACpB,oBAAoB;CA8BU;;AA3ChC;EAeI,iBAAiB;EACjB,mBAAmB;CAAG;;AAhB1B;EAsBM,wBHlJY;EGmJZ,eHzJY;CGyJW;;AAvB7B;EAsBM,0BHxJY;EGyJZ,aHnJY;CGmJW;;AAvB7B;EAsBM,6BHnJY;EGoJZ,eHvJY;CGuJW;;AAvB7B;EAsBM,0BHtJY;EGuJZ,kBHpJY;CGoJW;;AAvB7B;EAsBM,0BH7IS;EG8IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH5IS;EG6IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH9IS;EG+IT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH/IS;EGgJT,aCpIW;CDoIY;;AAvB7B;EAsBM,0BH1IS;EG2IT,aCpIW;CDoIY;;AAvB7B;EA0BI,gBHhIS;EGiIT,aAAa;EACb,kBAAkB;EAClB,mBAAmB;CAAG;;AA7B1B;EA+BI,gBHvIS;EGwIT,aAAa;EACb,mBAAmB;EACnB,oBAAoB;CAAG;;AAlC3B;EAoCI,gBH7IS;EG8IT,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;CAGM;;AA3C9B;EA0CM,iBAAiB;EACjB,mBAAmB;CAAG;;AAE5B;EACE,4BAA4B;EAC5B,0BAA0B;EAC1B,uBAAuB;EACvB,sBAAsB;EACtB,kBAAkB;CAAG;;AwBtLvB;EAGE,2BAAqB;MAArB,wBAAqB;UAArB,qBAAqB;EACrB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,0BAA+B;MAA/B,uBAA+B;UAA/B,+BAA+B;EAC/B,kBAAkB;EAClB,iBAAiB;EACjB,iBAAiB;EACjB,oBAAoB;CAyHa;;AAlInC;EAWI,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,iC3BNc;E2BOd,e3BTc;E2BUd,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,oBAAoB;EACpB,kBAAkB;EAClB,oBAAoB;CAGM;;AArB9B;EAoBM,6B3BjBY;E2BkBZ,e3BlBY;C2BkBU;;AArB5B;EAuBI,eAAe;CAIQ;;AA3B3B;EA0BQ,6B3BbO;E2BcP,e3BdO;C2BcQ;;AA3BvB;EA6BI,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,iC3BxBc;E2ByBd,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;EACf,wBAA4B;MAA5B,qBAA4B;UAA5B,4BAA4B;CAUF;;AA5C9B;EAoCM,oBAAoB;CAAG;;AApC7B;EAsCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,mBAAmB;EACnB,oBAAoB;CAAG;;AAzC7B;EA2CM,sBAA0B;MAA1B,mBAA0B;UAA1B,0BAA0B;EAC1B,mBAAmB;CAAG;;AA5C5B;EA+CM,kBAAkB;CAAG;;AA/C3B;EAiDM,iBAAiB;CAAG;;AAjD1B;EAqDM,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;CAAG;;AArDjC;EAwDM,sBAA0B;MAA1B,mBAA0B;UAA1B,0BAA0B;CAAG;;AAxDnC;EA4DM,8BAA8B;EAC9B,2BAAkC;EAClC,oBAAoB;EACpB,iBAAiB;CAGkB;;AAlEzC;EAiEQ,6B3B1DU;E2B2DV,6B3B5DU;C2B4DqB;;AAlEvC;EAsEU,wB3B9DQ;E2B+DR,sB3BjEQ;E2BkER,4CAA4C;CAAG;;AAxEzD;EA2EM,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;CAAG;;AA5ExB;EA+EM,0B3BzEY;E2B0EZ,iBAAiB;EACjB,oBAAoB;EACpB,iBAAiB;EACjB,mBAAmB;CAID;;AAvFxB;EAqFQ,6B3B9EU;E2B+EV,sB3BjFU;E2BkFV,WAAW;CAAG;;AAvFtB;EA0FQ,kBAAkB;CAAG;;AA1F7B;EA4FQ,2B3B7CI;C2B6CiC;;AA5F7C;EA8FQ,2BAAkC;CAAG;;AA9F7C;EAiGU,0B3BpFK;E2BqFL,sB3BrFK;E2BsFL,avB5EO;EuB6EP,WAAW;CAAG;;AApGxB;EAsGM,oBAAoB;CAAG;;AAtG7B;EAyGI,gB3B3ES;C2BkFmB;;AAhHhC;EA2GM,iBAAiB;CAAG;;AA3G1B;EA+GQ,oBAAoB;EACpB,iBAAiB;CAAG;;AAhH5B;EAkHI,gB3BvFS;C2B8FmB;;AAzHhC;EAoHM,mBAAmB;CAAG;;AApH5B;EAwHQ,oBAAoB;EACpB,iBAAiB;CAAG;;AAzH5B;EA2HI,gB3BlGS;C2ByGoB;;AAlIjC;EA6HM,mBAAmB;CAAG;;AA7H5B;EAiIQ,qBAAqB;EACrB,kBAAkB;CAAG;;ACjI7B;E1B8BE,UADuB;EAEvB,QAFuB;EAGvB,mBAAmB;EACnB,SAJuB;EAKvB,OALuB;E0B3BvB,iBAAiB;CAaI;;AAfvB;EAII,UAAU;EACV,iBAAiB;EACjB,gBAAgB;EAChB,mBAAmB;EACnB,SAAS;EACT,8CAAsB;UAAtB,sCAAsB;CAAkB;;AAT5C;EAYI,aAAa;CAAG;;A1ByDlB;E0BrEF;IAeI,cAAc;GAAK;C9B6iOtB;;A8B3iOD;EACE,iBAAiB;CAWa;;A1BwC9B;E0BpDF;IAKM,qBAAc;IAAd,qBAAc;IAAd,cAAc;GAEa;EAPjC;IAOQ,oBAAoB;GAAG;C9BijO9B;;AIhgOC;E0BxDF;IASI,qBAAc;IAAd,qBAAc;IAAd,cAAc;IACd,yBAAwB;QAAxB,sBAAwB;YAAxB,wBAAwB;GAEI;EAZhC;IAYM,mBAAmB;GAAG;C9BsjO3B;;A8BljOD;;EAEE,qBAAe;MAAf,eAAe;CAAG;;AAEpB;EACE,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;EACf,mBAAmB;CAIK;;A1BiBxB;E0BxBF;IAMI,gBAAgB;IAChB,iBAAiB;GAAK;C9ByjOzB;;A8BrjOD;EACE,2BAAqB;MAArB,wBAAqB;UAArB,qBAAqB;EACrB,wB5B3CgB;E4B4ChB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,6BAAuB;EAAvB,8BAAuB;MAAvB,2BAAuB;UAAvB,uBAAuB;EACvB,0BAA+B;MAA/B,uBAA+B;UAA/B,+BAA+B;CA4FD;;AAjGhC;EAOI,iBAAiB;EACjB,6C5BnDc;C4BmD2B;;AAR7C;EAWM,oBAAoB;CAAG;;AAX7B;EAiBM,wB5B1DY;E4B2DZ,e5BjEY;C4B6H6C;;AA9E/D;EAoBQ,e5BnEU;C4BsEY;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,6B5BxEU;C4B2EiB;;AA5BnC;;EA4BU,e5B3EQ;C4B2Ee;;AA5BjC;EA8BQ,0C5B7EU;C4B6EqC;;A1BTrD;E0BrBF;IAiCU,wB5B1EQ;G4B0EqB;C9BskOtC;;A8BvmOD;;EAoCQ,6B5BnFU;C4BsFiB;;AAvCnC;;;EAuCU,e5BtFQ;C4BsFe;;AAvCjC;EA0CU,e5BzFQ;E4B0FR,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,e5BnGM;C4BqGoC;;AAtDtD;EAsDc,wC5BrGI;C4BqGkC;;AAtDpD;EA0Dc,0B5BzGI;E4B0GJ,sB5B1GI;E4B2GJ,a5BrGI;C4BqGY;;AA5D9B;EAiEQ,qFAAiC;EAAjC,6EAAiC;CAA2E;;A1B5ClH;E0BrBF;IAsEY,0B5BrHM;G4BqH4B;EAtE9C;IAwEY,wC5BvHM;G4BuHgC;EAxElD;IA2Ec,0B5B1HI;G4B0H8B;EA3EhD;IA8EY,wC5B7HM;G4B6HuC;C9BklOxD;;A8BhqOD;EAiBM,0B5BhEY;E4BiEZ,a5B3DY;C4BuH6C;;AA9E/D;EAoBQ,a5B7DU;C4BgEY;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gC5BlEU;C4BqEiB;;AA5BnC;;EA4BU,a5BrEQ;C4BqEe;;AA5BjC;EA8BQ,6C5BvEU;C4BuEqC;;A1BTrD;E0BrBF;IAiCU,0B5BhFQ;G4BgFqB;C9BgqOtC;;A8BjsOD;;EAoCQ,gC5B7EU;C4BgFiB;;AAvCnC;;;EAuCU,a5BhFQ;C4BgFe;;AAvCjC;EA0CU,a5BnFQ;E4BoFR,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,a5B7FM;C4B+FoC;;AAtDtD;EAsDc,wC5BrGI;C4BqGkC;;AAtDpD;EA0Dc,wB5BnGI;E4BoGJ,oB5BpGI;E4BqGJ,e5B3GI;C4B2GY;;AA5D9B;EAiEQ,uFAAiC;EAAjC,+EAAiC;CAA2E;;A1B5ClH;E0BrBF;IAsEY,wB5B/GM;G4B+G4B;EAtE9C;IAwEY,wC5BvHM;G4BuHgC;EAxElD;IA2Ec,wB5BpHI;G4BoH8B;EA3EhD;IA8EY,2C5BvHM;G4BuHuC;C9B4qOxD;;A8B1vOD;EAiBM,6B5B3DY;E4B4DZ,e5B/DY;C4B2H6C;;AA9E/D;EAoBQ,e5BjEU;C4BoEY;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gC5BtEU;C4ByEiB;;AA5BnC;;EA4BU,e5BzEQ;C4ByEe;;AA5BjC;EA8BQ,6C5B3EU;C4B2EqC;;A1BTrD;E0BrBF;IAiCU,6B5B3EQ;G4B2EqB;C9B0vOtC;;A8B3xOD;;EAoCQ,gC5BjFU;C4BoFiB;;AAvCnC;;;EAuCU,e5BpFQ;C4BoFe;;AAvCjC;EA0CU,e5BvFQ;E4BwFR,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,e5BjGM;C4BmGoC;;AAtDtD;EAsDc,wC5BrGI;C4BqGkC;;AAtDpD;EA0Dc,0B5BvGI;E4BwGJ,sB5BxGI;E4ByGJ,kB5BtGI;C4BsGY;;AA5D9B;EAiEQ,0FAAiC;EAAjC,kFAAiC;CAA2E;;A1B5ClH;E0BrBF;IAsEY,0B5BnHM;G4BmH4B;EAtE9C;IAwEY,wC5BvHM;G4BuHgC;EAxElD;IA2Ec,0B5BxHI;G4BwH8B;EA3EhD;IA8EY,2C5B3HM;G4B2HuC;C9BswOxD;;A8Bp1OD;EAiBM,0B5B9DY;E4B+DZ,kB5B5DY;C4BwH6C;;AA9E/D;EAoBQ,kB5B9DU;C4BiEY;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gC5BnEU;C4BsEiB;;AA5BnC;;EA4BU,kB5BtEQ;C4BsEe;;AA5BjC;EA8BQ,6C5BxEU;C4BwEqC;;A1BTrD;E0BrBF;IAiCU,0B5B9EQ;G4B8EqB;C9Bo1OtC;;A8Br3OD;;EAoCQ,gC5B9EU;C4BiFiB;;AAvCnC;;;EAuCU,kB5BjFQ;C4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","file":"bulma.css"} \ No newline at end of file diff --git a/docs/.gitignore b/docs/.gitignore index d4b837dc..b30ca048 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,6 +1,8 @@ # Files .DS_Store _config.local.yml +css/bulma-test.css +bulma-test.sass bulma-website-local.sass npm-debug.log diff --git a/package.json b/package.json index 79323148..aef77a20 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,9 @@ "docs-sass": "node-sass --output-style expanded docs/bulma-docs.sass docs/css/bulma-docs.css", "pre-push": "npm run build && git add css && git commit --amend --no-edit", "start": "npm run build-sass -- --watch", - "start-docs": "npm run docs-sass -- --watch" + "start-docs": "npm run docs-sass -- --watch", + "start-test": "npm run test-sass -- --watch", + "test-sass": "node-sass --output-style expanded docs/bulma-test.sass docs/css/bulma-test.css" }, "files": [ "css", diff --git a/sass/base/classes.sass b/sass/base/classes.sass index 277fe532..0fc1b4fa 100644 --- a/sass/base/classes.sass +++ b/sass/base/classes.sass @@ -1,3 +1,5 @@ +@import "../utilities/mixins.sass" + .block &:not(:last-child) margin-bottom: 20px diff --git a/sass/base/generic.sass b/sass/base/generic.sass index 07b53c13..b365e044 100644 --- a/sass/base/generic.sass +++ b/sass/base/generic.sass @@ -1,3 +1,6 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + html background-color: $body-background font-size: $size-normal diff --git a/sass/base/helpers.sass b/sass/base/helpers.sass index b4108db8..6735bd59 100644 --- a/sass/base/helpers.sass +++ b/sass/base/helpers.sass @@ -1,3 +1,6 @@ +@import "../elements/other.sass" +@import "../utilities/mixins.sass" + // Display $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex' diff --git a/sass/components/card.sass b/sass/components/card.sass index d5a980ad..047e2e00 100644 --- a/sass/components/card.sass +++ b/sass/components/card.sass @@ -1,3 +1,5 @@ +@import "../utilities/variables.sass" + .card-header align-items: stretch box-shadow: 0 1px 2px rgba($black, 0.1) diff --git a/sass/components/grid.sass b/sass/components/grid.sass index 53cfc48c..ff020766 100644 --- a/sass/components/grid.sass +++ b/sass/components/grid.sass @@ -1,3 +1,6 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .column flex-basis: 0 flex-grow: 1 diff --git a/sass/components/level.sass b/sass/components/level.sass index 2bd01756..9cea3e19 100644 --- a/sass/components/level.sass +++ b/sass/components/level.sass @@ -1,3 +1,7 @@ +@import "../base/classes.sass" +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .level-item .title, .subtitle diff --git a/sass/components/media.sass b/sass/components/media.sass index 5d3cd002..aa72b44e 100644 --- a/sass/components/media.sass +++ b/sass/components/media.sass @@ -1,3 +1,6 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .media-number background-color: $background border-radius: 290486px diff --git a/sass/components/menu.sass b/sass/components/menu.sass index c2c6daac..43675b25 100644 --- a/sass/components/menu.sass +++ b/sass/components/menu.sass @@ -1,3 +1,5 @@ +@import "../utilities/variables.sass" + .menu-nav a display: block diff --git a/sass/components/message.sass b/sass/components/message.sass index c133fd99..f4e2cf68 100644 --- a/sass/components/message.sass +++ b/sass/components/message.sass @@ -1,3 +1,7 @@ +@import "../base/classes.sass" +@import "../utilities/functions.sass" +@import "../utilities/variables.sass" + .message-body border: 1px solid $border border-radius: $radius diff --git a/sass/components/modal.sass b/sass/components/modal.sass index a0329773..e8c82cef 100644 --- a/sass/components/modal.sass +++ b/sass/components/modal.sass @@ -1,3 +1,7 @@ +@import "../elements/other.sass" +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .modal-background +overlay background-color: rgba($black, 0.86) diff --git a/sass/components/nav.sass b/sass/components/nav.sass index c8b28034..1d3a58b4 100644 --- a/sass/components/nav.sass +++ b/sass/components/nav.sass @@ -1,3 +1,7 @@ +@import "../elements/other.sass" +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + // Components .nav-toggle diff --git a/sass/components/pagination.sass b/sass/components/pagination.sass index 63cddc11..0a339f6f 100644 --- a/sass/components/pagination.sass +++ b/sass/components/pagination.sass @@ -1,3 +1,6 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .pagination align-items: center display: flex diff --git a/sass/components/panel.sass b/sass/components/panel.sass index a60949ee..c8f8a688 100644 --- a/sass/components/panel.sass +++ b/sass/components/panel.sass @@ -1,3 +1,6 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .panel-icon +fa(14px, 16px) color: $text-light diff --git a/sass/components/tabs.sass b/sass/components/tabs.sass index b676dee6..751dada9 100644 --- a/sass/components/tabs.sass +++ b/sass/components/tabs.sass @@ -1,3 +1,7 @@ +@import "../base/classes.sass" +@import "../elements/other.sass" +@import "../utilities/variables.sass" + .tabs @extend .block @extend .unselectable diff --git a/sass/elements/box.sass b/sass/elements/box.sass index b4f99840..d6e96a63 100644 --- a/sass/elements/box.sass +++ b/sass/elements/box.sass @@ -1,3 +1,6 @@ +@import "../base/classes.sass" +@import "../utilities/variables.sass" + .box @extend .block background-color: $white diff --git a/sass/elements/button.sass b/sass/elements/button.sass index a4a7dc65..28bc7ac6 100644 --- a/sass/elements/button.sass +++ b/sass/elements/button.sass @@ -1,3 +1,7 @@ +@import "../elements/other.sass" +@import "../utilities/controls.sass" +@import "../utilities/variables.sass" + =button-small border-radius: $radius-small font-size: 11px diff --git a/sass/elements/content.sass b/sass/elements/content.sass index f5c9c21d..77eff098 100644 --- a/sass/elements/content.sass +++ b/sass/elements/content.sass @@ -1,3 +1,6 @@ +@import "../base/classes.sass" +@import "../utilities/variables.sass" + .content @extend .block color: $text diff --git a/sass/elements/form.sass b/sass/elements/form.sass index b4518b2b..67664fd0 100644 --- a/sass/elements/form.sass +++ b/sass/elements/form.sass @@ -1,3 +1,7 @@ +@import "../elements/other.sass" +@import "../utilities/controls.sass" +@import "../utilities/mixins.sass" + =form-control +control @each $name, $pair in $colors diff --git a/sass/elements/image.sass b/sass/elements/image.sass index cc27b444..d00357c9 100644 --- a/sass/elements/image.sass +++ b/sass/elements/image.sass @@ -1,3 +1,5 @@ +@import "../utilities/mixins.sass" + $dimensions: 16 24 32 48 64 96 128 .image diff --git a/sass/elements/notification.sass b/sass/elements/notification.sass index 63d1739a..66851189 100644 --- a/sass/elements/notification.sass +++ b/sass/elements/notification.sass @@ -1,3 +1,7 @@ +@import "../base/classes.sass" +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .notification @extend .block +clearfix diff --git a/sass/elements/other.sass b/sass/elements/other.sass index 51018726..b98bae34 100644 --- a/sass/elements/other.sass +++ b/sass/elements/other.sass @@ -1,3 +1,7 @@ +@import "../base/classes.sass" +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .delete @extend .unselectable -moz-appearance: none @@ -147,9 +151,6 @@ .delete margin-left: 4px margin-right: -6px - &:not(.is-large) - .delete - @extend .delete.is-small // Colors @each $name, $pair in $colors $color: nth($pair, 1) diff --git a/sass/elements/progress.sass b/sass/elements/progress.sass index bfaeaa68..c889f30c 100644 --- a/sass/elements/progress.sass +++ b/sass/elements/progress.sass @@ -1,3 +1,6 @@ +@import "../base/classes.sass" +@import "../utilities/variables.sass" + .progress @extend .block -moz-appearance: none diff --git a/sass/elements/table.sass b/sass/elements/table.sass index 9984df0d..a130abfa 100644 --- a/sass/elements/table.sass +++ b/sass/elements/table.sass @@ -1,3 +1,6 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .table background-color: $white color: $text-strong diff --git a/sass/elements/title.sass b/sass/elements/title.sass index 3f2f26d3..c78870a4 100644 --- a/sass/elements/title.sass +++ b/sass/elements/title.sass @@ -1,3 +1,7 @@ +@import "../base/classes.sass" +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .title, .subtitle @extend .block diff --git a/sass/layout/footer.sass b/sass/layout/footer.sass index 32919365..33a068b3 100644 --- a/sass/layout/footer.sass +++ b/sass/layout/footer.sass @@ -1,3 +1,5 @@ +@import "../utilities/variables.sass" + .footer background-color: $background padding: 40px 20px 80px diff --git a/sass/layout/hero.sass b/sass/layout/hero.sass index 06822e70..af934fc1 100644 --- a/sass/layout/hero.sass +++ b/sass/layout/hero.sass @@ -1,3 +1,6 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + // Components .hero-video diff --git a/sass/layout/section.sass b/sass/layout/section.sass index 95b74d0b..71626ee3 100644 --- a/sass/layout/section.sass +++ b/sass/layout/section.sass @@ -1,3 +1,6 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .section background-color: $white padding: 40px 20px diff --git a/sass/utilities/controls.sass b/sass/utilities/controls.sass index 28b77c16..8e42e2e6 100644 --- a/sass/utilities/controls.sass +++ b/sass/utilities/controls.sass @@ -1,3 +1,6 @@ +@import "./mixins.sass" +@import "./variables.sass" + =control -moz-appearance: none -webkit-appearance: none diff --git a/sass/utilities/mixins.sass b/sass/utilities/mixins.sass index e15c8065..b0f0ed86 100644 --- a/sass/utilities/mixins.sass +++ b/sass/utilities/mixins.sass @@ -57,6 +57,12 @@ text-indent: -290486px width: $width +// Responsiveness + +$tablet: 769px !default +$desktop: 980px !default +$widescreen: 1180px !default + =from($device) @media screen and (min-width: $device) @content diff --git a/sass/utilities/variables.sass b/sass/utilities/variables.sass index 86336c54..bb419848 100644 --- a/sass/utilities/variables.sass +++ b/sass/utilities/variables.sass @@ -1,3 +1,5 @@ +@import "./functions.sass" + // 1. Initial variables // Colors @@ -37,12 +39,6 @@ $weight-bold: 700 !default $weight-title-normal: 300 !default $weight-title-bold: 500 !default -// Breakpoints - -$tablet: 769px !default -$desktop: 980px !default -$widescreen: 1180px !default - // Dimensions $column-gap: 20px !default From 14e01a1358a4f0ff8dd4c797ef9a7f820a8a5e4b Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Thu, 22 Sep 2016 20:32:37 +0100 Subject: [PATCH 06/18] Remove pre push hook --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index aef77a20..ddfc0e53 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,6 @@ "docs": "npm run docs-sass && npm run docs-autoprefix", "docs-autoprefix": "postcss --use autoprefixer --output docs/css/bulma-docs.css docs/css/bulma-docs.css", "docs-sass": "node-sass --output-style expanded docs/bulma-docs.sass docs/css/bulma-docs.css", - "pre-push": "npm run build && git add css && git commit --amend --no-edit", "start": "npm run build-sass -- --watch", "start-docs": "npm run docs-sass -- --watch", "start-test": "npm run test-sass -- --watch", From 7634faba6a97d4ee208e7bd88d5297d361400c9c Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Thu, 22 Sep 2016 22:03:22 +0100 Subject: [PATCH 07/18] Add placeholders --- bulma.sass | 1 - docs/bulma-docs.sass | 2 +- docs/css/bulma-docs.css | 4110 ++++++++++--------------------- sass/base/base.sass | 1 - sass/base/classes.sass | 22 - sass/base/helpers.sass | 4 +- sass/base/placeholders.sass | 107 + sass/components/level.sass | 4 +- sass/components/message.sass | 4 +- sass/components/modal.sass | 8 +- sass/components/nav.sass | 4 +- sass/components/tabs.sass | 7 +- sass/elements/box.sass | 4 +- sass/elements/button.sass | 6 +- sass/elements/content.sass | 4 +- sass/elements/form.sass | 8 +- sass/elements/notification.sass | 4 +- sass/elements/other.sass | 117 +- sass/elements/progress.sass | 4 +- sass/elements/title.sass | 4 +- sass/utilities/utilities.sass | 8 - 21 files changed, 1508 insertions(+), 2925 deletions(-) delete mode 100644 sass/base/classes.sass create mode 100644 sass/base/placeholders.sass delete mode 100644 sass/utilities/utilities.sass diff --git a/bulma.sass b/bulma.sass index 2b185425..8c6de81d 100644 --- a/bulma.sass +++ b/bulma.sass @@ -1,6 +1,5 @@ @charset "utf-8" -@import "sass/utilities/utilities" @import "sass/base/base" @import "sass/elements/elements" @import "sass/components/components" diff --git a/docs/bulma-docs.sass b/docs/bulma-docs.sass index 4bffec0c..c179b14f 100644 --- a/docs/bulma-docs.sass +++ b/docs/bulma-docs.sass @@ -235,7 +235,7 @@ $structure-invert: $danger-invert position: relative .copy, .expand - @extend .unselectable + @extend %unselectable background: $white border: solid $border border-width: 0 0 1px 1px diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index 978fde5d..5ccd2b95 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -165,25 +165,12 @@ input[type=button] { overflow: visible; } -@-webkit-keyframes spin-around { - from { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - to { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} - @keyframes spin-around { from { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); + transform: rotate(0deg); } to { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); + transform: rotate(359deg); } } @@ -235,7 +222,6 @@ a { color: #11e4c4; cursor: pointer; text-decoration: none; - -webkit-transition: none 86ms ease-out; transition: none 86ms ease-out; } @@ -308,387 +294,6 @@ table th { color: #242424; } -.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { - margin-bottom: 20px; -} - -.container { - position: relative; -} - -@media screen and (min-width: 980px) { - .container { - margin: 0 auto; - max-width: 960px; - } - .container.is-fluid { - margin: 0 20px; - max-width: none; - } -} - -@media screen and (min-width: 1180px) { - .container { - max-width: 1200px; - } -} - -.fa { - font-size: 21px; - text-align: center; - vertical-align: top; -} - -.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { - margin-bottom: 20px; -} - -.container { - position: relative; -} - -@media screen and (min-width: 980px) { - .container { - margin: 0 auto; - max-width: 960px; - } - .container.is-fluid { - margin: 0 20px; - max-width: none; - } -} - -@media screen and (min-width: 1180px) { - .container { - max-width: 1200px; - } -} - -.fa { - font-size: 21px; - text-align: center; - vertical-align: top; -} - -.delete, .modal-close { - -moz-appearance: none; - -webkit-appearance: none; - background-color: rgba(18, 18, 18, 0.2); - border: none; - border-radius: 290486px; - cursor: pointer; - display: inline-block; - height: 24px; - position: relative; - vertical-align: top; - width: 24px; -} - -.delete:before, .modal-close:before, .delete:after, .modal-close:after { - background-color: white; - content: ""; - display: block; - height: 2px; - left: 50%; - margin-left: -25%; - margin-top: -1px; - position: absolute; - top: 50%; - width: 50%; -} - -.delete:before, .modal-close:before { - -webkit-transform: rotate(45deg); - transform: rotate(45deg); -} - -.delete:after, .modal-close:after { - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); -} - -.delete:hover, .modal-close:hover { - background-color: rgba(18, 18, 18, 0.5); -} - -.delete.is-small, .is-small.modal-close { - height: 16px; - width: 16px; -} - -.delete.is-medium, .is-medium.modal-close { - height: 32px; - width: 32px; -} - -.delete.is-large, .is-large.modal-close { - height: 40px; - width: 40px; -} - -.icon { - display: inline-block; - font-size: 21px; - height: 24px; - line-height: 24px; - text-align: center; - vertical-align: top; - width: 24px; -} - -.icon .fa { - font-size: inherit; - line-height: inherit; -} - -.icon.is-small { - display: inline-block; - font-size: 14px; - height: 16px; - line-height: 16px; - text-align: center; - vertical-align: top; - width: 16px; -} - -.icon.is-medium { - display: inline-block; - font-size: 28px; - height: 32px; - line-height: 32px; - text-align: center; - vertical-align: top; - width: 32px; -} - -.icon.is-large { - display: inline-block; - font-size: 42px; - height: 48px; - line-height: 48px; - text-align: center; - vertical-align: top; - width: 48px; -} - -.hamburger, .nav-toggle { - cursor: pointer; - display: block; - height: 50px; - position: relative; - width: 50px; -} - -.hamburger span, .nav-toggle span { - background-color: #7a7a7a; - display: block; - height: 1px; - left: 50%; - 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; -} - -.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { - margin-top: -6px; -} - -.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { - margin-top: -1px; -} - -.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { - margin-top: 4px; -} - -.hamburger:hover, .nav-toggle:hover { - background-color: whitesmoke; -} - -.hamburger.is-active span, .is-active.nav-toggle span { - background-color: #11e4c4; -} - -.hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { - margin-left: -5px; - -webkit-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transform-origin: left top; - transform-origin: left top; -} - -.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { - opacity: 0; -} - -.hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { - margin-left: -5px; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); - -webkit-transform-origin: left bottom; - transform-origin: left bottom; -} - -.heading { - display: block; - font-size: 11px; - letter-spacing: 1px; - margin-bottom: 5px; - text-transform: uppercase; -} - -.highlight { - font-size: 12px; - font-weight: normal; - max-width: 100%; - overflow: hidden; - padding: 0; -} - -.highlight pre { - overflow: auto; - max-width: 100%; -} - -.loader, .button.is-loading:after, .control.is-loading:after { - -webkit-animation: spin-around 500ms infinite linear; - animation: spin-around 500ms infinite linear; - border: 2px solid #dbdbdb; - border-radius: 290486px; - border-right-color: transparent; - border-top-color: transparent; - content: ""; - display: block; - height: 16px; - position: relative; - width: 16px; -} - -.number { - background-color: whitesmoke; - border-radius: 290486px; - display: inline-block; - font-size: 18px; - vertical-align: top; -} - -.tag { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - background-color: whitesmoke; - border-radius: 290486px; - color: #7a7a7a; - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - font-size: 12px; - height: 24px; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - line-height: 16px; - padding-left: 10px; - padding-right: 10px; - vertical-align: top; - white-space: nowrap; -} - -.tag .delete, .tag .modal-close { - margin-left: 4px; - margin-right: -6px; -} - -.tag.is-white { - background-color: white; - color: #121212; -} - -.tag.is-black { - background-color: #121212; - color: white; -} - -.tag.is-light { - background-color: whitesmoke; - color: #7a7a7a; -} - -.tag.is-dark { - background-color: #7a7a7a; - color: whitesmoke; -} - -.tag.is-primary { - background-color: #11e4c4; - color: white; -} - -.tag.is-info { - background-color: #0f6bff; - color: white; -} - -.tag.is-success { - background-color: #20ee68; - color: white; -} - -.tag.is-warning { - background-color: #ffcf0f; - color: white; -} - -.tag.is-danger { - background-color: #ff0f3f; - color: white; -} - -.tag.is-small { - font-size: 11px; - height: 20px; - padding-left: 8px; - padding-right: 8px; -} - -.tag.is-medium { - font-size: 14px; - height: 32px; - padding-left: 14px; - padding-right: 14px; -} - -.tag.is-large { - font-size: 18px; - height: 40px; - line-height: 24px; - padding-left: 18px; - padding-right: 18px; -} - -.tag.is-large .delete, .tag.is-large .modal-close { - margin-left: 4px; - margin-right: -8px; -} - -.unselectable, .delete, .modal-close, .is-unselectable, .button, .tabs, .highlight .copy, -.highlight .expand { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - .is-block { display: block; } @@ -736,63 +341,47 @@ table th { } .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) { .is-flex-tablet { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 769px) and (max-width: 979px) { .is-flex-tablet-only { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @media screen and (max-width: 979px) { .is-flex-touch { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 980px) { .is-flex-desktop { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 980px) and (max-width: 1179px) { .is-flex-desktop-only { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 1180px) { .is-flex-widescreen { - display: -webkit-box !important; - display: -ms-flexbox !important; display: flex !important; } } @@ -890,63 +479,47 @@ table th { } .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) { .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: 979px) { .is-inline-flex-tablet-only { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (max-width: 979px) { .is-inline-flex-touch { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (min-width: 980px) { .is-inline-flex-desktop { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (min-width: 980px) and (max-width: 1179px) { .is-inline-flex-desktop-only { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (min-width: 1180px) { .is-inline-flex-widescreen { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; display: inline-flex !important; } } @@ -1047,36 +620,141 @@ table th { padding: 0 !important; } -.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.box:not(:last-child), .highlight:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { margin-bottom: 20px; } -.container { +.modal-close { + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(18, 18, 18, 0.2); + border: none; + border-radius: 290486px; + cursor: pointer; + display: inline-block; + height: 24px; position: relative; -} - -@media screen and (min-width: 980px) { - .container { - margin: 0 auto; - max-width: 960px; - } - .container.is-fluid { - margin: 0 20px; - max-width: none; - } -} - -@media screen and (min-width: 1180px) { - .container { - max-width: 1200px; - } -} - -.fa { - font-size: 21px; - text-align: center; vertical-align: top; + width: 24px; +} + +.modal-close:before, .modal-close:after { + background-color: white; + content: ""; + display: block; + height: 2px; + left: 50%; + margin-left: -25%; + margin-top: -1px; + position: absolute; + top: 50%; + width: 50%; +} + +.modal-close:before { + transform: rotate(45deg); +} + +.modal-close:after { + transform: rotate(-45deg); +} + +.modal-close:hover { + background-color: rgba(18, 18, 18, 0.5); +} + +.is-small.modal-close { + height: 16px; + width: 16px; +} + +.is-medium.modal-close { + height: 32px; + width: 32px; +} + +.is-large.modal-close { + height: 40px; + width: 40px; +} + +.nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; +} + +.nav-toggle span { + background-color: #7a7a7a; + display: block; + height: 1px; + left: 50%; + margin-left: -7px; + position: absolute; + top: 50%; + transition: none 86ms ease-out; + transition-property: background, left, opacity, transform; + width: 15px; +} + +.nav-toggle span:nth-child(1) { + margin-top: -6px; +} + +.nav-toggle span:nth-child(2) { + margin-top: -1px; +} + +.nav-toggle span:nth-child(3) { + margin-top: 4px; +} + +.nav-toggle:hover { + background-color: whitesmoke; +} + +.is-active.nav-toggle span { + background-color: #11e4c4; +} + +.is-active.nav-toggle span:nth-child(1) { + margin-left: -5px; + transform: rotate(45deg); + transform-origin: left top; +} + +.is-active.nav-toggle span:nth-child(2) { + opacity: 0; +} + +.is-active.nav-toggle span:nth-child(3) { + margin-left: -5px; + transform: rotate(-45deg); + transform-origin: left bottom; +} + +.button.is-loading:after, .control.is-loading:after { + animation: spin-around 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; +} + +.is-unselectable, .modal-close, .button, .tabs { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .box { @@ -1095,11 +773,6 @@ a.box:active { box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.2), 0 0 0 1px #11e4c4; } -.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { - margin-bottom: 20px; -} - .container { position: relative; } @@ -1127,62 +800,6 @@ a.box:active { vertical-align: top; } -.delete, .modal-close { - -moz-appearance: none; - -webkit-appearance: none; - background-color: rgba(18, 18, 18, 0.2); - border: none; - border-radius: 290486px; - cursor: pointer; - display: inline-block; - height: 24px; - position: relative; - vertical-align: top; - width: 24px; -} - -.delete:before, .modal-close:before, .delete:after, .modal-close:after { - background-color: white; - content: ""; - display: block; - height: 2px; - left: 50%; - margin-left: -25%; - margin-top: -1px; - position: absolute; - top: 50%; - width: 50%; -} - -.delete:before, .modal-close:before { - -webkit-transform: rotate(45deg); - transform: rotate(45deg); -} - -.delete:after, .modal-close:after { - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); -} - -.delete:hover, .modal-close:hover { - background-color: rgba(18, 18, 18, 0.5); -} - -.delete.is-small, .is-small.modal-close { - height: 16px; - width: 16px; -} - -.delete.is-medium, .is-medium.modal-close { - height: 32px; - width: 32px; -} - -.delete.is-large, .is-large.modal-close { - height: 40px; - width: 40px; -} - .icon { display: inline-block; font-size: 21px; @@ -1228,71 +845,6 @@ a.box:active { width: 48px; } -.hamburger, .nav-toggle { - cursor: pointer; - display: block; - height: 50px; - position: relative; - width: 50px; -} - -.hamburger span, .nav-toggle span { - background-color: #7a7a7a; - display: block; - height: 1px; - left: 50%; - 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; -} - -.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { - margin-top: -6px; -} - -.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { - margin-top: -1px; -} - -.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { - margin-top: 4px; -} - -.hamburger:hover, .nav-toggle:hover { - background-color: whitesmoke; -} - -.hamburger.is-active span, .is-active.nav-toggle span { - background-color: #11e4c4; -} - -.hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { - margin-left: -5px; - -webkit-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transform-origin: left top; - transform-origin: left top; -} - -.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { - opacity: 0; -} - -.hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { - margin-left: -5px; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); - -webkit-transform-origin: left bottom; - transform-origin: left bottom; -} - .heading { display: block; font-size: 11px; @@ -1314,20 +866,6 @@ a.box:active { max-width: 100%; } -.loader, .button.is-loading:after, .control.is-loading:after { - -webkit-animation: spin-around 500ms infinite linear; - animation: spin-around 500ms infinite linear; - border: 2px solid #dbdbdb; - border-radius: 290486px; - border-right-color: transparent; - border-top-color: transparent; - content: ""; - display: block; - height: 16px; - position: relative; - width: 16px; -} - .number { background-color: whitesmoke; border-radius: 290486px; @@ -1337,20 +875,14 @@ a.box:active { } .tag { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: whitesmoke; border-radius: 290486px; color: #7a7a7a; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 12px; height: 24px; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; line-height: 16px; padding-left: 10px; padding-right: 10px; @@ -1358,7 +890,7 @@ a.box:active { white-space: nowrap; } -.tag .delete, .tag .modal-close { +.tag .delete { margin-left: 4px; margin-right: -6px; } @@ -1430,46 +962,29 @@ a.box:active { padding-right: 18px; } -.tag.is-large .delete, .tag.is-large .modal-close { +.tag.is-large .delete { margin-left: 4px; margin-right: -8px; } -.unselectable, .delete, .modal-close, .is-unselectable, .button, .tabs, .highlight .copy, -.highlight .expand { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - .button { -moz-appearance: none; -webkit-appearance: none; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: white; border: 1px solid #dbdbdb; border-radius: 3px; color: #242424; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 14px; height: 32px; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; line-height: 24px; padding-left: 8px; padding-right: 8px; position: relative; vertical-align: top; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; padding-left: 10px; padding-right: 10px; text-align: center; @@ -1948,8 +1463,6 @@ a.box:active { } .button.is-fullwidth { - display: -webkit-box; - display: -ms-flexbox; display: flex; width: 100%; } @@ -1968,36 +1481,141 @@ a.box:active { position: absolute !important; } -.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.box:not(:last-child), .highlight:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { margin-bottom: 20px; } -.container { +.modal-close { + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(18, 18, 18, 0.2); + border: none; + border-radius: 290486px; + cursor: pointer; + display: inline-block; + height: 24px; position: relative; -} - -@media screen and (min-width: 980px) { - .container { - margin: 0 auto; - max-width: 960px; - } - .container.is-fluid { - margin: 0 20px; - max-width: none; - } -} - -@media screen and (min-width: 1180px) { - .container { - max-width: 1200px; - } -} - -.fa { - font-size: 21px; - text-align: center; vertical-align: top; + width: 24px; +} + +.modal-close:before, .modal-close:after { + background-color: white; + content: ""; + display: block; + height: 2px; + left: 50%; + margin-left: -25%; + margin-top: -1px; + position: absolute; + top: 50%; + width: 50%; +} + +.modal-close:before { + transform: rotate(45deg); +} + +.modal-close:after { + transform: rotate(-45deg); +} + +.modal-close:hover { + background-color: rgba(18, 18, 18, 0.5); +} + +.is-small.modal-close { + height: 16px; + width: 16px; +} + +.is-medium.modal-close { + height: 32px; + width: 32px; +} + +.is-large.modal-close { + height: 40px; + width: 40px; +} + +.nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; +} + +.nav-toggle span { + background-color: #7a7a7a; + display: block; + height: 1px; + left: 50%; + margin-left: -7px; + position: absolute; + top: 50%; + transition: none 86ms ease-out; + transition-property: background, left, opacity, transform; + width: 15px; +} + +.nav-toggle span:nth-child(1) { + margin-top: -6px; +} + +.nav-toggle span:nth-child(2) { + margin-top: -1px; +} + +.nav-toggle span:nth-child(3) { + margin-top: 4px; +} + +.nav-toggle:hover { + background-color: whitesmoke; +} + +.is-active.nav-toggle span { + background-color: #11e4c4; +} + +.is-active.nav-toggle span:nth-child(1) { + margin-left: -5px; + transform: rotate(45deg); + transform-origin: left top; +} + +.is-active.nav-toggle span:nth-child(2) { + opacity: 0; +} + +.is-active.nav-toggle span:nth-child(3) { + margin-left: -5px; + transform: rotate(-45deg); + transform-origin: left bottom; +} + +.button.is-loading:after, .control.is-loading:after { + animation: spin-around 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; +} + +.is-unselectable, .modal-close, .button, .tabs { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .content { @@ -2114,11 +1732,6 @@ a.box:active { font-size: 18px; } -.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { - margin-bottom: 20px; -} - .container { position: relative; } @@ -2146,62 +1759,6 @@ a.box:active { vertical-align: top; } -.delete, .modal-close { - -moz-appearance: none; - -webkit-appearance: none; - background-color: rgba(18, 18, 18, 0.2); - border: none; - border-radius: 290486px; - cursor: pointer; - display: inline-block; - height: 24px; - position: relative; - vertical-align: top; - width: 24px; -} - -.delete:before, .modal-close:before, .delete:after, .modal-close:after { - background-color: white; - content: ""; - display: block; - height: 2px; - left: 50%; - margin-left: -25%; - margin-top: -1px; - position: absolute; - top: 50%; - width: 50%; -} - -.delete:before, .modal-close:before { - -webkit-transform: rotate(45deg); - transform: rotate(45deg); -} - -.delete:after, .modal-close:after { - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); -} - -.delete:hover, .modal-close:hover { - background-color: rgba(18, 18, 18, 0.5); -} - -.delete.is-small, .is-small.modal-close { - height: 16px; - width: 16px; -} - -.delete.is-medium, .is-medium.modal-close { - height: 32px; - width: 32px; -} - -.delete.is-large, .is-large.modal-close { - height: 40px; - width: 40px; -} - .icon { display: inline-block; font-size: 21px; @@ -2247,71 +1804,6 @@ a.box:active { width: 48px; } -.hamburger, .nav-toggle { - cursor: pointer; - display: block; - height: 50px; - position: relative; - width: 50px; -} - -.hamburger span, .nav-toggle span { - background-color: #7a7a7a; - display: block; - height: 1px; - left: 50%; - 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; -} - -.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { - margin-top: -6px; -} - -.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { - margin-top: -1px; -} - -.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { - margin-top: 4px; -} - -.hamburger:hover, .nav-toggle:hover { - background-color: whitesmoke; -} - -.hamburger.is-active span, .is-active.nav-toggle span { - background-color: #11e4c4; -} - -.hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { - margin-left: -5px; - -webkit-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transform-origin: left top; - transform-origin: left top; -} - -.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { - opacity: 0; -} - -.hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { - margin-left: -5px; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); - -webkit-transform-origin: left bottom; - transform-origin: left bottom; -} - .heading { display: block; font-size: 11px; @@ -2333,20 +1825,6 @@ a.box:active { max-width: 100%; } -.loader, .button.is-loading:after, .control.is-loading:after { - -webkit-animation: spin-around 500ms infinite linear; - animation: spin-around 500ms infinite linear; - border: 2px solid #dbdbdb; - border-radius: 290486px; - border-right-color: transparent; - border-top-color: transparent; - content: ""; - display: block; - height: 16px; - position: relative; - width: 16px; -} - .number { background-color: whitesmoke; border-radius: 290486px; @@ -2356,20 +1834,14 @@ a.box:active { } .tag { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: whitesmoke; border-radius: 290486px; color: #7a7a7a; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 12px; height: 24px; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; line-height: 16px; padding-left: 10px; padding-right: 10px; @@ -2377,7 +1849,7 @@ a.box:active { white-space: nowrap; } -.tag .delete, .tag .modal-close { +.tag .delete { margin-left: 4px; margin-right: -6px; } @@ -2449,38 +1921,24 @@ a.box:active { padding-right: 18px; } -.tag.is-large .delete, .tag.is-large .modal-close { +.tag.is-large .delete { margin-left: 4px; margin-right: -8px; } -.unselectable, .delete, .modal-close, .is-unselectable, .button, .tabs, .highlight .copy, -.highlight .expand { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.input, .textarea { +.input, +.textarea { -moz-appearance: none; -webkit-appearance: none; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: white; border: 1px solid #dbdbdb; border-radius: 3px; color: #242424; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 14px; height: 32px; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; line-height: 24px; padding-left: 8px; padding-right: 8px; @@ -2491,79 +1949,104 @@ a.box:active { width: 100%; } -.input:hover, .textarea:hover { +.input:hover, +.textarea:hover { border-color: #b5b5b5; } -.input:active, .textarea:active, .input:focus, .textarea:focus, .input.is-active, .is-active.textarea { +.input:active, .input:focus, .input.is-active, +.textarea:active, +.textarea:focus, +.textarea.is-active { border-color: #11e4c4; outline: none; } -.input[disabled], [disabled].textarea, .input.is-disabled, .is-disabled.textarea { +.input[disabled], .input.is-disabled, +.textarea[disabled], +.textarea.is-disabled { background-color: whitesmoke; border-color: #dbdbdb; cursor: not-allowed; pointer-events: none; } -.input[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, .input.is-disabled::-moz-placeholder, .is-disabled.textarea::-moz-placeholder { +.input[disabled]::-moz-placeholder, .input.is-disabled::-moz-placeholder, +.textarea[disabled]::-moz-placeholder, +.textarea.is-disabled::-moz-placeholder { color: rgba(36, 36, 36, 0.3); } -.input[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder, .is-disabled.textarea::-webkit-input-placeholder { +.input[disabled]::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder, +.textarea[disabled]::-webkit-input-placeholder, +.textarea.is-disabled::-webkit-input-placeholder { color: rgba(36, 36, 36, 0.3); } -.input[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, .input.is-disabled:-moz-placeholder, .is-disabled.textarea:-moz-placeholder { +.input[disabled]:-moz-placeholder, .input.is-disabled:-moz-placeholder, +.textarea[disabled]:-moz-placeholder, +.textarea.is-disabled:-moz-placeholder { color: rgba(36, 36, 36, 0.3); } -.input[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder, .is-disabled.textarea:-ms-input-placeholder { +.input[disabled]:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder, +.textarea[disabled]:-ms-input-placeholder, +.textarea.is-disabled:-ms-input-placeholder { color: rgba(36, 36, 36, 0.3); } -.input.is-white, .is-white.textarea { +.input.is-white, +.textarea.is-white { border-color: white; } -.input.is-black, .is-black.textarea { +.input.is-black, +.textarea.is-black { border-color: #121212; } -.input.is-light, .is-light.textarea { +.input.is-light, +.textarea.is-light { border-color: whitesmoke; } -.input.is-dark, .is-dark.textarea { +.input.is-dark, +.textarea.is-dark { border-color: #7a7a7a; } -.input.is-primary, .is-primary.textarea { +.input.is-primary, +.textarea.is-primary { border-color: #11e4c4; } -.input.is-info, .is-info.textarea { +.input.is-info, +.textarea.is-info { border-color: #0f6bff; } -.input.is-success, .is-success.textarea { +.input.is-success, +.textarea.is-success { border-color: #20ee68; } -.input.is-warning, .is-warning.textarea { +.input.is-warning, +.textarea.is-warning { border-color: #ffcf0f; } -.input.is-danger, .is-danger.textarea { +.input.is-danger, +.textarea.is-danger { border-color: #ff0f3f; } -.input[type="search"], [type="search"].textarea { +.input[type="search"], +.textarea[type="search"] { border-radius: 290486px; } -.input.is-small, .is-small.textarea { +.input.is-small, +.textarea.is-small { border-radius: 2px; font-size: 11px; height: 24px; @@ -2572,7 +2055,8 @@ a.box:active { padding-right: 6px; } -.input.is-medium, .is-medium.textarea { +.input.is-medium, +.textarea.is-medium { font-size: 18px; height: 40px; line-height: 32px; @@ -2580,7 +2064,8 @@ a.box:active { padding-right: 10px; } -.input.is-large, .is-large.textarea { +.input.is-large, +.textarea.is-large { font-size: 24px; height: 48px; line-height: 40px; @@ -2588,12 +2073,14 @@ a.box:active { padding-right: 12px; } -.input.is-fullwidth, .is-fullwidth.textarea { +.input.is-fullwidth, +.textarea.is-fullwidth { display: block; width: 100%; } -.input.is-inline, .is-inline.textarea { +.input.is-inline, +.textarea.is-inline { display: inline; width: auto; } @@ -2648,21 +2135,15 @@ a.box:active { .select select { -moz-appearance: none; -webkit-appearance: none; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: white; border: 1px solid #dbdbdb; border-radius: 3px; color: #242424; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 14px; height: 32px; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; line-height: 24px; padding-left: 8px; padding-right: 8px; @@ -2767,8 +2248,7 @@ a.box:active { height: 7px; pointer-events: none; position: absolute; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); + transform: rotate(-45deg); width: 7px; margin-top: -6px; right: 16px; @@ -2879,13 +2359,9 @@ a.box:active { @media screen and (min-width: 769px) { .control-label { - -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; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; margin-right: 20px; padding-top: 7px; text-align: right; @@ -2902,17 +2378,12 @@ a.box:active { } .control.has-addons { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; } .control.has-addons .button, .control.has-addons .input, -.control.has-addons .textarea, .control.has-addons .select { border-radius: 0; margin-right: -1px; @@ -2921,16 +2392,13 @@ a.box:active { .control.has-addons .button:hover, .control.has-addons .input:hover, -.control.has-addons .textarea:hover, .control.has-addons .select:hover { z-index: 2; } .control.has-addons .button:active, .control.has-addons .button:focus, .control.has-addons .input:active, -.control.has-addons .textarea:active, .control.has-addons .input:focus, -.control.has-addons .textarea:focus, .control.has-addons .select:active, .control.has-addons .select:focus { z-index: 3; @@ -2938,64 +2406,48 @@ a.box:active { .control.has-addons .button:first-child, .control.has-addons .input:first-child, -.control.has-addons .textarea:first-child, .control.has-addons .select:first-child { border-radius: 3px 0 0 3px; } .control.has-addons .button:first-child select, .control.has-addons .input:first-child select, -.control.has-addons .textarea:first-child select, .control.has-addons .select:first-child select { border-radius: 3px 0 0 3px; } .control.has-addons .button:last-child, .control.has-addons .input:last-child, -.control.has-addons .textarea:last-child, .control.has-addons .select:last-child { border-radius: 0 3px 3px 0; } .control.has-addons .button:last-child select, .control.has-addons .input:last-child select, -.control.has-addons .textarea:last-child select, .control.has-addons .select:last-child select { border-radius: 0 3px 3px 0; } .control.has-addons .button.is-expanded, .control.has-addons .input.is-expanded, -.control.has-addons .is-expanded.textarea, .control.has-addons .select.is-expanded { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .control.has-addons.has-addons-centered { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .control.has-addons.has-addons-right { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; } .control.has-addons.has-addons-fullwidth .button, .control.has-addons.has-addons-fullwidth .input, -.control.has-addons.has-addons-fullwidth .textarea, .control.has-addons.has-addons-fullwidth .select { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .control.has-icon > .fa { @@ -3013,21 +2465,21 @@ a.box:active { z-index: 4; } -.control.has-icon .input:focus + .fa, .control.has-icon .textarea:focus + .fa { +.control.has-icon .input:focus + .fa { color: #242424; } -.control.has-icon .input.is-small + .fa, .control.has-icon .is-small.textarea + .fa { +.control.has-icon .input.is-small + .fa { font-size: 10.5px; top: 0; } -.control.has-icon .input.is-medium + .fa, .control.has-icon .is-medium.textarea + .fa { +.control.has-icon .input.is-medium + .fa { font-size: 21px; top: 8px; } -.control.has-icon .input.is-large + .fa, .control.has-icon .is-large.textarea + .fa { +.control.has-icon .input.is-large + .fa { font-size: 21px; top: 12px; } @@ -3036,31 +2488,31 @@ a.box:active { left: 4px; } -.control.has-icon:not(.has-icon-right) .input, .control.has-icon:not(.has-icon-right) .textarea { +.control.has-icon:not(.has-icon-right) .input { padding-left: 32px; } -.control.has-icon:not(.has-icon-right) .input.is-small, .control.has-icon:not(.has-icon-right) .is-small.textarea { +.control.has-icon:not(.has-icon-right) .input.is-small { padding-left: 24px; } -.control.has-icon:not(.has-icon-right) .input.is-small + .fa, .control.has-icon:not(.has-icon-right) .is-small.textarea + .fa { +.control.has-icon:not(.has-icon-right) .input.is-small + .fa { left: 0; } -.control.has-icon:not(.has-icon-right) .input.is-medium, .control.has-icon:not(.has-icon-right) .is-medium.textarea { +.control.has-icon:not(.has-icon-right) .input.is-medium { padding-left: 40px; } -.control.has-icon:not(.has-icon-right) .input.is-medium + .fa, .control.has-icon:not(.has-icon-right) .is-medium.textarea + .fa { +.control.has-icon:not(.has-icon-right) .input.is-medium + .fa { left: 8px; } -.control.has-icon:not(.has-icon-right) .input.is-large, .control.has-icon:not(.has-icon-right) .is-large.textarea { +.control.has-icon:not(.has-icon-right) .input.is-large { padding-left: 48px; } -.control.has-icon:not(.has-icon-right) .input.is-large + .fa, .control.has-icon:not(.has-icon-right) .is-large.textarea + .fa { +.control.has-icon:not(.has-icon-right) .input.is-large + .fa { left: 12px; } @@ -3068,41 +2520,37 @@ a.box:active { right: 4px; } -.control.has-icon.has-icon-right .input, .control.has-icon.has-icon-right .textarea { +.control.has-icon.has-icon-right .input { padding-right: 32px; } -.control.has-icon.has-icon-right .input.is-small, .control.has-icon.has-icon-right .is-small.textarea { +.control.has-icon.has-icon-right .input.is-small { padding-right: 24px; } -.control.has-icon.has-icon-right .input.is-small + .fa, .control.has-icon.has-icon-right .is-small.textarea + .fa { +.control.has-icon.has-icon-right .input.is-small + .fa { right: 0; } -.control.has-icon.has-icon-right .input.is-medium, .control.has-icon.has-icon-right .is-medium.textarea { +.control.has-icon.has-icon-right .input.is-medium { padding-right: 40px; } -.control.has-icon.has-icon-right .input.is-medium + .fa, .control.has-icon.has-icon-right .is-medium.textarea + .fa { +.control.has-icon.has-icon-right .input.is-medium + .fa { right: 8px; } -.control.has-icon.has-icon-right .input.is-large, .control.has-icon.has-icon-right .is-large.textarea { +.control.has-icon.has-icon-right .input.is-large { padding-right: 48px; } -.control.has-icon.has-icon-right .input.is-large + .fa, .control.has-icon.has-icon-right .is-large.textarea + .fa { +.control.has-icon.has-icon-right .input.is-large + .fa { right: 12px; } .control.is-grouped { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; } .control.is-grouped > .control:not(:last-child) { @@ -3111,42 +2559,27 @@ a.box:active { } .control.is-grouped > .control.is-expanded { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .control.is-grouped.is-grouped-centered { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .control.is-grouped.is-grouped-right { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; } @media screen and (min-width: 769px) { .control.is-horizontal { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .control.is-horizontal > .control { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -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; + flex-basis: 0; + flex-grow: 5; + flex-shrink: 1; } } @@ -3232,36 +2665,141 @@ a.box:active { width: 128px; } -.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.box:not(:last-child), .highlight:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { margin-bottom: 20px; } -.container { +.modal-close { + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(18, 18, 18, 0.2); + border: none; + border-radius: 290486px; + cursor: pointer; + display: inline-block; + height: 24px; position: relative; -} - -@media screen and (min-width: 980px) { - .container { - margin: 0 auto; - max-width: 960px; - } - .container.is-fluid { - margin: 0 20px; - max-width: none; - } -} - -@media screen and (min-width: 1180px) { - .container { - max-width: 1200px; - } -} - -.fa { - font-size: 21px; - text-align: center; vertical-align: top; + width: 24px; +} + +.modal-close:before, .modal-close:after { + background-color: white; + content: ""; + display: block; + height: 2px; + left: 50%; + margin-left: -25%; + margin-top: -1px; + position: absolute; + top: 50%; + width: 50%; +} + +.modal-close:before { + transform: rotate(45deg); +} + +.modal-close:after { + transform: rotate(-45deg); +} + +.modal-close:hover { + background-color: rgba(18, 18, 18, 0.5); +} + +.is-small.modal-close { + height: 16px; + width: 16px; +} + +.is-medium.modal-close { + height: 32px; + width: 32px; +} + +.is-large.modal-close { + height: 40px; + width: 40px; +} + +.nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; +} + +.nav-toggle span { + background-color: #7a7a7a; + display: block; + height: 1px; + left: 50%; + margin-left: -7px; + position: absolute; + top: 50%; + transition: none 86ms ease-out; + transition-property: background, left, opacity, transform; + width: 15px; +} + +.nav-toggle span:nth-child(1) { + margin-top: -6px; +} + +.nav-toggle span:nth-child(2) { + margin-top: -1px; +} + +.nav-toggle span:nth-child(3) { + margin-top: 4px; +} + +.nav-toggle:hover { + background-color: whitesmoke; +} + +.is-active.nav-toggle span { + background-color: #11e4c4; +} + +.is-active.nav-toggle span:nth-child(1) { + margin-left: -5px; + transform: rotate(45deg); + transform-origin: left top; +} + +.is-active.nav-toggle span:nth-child(2) { + opacity: 0; +} + +.is-active.nav-toggle span:nth-child(3) { + margin-left: -5px; + transform: rotate(-45deg); + transform-origin: left bottom; +} + +.button.is-loading:after, .control.is-loading:after { + animation: spin-around 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; +} + +.is-unselectable, .modal-close, .button, .tabs { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .notification { @@ -3277,7 +2815,7 @@ a.box:active { display: table; } -.notification .delete, .notification .modal-close { +.notification .delete { border-radius: 0 3px; float: right; margin: -16px -20px 0 20px; @@ -3333,36 +2871,141 @@ a.box:active { color: white; } -.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.box:not(:last-child), .highlight:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { margin-bottom: 20px; } -.container { +.modal-close { + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(18, 18, 18, 0.2); + border: none; + border-radius: 290486px; + cursor: pointer; + display: inline-block; + height: 24px; position: relative; -} - -@media screen and (min-width: 980px) { - .container { - margin: 0 auto; - max-width: 960px; - } - .container.is-fluid { - margin: 0 20px; - max-width: none; - } -} - -@media screen and (min-width: 1180px) { - .container { - max-width: 1200px; - } -} - -.fa { - font-size: 21px; - text-align: center; vertical-align: top; + width: 24px; +} + +.modal-close:before, .modal-close:after { + background-color: white; + content: ""; + display: block; + height: 2px; + left: 50%; + margin-left: -25%; + margin-top: -1px; + position: absolute; + top: 50%; + width: 50%; +} + +.modal-close:before { + transform: rotate(45deg); +} + +.modal-close:after { + transform: rotate(-45deg); +} + +.modal-close:hover { + background-color: rgba(18, 18, 18, 0.5); +} + +.is-small.modal-close { + height: 16px; + width: 16px; +} + +.is-medium.modal-close { + height: 32px; + width: 32px; +} + +.is-large.modal-close { + height: 40px; + width: 40px; +} + +.nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; +} + +.nav-toggle span { + background-color: #7a7a7a; + display: block; + height: 1px; + left: 50%; + margin-left: -7px; + position: absolute; + top: 50%; + transition: none 86ms ease-out; + transition-property: background, left, opacity, transform; + width: 15px; +} + +.nav-toggle span:nth-child(1) { + margin-top: -6px; +} + +.nav-toggle span:nth-child(2) { + margin-top: -1px; +} + +.nav-toggle span:nth-child(3) { + margin-top: 4px; +} + +.nav-toggle:hover { + background-color: whitesmoke; +} + +.is-active.nav-toggle span { + background-color: #11e4c4; +} + +.is-active.nav-toggle span:nth-child(1) { + margin-left: -5px; + transform: rotate(45deg); + transform-origin: left top; +} + +.is-active.nav-toggle span:nth-child(2) { + opacity: 0; +} + +.is-active.nav-toggle span:nth-child(3) { + margin-left: -5px; + transform: rotate(-45deg); + transform-origin: left bottom; +} + +.button.is-loading:after, .control.is-loading:after { + animation: spin-around 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; +} + +.is-unselectable, .modal-close, .button, .tabs { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .progress { @@ -3619,36 +3262,141 @@ a.box:active { background-color: #f0f0f0; } -.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.box:not(:last-child), .highlight:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { margin-bottom: 20px; } -.container { +.modal-close { + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(18, 18, 18, 0.2); + border: none; + border-radius: 290486px; + cursor: pointer; + display: inline-block; + height: 24px; position: relative; -} - -@media screen and (min-width: 980px) { - .container { - margin: 0 auto; - max-width: 960px; - } - .container.is-fluid { - margin: 0 20px; - max-width: none; - } -} - -@media screen and (min-width: 1180px) { - .container { - max-width: 1200px; - } -} - -.fa { - font-size: 21px; - text-align: center; vertical-align: top; + width: 24px; +} + +.modal-close:before, .modal-close:after { + background-color: white; + content: ""; + display: block; + height: 2px; + left: 50%; + margin-left: -25%; + margin-top: -1px; + position: absolute; + top: 50%; + width: 50%; +} + +.modal-close:before { + transform: rotate(45deg); +} + +.modal-close:after { + transform: rotate(-45deg); +} + +.modal-close:hover { + background-color: rgba(18, 18, 18, 0.5); +} + +.is-small.modal-close { + height: 16px; + width: 16px; +} + +.is-medium.modal-close { + height: 32px; + width: 32px; +} + +.is-large.modal-close { + height: 40px; + width: 40px; +} + +.nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; +} + +.nav-toggle span { + background-color: #7a7a7a; + display: block; + height: 1px; + left: 50%; + margin-left: -7px; + position: absolute; + top: 50%; + transition: none 86ms ease-out; + transition-property: background, left, opacity, transform; + width: 15px; +} + +.nav-toggle span:nth-child(1) { + margin-top: -6px; +} + +.nav-toggle span:nth-child(2) { + margin-top: -1px; +} + +.nav-toggle span:nth-child(3) { + margin-top: 4px; +} + +.nav-toggle:hover { + background-color: whitesmoke; +} + +.is-active.nav-toggle span { + background-color: #11e4c4; +} + +.is-active.nav-toggle span:nth-child(1) { + margin-left: -5px; + transform: rotate(45deg); + transform-origin: left top; +} + +.is-active.nav-toggle span:nth-child(2) { + opacity: 0; +} + +.is-active.nav-toggle span:nth-child(3) { + margin-left: -5px; + transform: rotate(-45deg); + transform-origin: left bottom; +} + +.button.is-loading:after, .control.is-loading:after { + animation: spin-around 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; +} + +.is-unselectable, .modal-close, .button, .tabs { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .title, @@ -3842,11 +3590,6 @@ a.box:active { font-weight: 700; } -.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { - margin-bottom: 20px; -} - .container { position: relative; } @@ -3874,62 +3617,6 @@ a.box:active { vertical-align: top; } -.delete, .modal-close { - -moz-appearance: none; - -webkit-appearance: none; - background-color: rgba(18, 18, 18, 0.2); - border: none; - border-radius: 290486px; - cursor: pointer; - display: inline-block; - height: 24px; - position: relative; - vertical-align: top; - width: 24px; -} - -.delete:before, .modal-close:before, .delete:after, .modal-close:after { - background-color: white; - content: ""; - display: block; - height: 2px; - left: 50%; - margin-left: -25%; - margin-top: -1px; - position: absolute; - top: 50%; - width: 50%; -} - -.delete:before, .modal-close:before { - -webkit-transform: rotate(45deg); - transform: rotate(45deg); -} - -.delete:after, .modal-close:after { - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); -} - -.delete:hover, .modal-close:hover { - background-color: rgba(18, 18, 18, 0.5); -} - -.delete.is-small, .is-small.modal-close { - height: 16px; - width: 16px; -} - -.delete.is-medium, .is-medium.modal-close { - height: 32px; - width: 32px; -} - -.delete.is-large, .is-large.modal-close { - height: 40px; - width: 40px; -} - .icon { display: inline-block; font-size: 21px; @@ -3975,71 +3662,6 @@ a.box:active { width: 48px; } -.hamburger, .nav-toggle { - cursor: pointer; - display: block; - height: 50px; - position: relative; - width: 50px; -} - -.hamburger span, .nav-toggle span { - background-color: #7a7a7a; - display: block; - height: 1px; - left: 50%; - 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; -} - -.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { - margin-top: -6px; -} - -.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { - margin-top: -1px; -} - -.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { - margin-top: 4px; -} - -.hamburger:hover, .nav-toggle:hover { - background-color: whitesmoke; -} - -.hamburger.is-active span, .is-active.nav-toggle span { - background-color: #11e4c4; -} - -.hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { - margin-left: -5px; - -webkit-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transform-origin: left top; - transform-origin: left top; -} - -.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { - opacity: 0; -} - -.hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { - margin-left: -5px; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); - -webkit-transform-origin: left bottom; - transform-origin: left bottom; -} - .heading { display: block; font-size: 11px; @@ -4061,20 +3683,6 @@ a.box:active { max-width: 100%; } -.loader, .button.is-loading:after, .control.is-loading:after { - -webkit-animation: spin-around 500ms infinite linear; - animation: spin-around 500ms infinite linear; - border: 2px solid #dbdbdb; - border-radius: 290486px; - border-right-color: transparent; - border-top-color: transparent; - content: ""; - display: block; - height: 16px; - position: relative; - width: 16px; -} - .number { background-color: whitesmoke; border-radius: 290486px; @@ -4084,20 +3692,14 @@ a.box:active { } .tag { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: whitesmoke; border-radius: 290486px; color: #7a7a7a; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 12px; height: 24px; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; line-height: 16px; padding-left: 10px; padding-right: 10px; @@ -4105,7 +3707,7 @@ a.box:active { white-space: nowrap; } -.tag .delete, .tag .modal-close { +.tag .delete { margin-left: 4px; margin-right: -6px; } @@ -4177,57 +3779,32 @@ a.box:active { padding-right: 18px; } -.tag.is-large .delete, .tag.is-large .modal-close { +.tag.is-large .delete { margin-left: 4px; margin-right: -8px; } -.unselectable, .delete, .modal-close, .is-unselectable, .button, .tabs, .highlight .copy, -.highlight .expand { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - .card-header { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; + align-items: stretch; box-shadow: 0 1px 2px rgba(18, 18, 18, 0.1); - display: -webkit-box; - display: -ms-flexbox; display: flex; min-height: 40px; } .card-header-title { - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; + align-items: flex-start; color: #242424; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; + flex-grow: 1; font-weight: bold; padding: 10px; } .card-header-icon { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; cursor: pointer; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; width: 40px; } @@ -4246,27 +3823,15 @@ a.box:active { .card-footer { border-top: 1px solid #dbdbdb; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; } .card-footer-item { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + flex-grow: 1; + justify-content: center; padding: 10px; } @@ -4296,61 +3861,43 @@ a.box:active { } .column { - -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; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 1; padding: 10px; } .columns.is-mobile > .column.is-narrow { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; } .columns.is-mobile > .column.is-full { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .columns.is-mobile > .column.is-three-quarters { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .columns.is-mobile > .column.is-two-thirds { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.6666%; } .columns.is-mobile > .column.is-half { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .columns.is-mobile > .column.is-one-third { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.3333%; } .columns.is-mobile > .column.is-one-quarter { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } @@ -4375,9 +3922,7 @@ a.box:active { } .columns.is-mobile > .column.is-1 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 8.33333%; } @@ -4386,9 +3931,7 @@ a.box:active { } .columns.is-mobile > .column.is-2 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 16.66667%; } @@ -4397,9 +3940,7 @@ a.box:active { } .columns.is-mobile > .column.is-3 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } @@ -4408,9 +3949,7 @@ a.box:active { } .columns.is-mobile > .column.is-4 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.33333%; } @@ -4419,9 +3958,7 @@ a.box:active { } .columns.is-mobile > .column.is-5 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 41.66667%; } @@ -4430,9 +3967,7 @@ a.box:active { } .columns.is-mobile > .column.is-6 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } @@ -4441,9 +3976,7 @@ a.box:active { } .columns.is-mobile > .column.is-7 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 58.33333%; } @@ -4452,9 +3985,7 @@ a.box:active { } .columns.is-mobile > .column.is-8 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.66667%; } @@ -4463,9 +3994,7 @@ a.box:active { } .columns.is-mobile > .column.is-9 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } @@ -4474,9 +4003,7 @@ a.box:active { } .columns.is-mobile > .column.is-10 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 83.33333%; } @@ -4485,9 +4012,7 @@ a.box:active { } .columns.is-mobile > .column.is-11 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 91.66667%; } @@ -4496,9 +4021,7 @@ a.box:active { } .columns.is-mobile > .column.is-12 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } @@ -4508,44 +4031,30 @@ a.box:active { @media screen and (max-width: 768px) { .column.is-narrow-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; } .column.is-full-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-three-quarters-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-two-thirds-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.6666%; } .column.is-half-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-one-third-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.3333%; } .column.is-one-quarter-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-three-quarters-mobile { @@ -4564,108 +4073,84 @@ a.box:active { margin-left: 25%; } .column.is-1-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 8.33333%; } .column.is-offset-1-mobile { margin-left: 8.33333%; } .column.is-2-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 16.66667%; } .column.is-offset-2-mobile { margin-left: 16.66667%; } .column.is-3-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-3-mobile { margin-left: 25%; } .column.is-4-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.33333%; } .column.is-offset-4-mobile { margin-left: 33.33333%; } .column.is-5-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 41.66667%; } .column.is-offset-5-mobile { margin-left: 41.66667%; } .column.is-6-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-offset-6-mobile { margin-left: 50%; } .column.is-7-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 58.33333%; } .column.is-offset-7-mobile { margin-left: 58.33333%; } .column.is-8-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.66667%; } .column.is-offset-8-mobile { margin-left: 66.66667%; } .column.is-9-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-offset-9-mobile { margin-left: 75%; } .column.is-10-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 83.33333%; } .column.is-offset-10-mobile { margin-left: 83.33333%; } .column.is-11-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 91.66667%; } .column.is-offset-11-mobile { margin-left: 91.66667%; } .column.is-12-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-offset-12-mobile { @@ -4675,44 +4160,30 @@ a.box:active { @media screen and (min-width: 769px) { .column.is-narrow, .column.is-narrow-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; } .column.is-full, .column.is-full-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-three-quarters, .column.is-three-quarters-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-two-thirds, .column.is-two-thirds-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.6666%; } .column.is-half, .column.is-half-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-one-third, .column.is-one-third-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.3333%; } .column.is-one-quarter, .column.is-one-quarter-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet { @@ -4731,108 +4202,84 @@ a.box:active { margin-left: 25%; } .column.is-1, .column.is-1-tablet { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-offset-12, .column.is-offset-12-tablet { @@ -4842,44 +4289,30 @@ a.box:active { @media screen and (min-width: 980px) { .column.is-narrow-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; } .column.is-full-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-three-quarters-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-two-thirds-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.6666%; } .column.is-half-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-one-third-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.3333%; } .column.is-one-quarter-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-three-quarters-desktop { @@ -4898,108 +4331,84 @@ a.box:active { margin-left: 25%; } .column.is-1-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 8.33333%; } .column.is-offset-1-desktop { margin-left: 8.33333%; } .column.is-2-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 16.66667%; } .column.is-offset-2-desktop { margin-left: 16.66667%; } .column.is-3-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-3-desktop { margin-left: 25%; } .column.is-4-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.33333%; } .column.is-offset-4-desktop { margin-left: 33.33333%; } .column.is-5-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 41.66667%; } .column.is-offset-5-desktop { margin-left: 41.66667%; } .column.is-6-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-offset-6-desktop { margin-left: 50%; } .column.is-7-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 58.33333%; } .column.is-offset-7-desktop { margin-left: 58.33333%; } .column.is-8-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.66667%; } .column.is-offset-8-desktop { margin-left: 66.66667%; } .column.is-9-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-offset-9-desktop { margin-left: 75%; } .column.is-10-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 83.33333%; } .column.is-offset-10-desktop { margin-left: 83.33333%; } .column.is-11-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 91.66667%; } .column.is-offset-11-desktop { margin-left: 91.66667%; } .column.is-12-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-offset-12-desktop { @@ -5009,44 +4418,30 @@ a.box:active { @media screen and (min-width: 1180px) { .column.is-narrow-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; } .column.is-full-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-three-quarters-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-two-thirds-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.6666%; } .column.is-half-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-one-third-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.3333%; } .column.is-one-quarter-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-three-quarters-widescreen { @@ -5065,108 +4460,84 @@ a.box:active { margin-left: 25%; } .column.is-1-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 8.33333%; } .column.is-offset-1-widescreen { margin-left: 8.33333%; } .column.is-2-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 16.66667%; } .column.is-offset-2-widescreen { margin-left: 16.66667%; } .column.is-3-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .column.is-offset-3-widescreen { margin-left: 25%; } .column.is-4-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.33333%; } .column.is-offset-4-widescreen { margin-left: 33.33333%; } .column.is-5-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 41.66667%; } .column.is-offset-5-widescreen { margin-left: 41.66667%; } .column.is-6-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .column.is-offset-6-widescreen { margin-left: 50%; } .column.is-7-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 58.33333%; } .column.is-offset-7-widescreen { margin-left: 58.33333%; } .column.is-8-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.66667%; } .column.is-offset-8-widescreen { margin-left: 66.66667%; } .column.is-9-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .column.is-offset-9-widescreen { margin-left: 75%; } .column.is-10-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 83.33333%; } .column.is-offset-10-widescreen { margin-left: 83.33333%; } .column.is-11-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 91.66667%; } .column.is-offset-11-widescreen { margin-left: 91.66667%; } .column.is-12-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } .column.is-offset-12-widescreen { @@ -5189,9 +4560,7 @@ a.box:active { } .columns.is-centered { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .columns.is-gapless { @@ -5215,8 +4584,7 @@ a.box:active { @media screen and (min-width: 769px) { .columns.is-grid { - -ms-flex-wrap: wrap; - flex-wrap: wrap; + flex-wrap: wrap; } .columns.is-grid > .column { max-width: 33.3333%; @@ -5229,53 +4597,34 @@ a.box:active { } .columns.is-mobile { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .columns.is-multiline { - -ms-flex-wrap: wrap; - flex-wrap: wrap; + flex-wrap: wrap; } .columns.is-vcentered { - -webkit-box-align: center; - -ms-flex-align: center; - -ms-grid-row-align: center; - align-items: center; + align-items: center; } @media screen and (min-width: 769px) { .columns:not(.is-desktop) { - display: -webkit-box; - display: -ms-flexbox; display: flex; } } @media screen and (min-width: 980px) { .columns.is-desktop { - display: -webkit-box; - display: -ms-flexbox; display: flex; } } .tile { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - -ms-grid-row-align: stretch; - align-items: stretch; - -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; - min-height: -webkit-min-content; - min-height: -moz-min-content; + align-items: stretch; + flex-basis: auto; + flex-grow: 1; + flex-shrink: 1; min-height: min-content; } @@ -5302,10 +4651,7 @@ a.box:active { } .tile.is-vertical { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; + flex-direction: column; } .tile.is-vertical > .tile.is-child:not(:last-child) { @@ -5314,80 +4660,54 @@ a.box:active { @media screen and (min-width: 769px) { .tile:not(.is-child) { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .tile.is-1 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 8.33333%; } .tile.is-2 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 16.66667%; } .tile.is-3 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 25%; } .tile.is-4 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 33.33333%; } .tile.is-5 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 41.66667%; } .tile.is-6 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 50%; } .tile.is-7 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 58.33333%; } .tile.is-8 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 66.66667%; } .tile.is-9 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 75%; } .tile.is-10 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 83.33333%; } .tile.is-11 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 91.66667%; } .tile.is-12 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + flex: none; width: 100%; } } @@ -5617,36 +4937,141 @@ a.box:active { color: #2aa198; } -.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.box:not(:last-child), .highlight:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { margin-bottom: 20px; } -.container { +.modal-close { + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(18, 18, 18, 0.2); + border: none; + border-radius: 290486px; + cursor: pointer; + display: inline-block; + height: 24px; position: relative; -} - -@media screen and (min-width: 980px) { - .container { - margin: 0 auto; - max-width: 960px; - } - .container.is-fluid { - margin: 0 20px; - max-width: none; - } -} - -@media screen and (min-width: 1180px) { - .container { - max-width: 1200px; - } -} - -.fa { - font-size: 21px; - text-align: center; vertical-align: top; + width: 24px; +} + +.modal-close:before, .modal-close:after { + background-color: white; + content: ""; + display: block; + height: 2px; + left: 50%; + margin-left: -25%; + margin-top: -1px; + position: absolute; + top: 50%; + width: 50%; +} + +.modal-close:before { + transform: rotate(45deg); +} + +.modal-close:after { + transform: rotate(-45deg); +} + +.modal-close:hover { + background-color: rgba(18, 18, 18, 0.5); +} + +.is-small.modal-close { + height: 16px; + width: 16px; +} + +.is-medium.modal-close { + height: 32px; + width: 32px; +} + +.is-large.modal-close { + height: 40px; + width: 40px; +} + +.nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; +} + +.nav-toggle span { + background-color: #7a7a7a; + display: block; + height: 1px; + left: 50%; + margin-left: -7px; + position: absolute; + top: 50%; + transition: none 86ms ease-out; + transition-property: background, left, opacity, transform; + width: 15px; +} + +.nav-toggle span:nth-child(1) { + margin-top: -6px; +} + +.nav-toggle span:nth-child(2) { + margin-top: -1px; +} + +.nav-toggle span:nth-child(3) { + margin-top: 4px; +} + +.nav-toggle:hover { + background-color: whitesmoke; +} + +.is-active.nav-toggle span { + background-color: #11e4c4; +} + +.is-active.nav-toggle span:nth-child(1) { + margin-left: -5px; + transform: rotate(45deg); + transform-origin: left top; +} + +.is-active.nav-toggle span:nth-child(2) { + opacity: 0; +} + +.is-active.nav-toggle span:nth-child(3) { + margin-left: -5px; + transform: rotate(-45deg); + transform-origin: left bottom; +} + +.button.is-loading:after, .control.is-loading:after { + animation: spin-around 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; +} + +.is-unselectable, .modal-close, .button, .tabs { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .level-item .title, @@ -5667,9 +5092,7 @@ a.box:active { .level-left .level-item.is-flexible, .level-right .level-item.is-flexible { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; + flex-grow: 1; } @media screen and (max-width: 768px) { @@ -5680,37 +5103,22 @@ a.box:active { @media screen and (min-width: 769px) { .level-left { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; } } @media screen and (min-width: 769px) { .level-right { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; } } .level { - -webkit-box-align: center; - -ms-flex-align: center; - -ms-grid-row-align: center; - align-items: center; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; + align-items: center; + justify-content: space-between; } .level code { @@ -5723,8 +5131,6 @@ a.box:active { } .level.is-mobile { - display: -webkit-box; - display: -ms-flexbox; display: flex; } @@ -5733,21 +5139,15 @@ a.box:active { } .level.is-mobile > .level-item:not(.is-narrow) { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; + flex-grow: 1; } @media screen and (min-width: 769px) { .level { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .level > .level-item:not(.is-narrow) { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; + flex-grow: 1; } } @@ -5785,20 +5185,13 @@ a.box:active { } .media-content { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 1; - flex-shrink: 1; + flex-grow: 1; + flex-shrink: 1; text-align: left; } .media { - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - display: -webkit-box; - display: -ms-flexbox; + align-items: flex-start; display: flex; text-align: left; } @@ -5809,8 +5202,6 @@ a.box:active { .media .media { border-top: 1px solid rgba(219, 219, 219, 0.5); - display: -webkit-box; - display: -ms-flexbox; display: flex; padding-top: 10px; } @@ -5885,36 +5276,141 @@ a.box:active { margin-top: 20px; } -.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.box:not(:last-child), .highlight:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { margin-bottom: 20px; } -.container { +.modal-close { + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(18, 18, 18, 0.2); + border: none; + border-radius: 290486px; + cursor: pointer; + display: inline-block; + height: 24px; position: relative; -} - -@media screen and (min-width: 980px) { - .container { - margin: 0 auto; - max-width: 960px; - } - .container.is-fluid { - margin: 0 20px; - max-width: none; - } -} - -@media screen and (min-width: 1180px) { - .container { - max-width: 1200px; - } -} - -.fa { - font-size: 21px; - text-align: center; vertical-align: top; + width: 24px; +} + +.modal-close:before, .modal-close:after { + background-color: white; + content: ""; + display: block; + height: 2px; + left: 50%; + margin-left: -25%; + margin-top: -1px; + position: absolute; + top: 50%; + width: 50%; +} + +.modal-close:before { + transform: rotate(45deg); +} + +.modal-close:after { + transform: rotate(-45deg); +} + +.modal-close:hover { + background-color: rgba(18, 18, 18, 0.5); +} + +.is-small.modal-close { + height: 16px; + width: 16px; +} + +.is-medium.modal-close { + height: 32px; + width: 32px; +} + +.is-large.modal-close { + height: 40px; + width: 40px; +} + +.nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; +} + +.nav-toggle span { + background-color: #7a7a7a; + display: block; + height: 1px; + left: 50%; + margin-left: -7px; + position: absolute; + top: 50%; + transition: none 86ms ease-out; + transition-property: background, left, opacity, transform; + width: 15px; +} + +.nav-toggle span:nth-child(1) { + margin-top: -6px; +} + +.nav-toggle span:nth-child(2) { + margin-top: -1px; +} + +.nav-toggle span:nth-child(3) { + margin-top: 4px; +} + +.nav-toggle:hover { + background-color: whitesmoke; +} + +.is-active.nav-toggle span { + background-color: #11e4c4; +} + +.is-active.nav-toggle span:nth-child(1) { + margin-left: -5px; + transform: rotate(45deg); + transform-origin: left top; +} + +.is-active.nav-toggle span:nth-child(2) { + opacity: 0; +} + +.is-active.nav-toggle span:nth-child(3) { + margin-left: -5px; + transform: rotate(-45deg); + transform-origin: left bottom; +} + +.button.is-loading:after, .control.is-loading:after { + animation: spin-around 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; +} + +.is-unselectable, .modal-close, .button, .tabs { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .message-body { @@ -6074,11 +5570,6 @@ a.box:active { color: gray; } -.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { - margin-bottom: 20px; -} - .container { position: relative; } @@ -6106,62 +5597,6 @@ a.box:active { vertical-align: top; } -.delete, .modal-close { - -moz-appearance: none; - -webkit-appearance: none; - background-color: rgba(18, 18, 18, 0.2); - border: none; - border-radius: 290486px; - cursor: pointer; - display: inline-block; - height: 24px; - position: relative; - vertical-align: top; - width: 24px; -} - -.delete:before, .modal-close:before, .delete:after, .modal-close:after { - background-color: white; - content: ""; - display: block; - height: 2px; - left: 50%; - margin-left: -25%; - margin-top: -1px; - position: absolute; - top: 50%; - width: 50%; -} - -.delete:before, .modal-close:before { - -webkit-transform: rotate(45deg); - transform: rotate(45deg); -} - -.delete:after, .modal-close:after { - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); -} - -.delete:hover, .modal-close:hover { - background-color: rgba(18, 18, 18, 0.5); -} - -.delete.is-small, .is-small.modal-close { - height: 16px; - width: 16px; -} - -.delete.is-medium, .is-medium.modal-close { - height: 32px; - width: 32px; -} - -.delete.is-large, .is-large.modal-close { - height: 40px; - width: 40px; -} - .icon { display: inline-block; font-size: 21px; @@ -6207,71 +5642,6 @@ a.box:active { width: 48px; } -.hamburger, .nav-toggle { - cursor: pointer; - display: block; - height: 50px; - position: relative; - width: 50px; -} - -.hamburger span, .nav-toggle span { - background-color: #7a7a7a; - display: block; - height: 1px; - left: 50%; - 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; -} - -.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { - margin-top: -6px; -} - -.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { - margin-top: -1px; -} - -.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { - margin-top: 4px; -} - -.hamburger:hover, .nav-toggle:hover { - background-color: whitesmoke; -} - -.hamburger.is-active span, .is-active.nav-toggle span { - background-color: #11e4c4; -} - -.hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { - margin-left: -5px; - -webkit-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transform-origin: left top; - transform-origin: left top; -} - -.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { - opacity: 0; -} - -.hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { - margin-left: -5px; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); - -webkit-transform-origin: left bottom; - transform-origin: left bottom; -} - .heading { display: block; font-size: 11px; @@ -6293,20 +5663,6 @@ a.box:active { max-width: 100%; } -.loader, .button.is-loading:after, .control.is-loading:after { - -webkit-animation: spin-around 500ms infinite linear; - animation: spin-around 500ms infinite linear; - border: 2px solid #dbdbdb; - border-radius: 290486px; - border-right-color: transparent; - border-top-color: transparent; - content: ""; - display: block; - height: 16px; - position: relative; - width: 16px; -} - .number { background-color: whitesmoke; border-radius: 290486px; @@ -6316,20 +5672,14 @@ a.box:active { } .tag { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: whitesmoke; border-radius: 290486px; color: #7a7a7a; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 12px; height: 24px; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; line-height: 16px; padding-left: 10px; padding-right: 10px; @@ -6337,7 +5687,7 @@ a.box:active { white-space: nowrap; } -.tag .delete, .tag .modal-close { +.tag .delete { margin-left: 4px; margin-right: -6px; } @@ -6409,20 +5759,11 @@ a.box:active { padding-right: 18px; } -.tag.is-large .delete, .tag.is-large .modal-close { +.tag.is-large .delete { margin-left: 4px; margin-right: -8px; } -.unselectable, .delete, .modal-close, .is-unselectable, .button, .tabs, .highlight .copy, -.highlight .expand { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - .modal-background { bottom: 0; left: 0; @@ -6432,7 +5773,8 @@ a.box:active { background-color: rgba(18, 18, 18, 0.86); } -.modal-content, .modal-card { +.modal-content, +.modal-card { margin: 0 20px; max-height: calc(100vh - 160px); overflow: auto; @@ -6441,7 +5783,8 @@ a.box:active { } @media screen and (min-width: 769px) { - .modal-content, .modal-card { + .modal-content, + .modal-card { margin: 0 auto; max-height: calc(100vh - 40px); width: 640px; @@ -6458,31 +5801,19 @@ a.box:active { } .modal-card { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; + flex-direction: column; max-height: calc(100vh - 40px); overflow: hidden; } .modal-card-head, .modal-card-foot { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: whitesmoke; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + flex-shrink: 0; + justify-content: flex-start; padding: 20px; position: relative; } @@ -6495,11 +5826,8 @@ a.box:active { .modal-card-title { color: #242424; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; font-size: 24px; line-height: 1; } @@ -6516,11 +5844,8 @@ a.box:active { .modal-card-body { background-color: white; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 1; - flex-shrink: 1; + flex-grow: 1; + flex-shrink: 1; overflow: auto; padding: 20px; } @@ -6531,30 +5856,18 @@ a.box:active { position: absolute; right: 0; top: 0; - -webkit-box-align: center; - -ms-flex-align: center; - -ms-grid-row-align: center; - align-items: center; + align-items: center; display: none; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; overflow: hidden; position: fixed; z-index: 1986; } .modal.is-active { - display: -webkit-box; - display: -ms-flexbox; display: flex; } -.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { - margin-bottom: 20px; -} - .container { position: relative; } @@ -6582,62 +5895,6 @@ a.box:active { vertical-align: top; } -.delete, .modal-close { - -moz-appearance: none; - -webkit-appearance: none; - background-color: rgba(18, 18, 18, 0.2); - border: none; - border-radius: 290486px; - cursor: pointer; - display: inline-block; - height: 24px; - position: relative; - vertical-align: top; - width: 24px; -} - -.delete:before, .modal-close:before, .delete:after, .modal-close:after { - background-color: white; - content: ""; - display: block; - height: 2px; - left: 50%; - margin-left: -25%; - margin-top: -1px; - position: absolute; - top: 50%; - width: 50%; -} - -.delete:before, .modal-close:before { - -webkit-transform: rotate(45deg); - transform: rotate(45deg); -} - -.delete:after, .modal-close:after { - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); -} - -.delete:hover, .modal-close:hover { - background-color: rgba(18, 18, 18, 0.5); -} - -.delete.is-small, .is-small.modal-close { - height: 16px; - width: 16px; -} - -.delete.is-medium, .is-medium.modal-close { - height: 32px; - width: 32px; -} - -.delete.is-large, .is-large.modal-close { - height: 40px; - width: 40px; -} - .icon { display: inline-block; font-size: 21px; @@ -6683,71 +5940,6 @@ a.box:active { width: 48px; } -.hamburger, .nav-toggle { - cursor: pointer; - display: block; - height: 50px; - position: relative; - width: 50px; -} - -.hamburger span, .nav-toggle span { - background-color: #7a7a7a; - display: block; - height: 1px; - left: 50%; - 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; -} - -.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { - margin-top: -6px; -} - -.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { - margin-top: -1px; -} - -.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { - margin-top: 4px; -} - -.hamburger:hover, .nav-toggle:hover { - background-color: whitesmoke; -} - -.hamburger.is-active span, .is-active.nav-toggle span { - background-color: #11e4c4; -} - -.hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { - margin-left: -5px; - -webkit-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transform-origin: left top; - transform-origin: left top; -} - -.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { - opacity: 0; -} - -.hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { - margin-left: -5px; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); - -webkit-transform-origin: left bottom; - transform-origin: left bottom; -} - .heading { display: block; font-size: 11px; @@ -6769,20 +5961,6 @@ a.box:active { max-width: 100%; } -.loader, .button.is-loading:after, .control.is-loading:after { - -webkit-animation: spin-around 500ms infinite linear; - animation: spin-around 500ms infinite linear; - border: 2px solid #dbdbdb; - border-radius: 290486px; - border-right-color: transparent; - border-top-color: transparent; - content: ""; - display: block; - height: 16px; - position: relative; - width: 16px; -} - .number { background-color: whitesmoke; border-radius: 290486px; @@ -6792,20 +5970,14 @@ a.box:active { } .tag { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: whitesmoke; border-radius: 290486px; color: #7a7a7a; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 12px; height: 24px; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; line-height: 16px; padding-left: 10px; padding-right: 10px; @@ -6813,7 +5985,7 @@ a.box:active { white-space: nowrap; } -.tag .delete, .tag .modal-close { +.tag .delete { margin-left: 4px; margin-right: -6px; } @@ -6885,20 +6057,11 @@ a.box:active { padding-right: 18px; } -.tag.is-large .delete, .tag.is-large .modal-close { +.tag.is-large .delete { margin-left: 4px; margin-right: -8px; } -.unselectable, .delete, .modal-close, .is-unselectable, .button, .tabs, .highlight .copy, -.highlight .expand { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - @media screen and (min-width: 769px) { .nav-toggle { display: none; @@ -6906,24 +6069,15 @@ a.box:active { } .nav-item { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; padding: 10px; } .nav-item a { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .nav-item img { @@ -6944,9 +6098,7 @@ a.box:active { @media screen and (max-width: 768px) { .nav-item { - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; } } @@ -7012,69 +6164,39 @@ a.nav-item.is-tab.is-active { } .nav-left { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; - -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: start; - -ms-flex-pack: start; - justify-content: flex-start; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-start; overflow: hidden; overflow-x: auto; white-space: nowrap; } .nav-center { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; margin-left: auto; margin-right: auto; } @media screen and (min-width: 769px) { .nav-right { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; - -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: end; - -ms-flex-pack: end; - justify-content: flex-end; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-end; } } .nav { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; + align-items: stretch; background-color: white; - display: -webkit-box; - display: -ms-flexbox; display: flex; min-height: 50px; position: relative; @@ -7083,11 +6205,7 @@ a.nav-item.is-tab.is-active { } .nav > .container { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; min-height: 50px; width: 100%; @@ -7121,15 +6239,9 @@ a.nav-item.is-tab.is-active { } .pagination { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; text-align: center; } @@ -7150,26 +6262,16 @@ a.nav-item.is-tab.is-active { } .pagination ul { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; - -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; + flex-grow: 1; + flex-shrink: 0; + justify-content: center; } @media screen and (max-width: 768px) { .pagination { - -ms-flex-wrap: wrap; - flex-wrap: wrap; + flex-wrap: wrap; } .pagination > a { width: calc(50% - 5px); @@ -7178,11 +6280,8 @@ a.nav-item.is-tab.is-active { margin-left: 10px; } .pagination li { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .pagination ul { margin-top: 10px; @@ -7191,9 +6290,7 @@ a.nav-item.is-tab.is-active { @media screen and (min-width: 769px) { .pagination > a:not(:first-child) { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; + order: 1; } } @@ -7234,14 +6331,10 @@ a.nav-item.is-tab.is-active { } .panel-tabs { - display: -webkit-box; - display: -ms-flexbox; display: flex; font-size: 11px; padding: 5px 10px 0; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .panel-tabs a { @@ -7283,71 +6376,12 @@ a.panel-block:hover { margin-bottom: 20px; } -.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.box:not(:last-child), .highlight:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { margin-bottom: 20px; } -.container { - position: relative; -} - -@media screen and (min-width: 980px) { - .container { - margin: 0 auto; - max-width: 960px; - } - .container.is-fluid { - margin: 0 20px; - max-width: none; - } -} - -@media screen and (min-width: 1180px) { - .container { - max-width: 1200px; - } -} - -.fa { - font-size: 21px; - text-align: center; - vertical-align: top; -} - -.block:not(:last-child), .highlight:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { - margin-bottom: 20px; -} - -.container { - position: relative; -} - -@media screen and (min-width: 980px) { - .container { - margin: 0 auto; - max-width: 960px; - } - .container.is-fluid { - margin: 0 20px; - max-width: none; - } -} - -@media screen and (min-width: 1180px) { - .container { - max-width: 1200px; - } -} - -.fa { - font-size: 21px; - text-align: center; - vertical-align: top; -} - -.delete, .modal-close { +.modal-close { -moz-appearance: none; -webkit-appearance: none; background-color: rgba(18, 18, 18, 0.2); @@ -7361,7 +6395,7 @@ a.panel-block:hover { width: 24px; } -.delete:before, .modal-close:before, .delete:after, .modal-close:after { +.modal-close:before, .modal-close:after { background-color: white; content: ""; display: block; @@ -7374,35 +6408,138 @@ a.panel-block:hover { width: 50%; } -.delete:before, .modal-close:before { - -webkit-transform: rotate(45deg); - transform: rotate(45deg); +.modal-close:before { + transform: rotate(45deg); } -.delete:after, .modal-close:after { - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); +.modal-close:after { + transform: rotate(-45deg); } -.delete:hover, .modal-close:hover { +.modal-close:hover { background-color: rgba(18, 18, 18, 0.5); } -.delete.is-small, .is-small.modal-close { +.is-small.modal-close { height: 16px; width: 16px; } -.delete.is-medium, .is-medium.modal-close { +.is-medium.modal-close { height: 32px; width: 32px; } -.delete.is-large, .is-large.modal-close { +.is-large.modal-close { height: 40px; width: 40px; } +.nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; +} + +.nav-toggle span { + background-color: #7a7a7a; + display: block; + height: 1px; + left: 50%; + margin-left: -7px; + position: absolute; + top: 50%; + transition: none 86ms ease-out; + transition-property: background, left, opacity, transform; + width: 15px; +} + +.nav-toggle span:nth-child(1) { + margin-top: -6px; +} + +.nav-toggle span:nth-child(2) { + margin-top: -1px; +} + +.nav-toggle span:nth-child(3) { + margin-top: 4px; +} + +.nav-toggle:hover { + background-color: whitesmoke; +} + +.is-active.nav-toggle span { + background-color: #11e4c4; +} + +.is-active.nav-toggle span:nth-child(1) { + margin-left: -5px; + transform: rotate(45deg); + transform-origin: left top; +} + +.is-active.nav-toggle span:nth-child(2) { + opacity: 0; +} + +.is-active.nav-toggle span:nth-child(3) { + margin-left: -5px; + transform: rotate(-45deg); + transform-origin: left bottom; +} + +.button.is-loading:after, .control.is-loading:after { + animation: spin-around 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; +} + +.is-unselectable, .modal-close, .button, .tabs { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + .icon { display: inline-block; font-size: 21px; @@ -7448,71 +6585,6 @@ a.panel-block:hover { width: 48px; } -.hamburger, .nav-toggle { - cursor: pointer; - display: block; - height: 50px; - position: relative; - width: 50px; -} - -.hamburger span, .nav-toggle span { - background-color: #7a7a7a; - display: block; - height: 1px; - left: 50%; - 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; -} - -.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { - margin-top: -6px; -} - -.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { - margin-top: -1px; -} - -.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { - margin-top: 4px; -} - -.hamburger:hover, .nav-toggle:hover { - background-color: whitesmoke; -} - -.hamburger.is-active span, .is-active.nav-toggle span { - background-color: #11e4c4; -} - -.hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { - margin-left: -5px; - -webkit-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transform-origin: left top; - transform-origin: left top; -} - -.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { - opacity: 0; -} - -.hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { - margin-left: -5px; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); - -webkit-transform-origin: left bottom; - transform-origin: left bottom; -} - .heading { display: block; font-size: 11px; @@ -7534,20 +6606,6 @@ a.panel-block:hover { max-width: 100%; } -.loader, .button.is-loading:after, .control.is-loading:after { - -webkit-animation: spin-around 500ms infinite linear; - animation: spin-around 500ms infinite linear; - border: 2px solid #dbdbdb; - border-radius: 290486px; - border-right-color: transparent; - border-top-color: transparent; - content: ""; - display: block; - height: 16px; - position: relative; - width: 16px; -} - .number { background-color: whitesmoke; border-radius: 290486px; @@ -7557,20 +6615,14 @@ a.panel-block:hover { } .tag { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; background-color: whitesmoke; border-radius: 290486px; color: #7a7a7a; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; font-size: 12px; height: 24px; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; line-height: 16px; padding-left: 10px; padding-right: 10px; @@ -7578,7 +6630,7 @@ a.panel-block:hover { white-space: nowrap; } -.tag .delete, .tag .modal-close { +.tag .delete { margin-left: 4px; margin-right: -6px; } @@ -7650,30 +6702,15 @@ a.panel-block:hover { padding-right: 18px; } -.tag.is-large .delete, .tag.is-large .modal-close { +.tag.is-large .delete { margin-left: 4px; margin-right: -8px; } -.unselectable, .delete, .modal-close, .is-unselectable, .button, .tabs, .highlight .copy, -.highlight .expand { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - .tabs { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; + align-items: stretch; display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; + justify-content: space-between; line-height: 24px; overflow: hidden; overflow-x: auto; @@ -7681,17 +6718,11 @@ a.panel-block:hover { } .tabs a { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; border-bottom: 1px solid #dbdbdb; color: #7a7a7a; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; margin-bottom: -1px; padding: 6px 12px; vertical-align: top; @@ -7712,21 +6743,12 @@ a.panel-block:hover { } .tabs ul { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; border-bottom: 1px solid #dbdbdb; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -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; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-start; } .tabs ul.is-left { @@ -7734,20 +6756,14 @@ a.panel-block:hover { } .tabs ul.is-center { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + flex: none; + justify-content: center; padding-left: 10px; padding-right: 10px; } .tabs ul.is-right { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; padding-left: 10px; } @@ -7760,15 +6776,11 @@ a.panel-block:hover { } .tabs.is-centered ul { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .tabs.is-right ul { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; } .tabs.is-boxed a { @@ -7790,11 +6802,8 @@ a.panel-block:hover { } .tabs.is-fullwidth li { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .tabs.is-toggle a { @@ -7888,8 +6897,7 @@ a.panel-block:hover { min-width: 100%; position: absolute; top: 50%; - -webkit-transform: translate3d(-50%, -50%, 0); - transform: translate3d(-50%, -50%, 0); + transform: translate3d(-50%, -50%, 0); } .hero-video.is-transparent { @@ -7908,8 +6916,6 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero-buttons .button { - display: -webkit-box; - display: -ms-flexbox; display: flex; } .hero-buttons .button:not(:last-child) { @@ -7919,12 +6925,8 @@ a.panel-block:hover { @media screen and (min-width: 769px) { .hero-buttons { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; } .hero-buttons .button:not(:last-child) { margin-right: 20px; @@ -7933,16 +6935,12 @@ a.panel-block:hover { .hero-head, .hero-foot { - -ms-flex-negative: 0; - flex-shrink: 0; + flex-shrink: 0; } .hero-body { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; padding: 40px 20px; } @@ -7954,20 +6952,11 @@ a.panel-block:hover { } .hero { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; + align-items: stretch; background-color: white; - display: -webkit-box; - display: -ms-flexbox; display: flex; - -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; + flex-direction: column; + justify-content: space-between; } .hero .nav { @@ -8051,7 +7040,6 @@ a.panel-block:hover { } .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%); } @@ -8142,7 +7130,6 @@ a.panel-block:hover { } .hero.is-black.is-bold { - background-image: -webkit-linear-gradient(309deg, black 0%, #121212 71%, #201d1d 100%); background-image: linear-gradient(141deg, black 0%, #121212 71%, #201d1d 100%); } @@ -8233,7 +7220,6 @@ a.panel-block:hover { } .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%); } @@ -8324,7 +7310,6 @@ a.panel-block:hover { } .hero.is-dark.is-bold { - background-image: -webkit-linear-gradient(309deg, #6b5757 0%, #7a7a7a 71%, #8d8181 100%); background-image: linear-gradient(141deg, #6b5757 0%, #7a7a7a 71%, #8d8181 100%); } @@ -8415,7 +7400,6 @@ a.panel-block:hover { } .hero.is-primary.is-bold { - background-image: -webkit-linear-gradient(309deg, #04be83 0%, #11e4c4 71%, #1af1f4 100%); background-image: linear-gradient(141deg, #04be83 0%, #11e4c4 71%, #1af1f4 100%); } @@ -8506,7 +7490,6 @@ a.panel-block:hover { } .hero.is-info.is-bold { - background-image: -webkit-linear-gradient(309deg, #0079db 0%, #0f6bff 71%, #2957ff 100%); background-image: linear-gradient(141deg, #0079db 0%, #0f6bff 71%, #2957ff 100%); } @@ -8597,7 +7580,6 @@ a.panel-block:hover { } .hero.is-success.is-bold { - background-image: -webkit-linear-gradient(309deg, #04d72b 0%, #20ee68 71%, #32f597 100%); background-image: linear-gradient(141deg, #04d72b 0%, #20ee68 71%, #32f597 100%); } @@ -8688,7 +7670,6 @@ a.panel-block:hover { } .hero.is-warning.is-bold { - background-image: -webkit-linear-gradient(309deg, #db8b00 0%, #ffcf0f 71%, #fff829 100%); background-image: linear-gradient(141deg, #db8b00 0%, #ffcf0f 71%, #fff829 100%); } @@ -8779,7 +7760,6 @@ a.panel-block:hover { } .hero.is-danger.is-bold { - background-image: -webkit-linear-gradient(309deg, #db0050 0%, #ff0f3f 71%, #ff2930 100%); background-image: linear-gradient(141deg, #db0050 0%, #ff0f3f 71%, #ff2930 100%); } @@ -8817,20 +7797,13 @@ a.panel-block:hover { } .hero.is-fullheight .hero-body { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; + align-items: center; display: flex; } .hero.is-fullheight .hero-body > .container { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-grow: 1; + flex-shrink: 0; } .section { @@ -8867,382 +7840,3 @@ a.panel-block:hover { .footer a:not(.icon):hover, .footer a:visited:not(.icon):hover { border-bottom-color: #11e4c4; } - -@media screen and (min-width: 769px) { - .button small { - color: #7a7a7a; - left: 0; - margin-top: 10px; - position: absolute; - top: 100%; - width: 100%; - } -} - -body.page-grid .column > .notification { - padding-left: 0; - padding-right: 0; - text-align: center; -} - -@media screen and (min-width: 769px) { - .header-item .button + .button { - margin-left: 10px; - } -} - -#carbon { - max-width: 340px; - min-height: 130px; - min-width: 300px; - padding: 15px; -} - -@media screen and (min-width: 769px) { - #carbon { - margin-left: auto; - margin-right: auto; - width: 340px; - } -} - -#carbonads { - text-align: left; -} - -#carbonads a:hover { - text-decoration: underline; -} - -#carbonads span { - display: block; -} - -#carbonads .carbon-img { - float: left; - height: 100px; - width: 130px; -} - -#carbonads .carbon-img img { - display: block; -} - -#carbonads .carbon-text { - display: block; - color: #242424; - margin-bottom: 5px; - margin-left: 145px; -} - -#carbonads .carbon-poweredby { - font-size: 11px; - margin-left: 15px; -} - -#github { - color: #333333; - border-color: #333333; -} - -#github:hover { - background: #333333; - border-color: #333333; - color: white; -} - -#twitter { - color: #55acee; - border-color: #55acee; -} - -#twitter:hover { - background: #55acee; - border-color: #55acee; - color: white; -} - -#b { - border-radius: 20px; - box-shadow: 0 20px 60px rgba(18, 18, 18, 0.05), 0 5px 10px rgba(18, 18, 18, 0.1), 0 1px 1px rgba(18, 18, 18, 0.2); - display: inline-block; - height: 240px; - margin-bottom: 40px; - vertical-align: top; - width: 240px; -} - -#b svg { - display: block; - height: 240px; - width: 240px; -} - -@media screen and (max-width: 768px) { - #b { - border-radius: 10px; - height: 120px; - width: 120px; - } -} - -#npm { - background: none; - margin: -10px 0 20px; -} - -#npm code { - border-radius: 3px; - color: #11e4c4; - display: inline-block; - font-size: 16px; - padding: 16px 32px; -} - -#grid .notification { - padding-left: 0; - padding-right: 0; -} - -#message { - display: none; -} - -#tweet { - background: white; - border-radius: 5px; - box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1), 0 0 0 1px rgba(18, 18, 18, 0.1); - padding: 20px; -} - -#mc_embed_signup .control { - margin-bottom: 0; -} - -#mc_embed_signup .notification { - margin-top: 10px; -} - -#social { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - height: 20px; - margin-bottom: 1em; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} - -#social a { - display: inline-block; - font-size: 11px; - height: 20px; - line-height: 20px; -} - -#social iframe:last-child { - margin-left: 10px; -} - -#images tr td:nth-child(2) { - width: 320px; -} - -.color { - display: inline-block; - float: left; - height: 18px; - margin-right: 5px; - width: 18px; -} - -.example, -.structure { - border: 1px solid #ffcf0f; - border-top-right-radius: 3px; - color: white; - padding: 15px 20px; - position: relative; -} - -.example:not(:first-child), -.structure:not(:first-child) { - margin-top: 30px; -} - -.example:not(:last-child), -.structure:not(:last-child) { - margin-bottom: 20px; -} - -.example:before, -.structure:before { - background: #ffcf0f; - border-radius: 3px 3px 0 0; - bottom: 100%; - content: "Example"; - display: inline-block; - font-size: 7px; - font-weight: bold; - left: -1px; - letter-spacing: 1px; - padding: 3px 5px; - position: absolute; - text-transform: uppercase; - vertical-align: top; -} - -@media screen and (min-width: 769px) { - .example.is-fullwidth, - .structure.is-fullwidth { - border-left: none; - border-right: none; - padding: 0; - } -} - -.example + .highlight { - border: 1px solid #ffcf0f; - border-radius: 0 0 3px 3px; - border-top: none; - margin-top: -20px; -} - -.example + .highlight pre { - max-height: 600px; -} - -.example + .highlight:not(:last-child) { - margin-bottom: 40px; -} - -.structure { - border-color: #ff0f3f; - border-radius: 3px; - padding: 20px; -} - -.structure:before { - background: #ff0f3f; - color: white; - content: "Structure"; -} - -.structure-item { - position: relative; -} - -.structure-item:before { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - background: rgba(18, 18, 18, 0.7); - background: whitesmoke; - border: 1px solid #dbdbdb; - content: ""; - display: block; - z-index: 1; -} - -.structure-item:after { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - content: attr(title); - display: -webkit-box; - display: -ms-flexbox; - display: flex; - font-family: "Inconsolata", "Consolas", "Monaco", monospace; - font-size: 11px; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - padding: 3px 5px; - z-index: 2; -} - -.structure-item.is-structure-container { - padding: 20px 10px 10px; -} - -.structure-item.is-structure-container:after { - -webkit-box-align: start; - -ms-flex-align: start; - -ms-grid-row-align: flex-start; - align-items: flex-start; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - padding: 5px 10px; -} - -.highlight { - position: relative; -} - -.highlight .copy, -.highlight .expand { - background: white; - border: solid #dbdbdb; - border-width: 0 0 1px 1px; - color: #b5b5b5; - outline: none; - position: absolute; - right: 0; - top: 0; -} - -.highlight .copy:hover, -.highlight .expand:hover { - border-color: #ff0f3f; - color: #ff0f3f; -} - -.highlight .expand { - border-right-width: 1px; - right: 50px; -} - -@media screen and (min-width: 769px) { - .section:not(.is-fullwidth) > .example:not(.is-fullwidth) { - margin-left: 20px; - margin-right: 20px; - } - .section:not(.is-fullwidth) > .example:not(.is-fullwidth) + .highlight { - margin-left: 20px; - margin-right: 20px; - } -} - -.section.is-fullwidth { - padding: 0 !important; -} - -.section.is-fullwidth .example { - border-left: none; - border-radius: 0; - border-right: none; - padding: 0; -} - -.section.is-fullwidth .example + .highlight { - border-left: none; - border-radius: 0; - border-right: none; -} - -#newsletter .input, #newsletter .textarea { - border-color: white; - box-shadow: none; -} diff --git a/sass/base/base.sass b/sass/base/base.sass index 8e0f5a55..40bf3e34 100644 --- a/sass/base/base.sass +++ b/sass/base/base.sass @@ -1,5 +1,4 @@ @charset "utf-8" @import "generic" -@import "classes" @import "helpers" diff --git a/sass/base/classes.sass b/sass/base/classes.sass deleted file mode 100644 index 0fc1b4fa..00000000 --- a/sass/base/classes.sass +++ /dev/null @@ -1,22 +0,0 @@ -@import "../utilities/mixins.sass" - -.block - &:not(:last-child) - margin-bottom: 20px - -.container - position: relative - +desktop - margin: 0 auto - max-width: 960px - // Modifiers - &.is-fluid - margin: 0 20px - max-width: none - +widescreen - max-width: 1200px - -.fa - font-size: 21px - text-align: center - vertical-align: top diff --git a/sass/base/helpers.sass b/sass/base/helpers.sass index 6735bd59..57be4a99 100644 --- a/sass/base/helpers.sass +++ b/sass/base/helpers.sass @@ -1,4 +1,4 @@ -@import "../elements/other.sass" +@import "./placeholders.sass" @import "../utilities/mixins.sass" // Display @@ -107,4 +107,4 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex' padding: 0 !important .is-unselectable - @extend .unselectable + @extend %unselectable diff --git a/sass/base/placeholders.sass b/sass/base/placeholders.sass new file mode 100644 index 00000000..0b70241a --- /dev/null +++ b/sass/base/placeholders.sass @@ -0,0 +1,107 @@ +@import "../utilities/animations.sass" +@import "../utilities/variables.sass" + +%block + &:not(:last-child) + margin-bottom: 20px + +%delete + @extend %unselectable + -moz-appearance: none + -webkit-appearance: none + background-color: rgba($black, 0.2) + border: none + border-radius: 290486px + cursor: pointer + display: inline-block + height: 24px + position: relative + vertical-align: top + width: 24px + &:before, + &:after + background-color: $white + content: "" + display: block + height: 2px + left: 50% + margin-left: -25% + margin-top: -1px + position: absolute + top: 50% + width: 50% + &:before + transform: rotate(45deg) + &:after + transform: rotate(-45deg) + &:hover + background-color: rgba($black, 0.5) + // Sizes + &.is-small + height: 16px + width: 16px + &.is-medium + height: 32px + width: 32px + &.is-large + height: 40px + width: 40px + +%hamburger + cursor: pointer + display: block + height: $nav-height + position: relative + width: $nav-height + span + background-color: $text + display: block + height: 1px + left: 50% + margin-left: -7px + position: absolute + top: 50% + transition: none $speed $easing + transition-property: background, left, opacity, transform + width: 15px + &:nth-child(1) + margin-top: -6px + &:nth-child(2) + margin-top: -1px + &:nth-child(3) + margin-top: 4px + &:hover + background-color: $background + // Modifers + &.is-active + span + background-color: $link + &:nth-child(1) + margin-left: -5px + transform: rotate(45deg) + transform-origin: left top + &:nth-child(2) + opacity: 0 + &:nth-child(3) + margin-left: -5px + transform: rotate(-45deg) + transform-origin: left bottom + +%loader + animation: spin-around 500ms infinite linear + border: 2px solid $border + border-radius: 290486px + border-right-color: transparent + border-top-color: transparent + content: "" + display: block + height: 16px + position: relative + width: 16px + +%unselectable + -webkit-touch-callout: none + -webkit-user-select: none + -moz-user-select: none + -ms-user-select: none + user-select: none diff --git a/sass/components/level.sass b/sass/components/level.sass index 9cea3e19..b2b3cd23 100644 --- a/sass/components/level.sass +++ b/sass/components/level.sass @@ -1,4 +1,4 @@ -@import "../base/classes.sass" +@import "../base/placeholders.sass" @import "../utilities/mixins.sass" @import "../utilities/variables.sass" @@ -37,7 +37,7 @@ justify-content: flex-end .level - @extend .block + @extend %block align-items: center justify-content: space-between code diff --git a/sass/components/message.sass b/sass/components/message.sass index f4e2cf68..fb7eda51 100644 --- a/sass/components/message.sass +++ b/sass/components/message.sass @@ -1,4 +1,4 @@ -@import "../base/classes.sass" +@import "../base/placeholders.sass" @import "../utilities/functions.sass" @import "../utilities/variables.sass" @@ -21,7 +21,7 @@ border-top: none .message - @extend .block + @extend %block background-color: $background border-radius: $radius // Colors diff --git a/sass/components/modal.sass b/sass/components/modal.sass index e8c82cef..c0c6ba83 100644 --- a/sass/components/modal.sass +++ b/sass/components/modal.sass @@ -1,4 +1,4 @@ -@import "../elements/other.sass" +@import "../base/placeholders.sass" @import "../utilities/mixins.sass" @import "../utilities/variables.sass" @@ -6,7 +6,8 @@ +overlay background-color: rgba($black, 0.86) -.modal-content +.modal-content, +.modal-card margin: 0 20px max-height: calc(100vh - 160px) overflow: auto @@ -19,7 +20,7 @@ width: 640px .modal-close - @extend .delete + @extend %delete background: none height: 40px position: fixed @@ -28,7 +29,6 @@ width: 40px .modal-card - @extend .modal-content display: flex flex-direction: column max-height: calc(100vh - 40px) diff --git a/sass/components/nav.sass b/sass/components/nav.sass index 1d3a58b4..09366f8a 100644 --- a/sass/components/nav.sass +++ b/sass/components/nav.sass @@ -1,11 +1,11 @@ -@import "../elements/other.sass" +@import "../base/placeholders.sass" @import "../utilities/mixins.sass" @import "../utilities/variables.sass" // Components .nav-toggle - @extend .hamburger + @extend %hamburger // Responsiveness +tablet display: none diff --git a/sass/components/tabs.sass b/sass/components/tabs.sass index 751dada9..4115b5a3 100644 --- a/sass/components/tabs.sass +++ b/sass/components/tabs.sass @@ -1,10 +1,9 @@ -@import "../base/classes.sass" -@import "../elements/other.sass" +@import "../base/placeholders.sass" @import "../utilities/variables.sass" .tabs - @extend .block - @extend .unselectable + @extend %block + @extend %unselectable align-items: stretch display: flex justify-content: space-between diff --git a/sass/elements/box.sass b/sass/elements/box.sass index d6e96a63..da9c40d1 100644 --- a/sass/elements/box.sass +++ b/sass/elements/box.sass @@ -1,8 +1,8 @@ -@import "../base/classes.sass" +@import "../base/placeholders.sass" @import "../utilities/variables.sass" .box - @extend .block + @extend %block background-color: $white border-radius: $radius-large box-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1) diff --git a/sass/elements/button.sass b/sass/elements/button.sass index 28bc7ac6..5acf4dac 100644 --- a/sass/elements/button.sass +++ b/sass/elements/button.sass @@ -1,4 +1,4 @@ -@import "../elements/other.sass" +@import "../base/placeholders.sass" @import "../utilities/controls.sass" @import "../utilities/variables.sass" @@ -22,7 +22,7 @@ .button +control - @extend .unselectable + @extend %unselectable justify-content: center padding-left: 10px padding-right: 10px @@ -109,6 +109,6 @@ color: transparent !important pointer-events: none &:after - @extend .loader + @extend %loader +center(16px) position: absolute !important diff --git a/sass/elements/content.sass b/sass/elements/content.sass index 77eff098..aa2c78be 100644 --- a/sass/elements/content.sass +++ b/sass/elements/content.sass @@ -1,8 +1,8 @@ -@import "../base/classes.sass" +@import "../base/placeholders.sass" @import "../utilities/variables.sass" .content - @extend .block + @extend %block color: $text // Inline a:not(.button) diff --git a/sass/elements/form.sass b/sass/elements/form.sass index 67664fd0..802d9f00 100644 --- a/sass/elements/form.sass +++ b/sass/elements/form.sass @@ -1,4 +1,4 @@ -@import "../elements/other.sass" +@import "../base/placeholders.sass" @import "../utilities/controls.sass" @import "../utilities/mixins.sass" @@ -9,7 +9,8 @@ &.is-#{$name} border-color: $color -.input +.input, +.textarea +form-control box-shadow: inset 0 1px 2px rgba($black, 0.1) max-width: 100% @@ -32,7 +33,6 @@ width: auto .textarea - @extend .input display: block line-height: 1.2 max-height: 600px @@ -257,7 +257,7 @@ flex-shrink: 1 &.is-loading &:after - @extend .loader + @extend %loader position: absolute !important right: 8px top: 8px diff --git a/sass/elements/notification.sass b/sass/elements/notification.sass index 66851189..bb4d8cfd 100644 --- a/sass/elements/notification.sass +++ b/sass/elements/notification.sass @@ -1,9 +1,9 @@ -@import "../base/classes.sass" +@import "../base/placeholders.sass" @import "../utilities/mixins.sass" @import "../utilities/variables.sass" .notification - @extend .block + @extend %block +clearfix background-color: $background border-radius: $radius diff --git a/sass/elements/other.sass b/sass/elements/other.sass index b98bae34..37a0712e 100644 --- a/sass/elements/other.sass +++ b/sass/elements/other.sass @@ -1,48 +1,23 @@ -@import "../base/classes.sass" +@import "../base/placeholders.sass" @import "../utilities/mixins.sass" @import "../utilities/variables.sass" -.delete - @extend .unselectable - -moz-appearance: none - -webkit-appearance: none - background-color: rgba($black, 0.2) - border: none - border-radius: 290486px - cursor: pointer - display: inline-block - height: 24px +.container position: relative + +desktop + margin: 0 auto + max-width: 960px + // Modifiers + &.is-fluid + margin: 0 20px + max-width: none + +widescreen + max-width: 1200px + +.fa + font-size: 21px + text-align: center vertical-align: top - width: 24px - &:before, - &:after - background-color: $white - content: "" - display: block - height: 2px - left: 50% - margin-left: -25% - margin-top: -1px - position: absolute - top: 50% - width: 50% - &:before - transform: rotate(45deg) - &:after - transform: rotate(-45deg) - &:hover - background-color: rgba($black, 0.5) - // Sizes - &.is-small - height: 16px - width: 16px - &.is-medium - height: 32px - width: 32px - &.is-large - height: 40px - width: 40px .icon +fa(21px, 24px) @@ -57,46 +32,6 @@ &.is-large +fa(42px, 48px) -.hamburger - cursor: pointer - display: block - height: $nav-height - position: relative - width: $nav-height - span - background-color: $text - display: block - height: 1px - left: 50% - margin-left: -7px - position: absolute - top: 50% - transition: none $speed $easing - transition-property: background, left, opacity, transform - width: 15px - &:nth-child(1) - margin-top: -6px - &:nth-child(2) - margin-top: -1px - &:nth-child(3) - margin-top: 4px - &:hover - background-color: $background - // Modifers - &.is-active - span - background-color: $link - &:nth-child(1) - margin-left: -5px - transform: rotate(45deg) - transform-origin: left top - &:nth-child(2) - opacity: 0 - &:nth-child(3) - margin-left: -5px - transform: rotate(-45deg) - transform-origin: left bottom - .heading display: block font-size: 11px @@ -105,7 +40,7 @@ text-transform: uppercase .highlight - @extend .block + @extend %block font-size: 12px font-weight: normal max-width: 100% @@ -115,18 +50,6 @@ overflow: auto max-width: 100% -.loader - animation: spin-around 500ms infinite linear - border: 2px solid $border - border-radius: 290486px - border-right-color: transparent - border-top-color: transparent - content: "" - display: block - height: 16px - position: relative - width: 16px - .number background-color: $background border-radius: 290486px @@ -178,11 +101,3 @@ .delete margin-left: 4px margin-right: -8px - -.unselectable - -webkit-touch-callout: none - -webkit-user-select: none - -moz-user-select: none - -ms-user-select: none - user-select: none - diff --git a/sass/elements/progress.sass b/sass/elements/progress.sass index c889f30c..abe79c04 100644 --- a/sass/elements/progress.sass +++ b/sass/elements/progress.sass @@ -1,8 +1,8 @@ -@import "../base/classes.sass" +@import "../base/placeholders.sass" @import "../utilities/variables.sass" .progress - @extend .block + @extend %block -moz-appearance: none -webkit-appearance: none border: none diff --git a/sass/elements/title.sass b/sass/elements/title.sass index c78870a4..880845b6 100644 --- a/sass/elements/title.sass +++ b/sass/elements/title.sass @@ -1,10 +1,10 @@ -@import "../base/classes.sass" +@import "../base/placeholders.sass" @import "../utilities/mixins.sass" @import "../utilities/variables.sass" .title, .subtitle - @extend .block + @extend %block font-weight: $weight-title-normal word-break: break-word em, diff --git a/sass/utilities/utilities.sass b/sass/utilities/utilities.sass deleted file mode 100644 index 75cda48d..00000000 --- a/sass/utilities/utilities.sass +++ /dev/null @@ -1,8 +0,0 @@ -@charset "utf-8" - -@import "reset" -@import "functions" -@import "mixins" -@import "animations" -@import "controls" -@import "variables" From 18b34aa2c03e5654445af9f7fd3cf2c833872438 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Thu, 22 Sep 2016 23:14:18 +0100 Subject: [PATCH 08/18] Add minireset, Fix color luminance --- bulma.sass | 9 +- docs/_includes/footer.html | 19 +- docs/bulma-docs.sass | 3 +- docs/css/bulma-docs.css | 3089 ++++++++------------------ docs/documentation/elements/tag.html | 21 +- docs/index.html | 18 +- sass/base/base.sass | 1 + sass/base/generic.sass | 5 +- sass/base/helpers.sass | 3 +- sass/base/minireset.sass | 81 + sass/base/placeholders.sass | 107 - sass/components/level.sass | 3 +- sass/components/message.sass | 3 +- sass/components/modal.sass | 3 +- sass/components/nav.sass | 3 +- sass/components/tabs.sass | 6 +- sass/elements/box.sass | 3 +- sass/elements/button.sass | 6 +- sass/elements/content.sass | 3 +- sass/elements/form.sass | 10 +- sass/elements/notification.sass | 6 +- sass/elements/other.sass | 15 +- sass/elements/progress.sass | 3 +- sass/elements/title.sass | 3 +- sass/utilities/functions.sass | 4 +- sass/utilities/mixins.sass | 108 + sass/utilities/reset.sass | 174 -- 27 files changed, 1178 insertions(+), 2531 deletions(-) create mode 100644 sass/base/minireset.sass delete mode 100644 sass/base/placeholders.sass delete mode 100644 sass/utilities/reset.sass diff --git a/bulma.sass b/bulma.sass index 8c6de81d..d6e1fbe5 100644 --- a/bulma.sass +++ b/bulma.sass @@ -1,6 +1,7 @@ @charset "utf-8" -@import "sass/base/base" -@import "sass/elements/elements" -@import "sass/components/components" -@import "sass/layout/layout" +@import "sass/base/base.sass" +@import "sass/elements/elements.sass" +@import "sass/components/components.sass" +@import "sass/layout/layout.sass" +@import "sass/utilities/mixins.sass" diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index e40cbb38..465b56c4 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -68,18 +68,13 @@ {% if page.route == 'index' %} {% endif %} diff --git a/docs/bulma-docs.sass b/docs/bulma-docs.sass index c179b14f..917b9c3f 100644 --- a/docs/bulma-docs.sass +++ b/docs/bulma-docs.sass @@ -52,7 +52,6 @@ $carbon-space: 15px .carbon-text display: block color: $text-strong - margin-bottom: 5px margin-left: 130px + $carbon-space .carbon-poweredby font-size: $size-small @@ -235,7 +234,7 @@ $structure-invert: $danger-invert position: relative .copy, .expand - @extend %unselectable + +unselectable background: $white border: solid $border border-width: 0 0 1px 1px diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index 5ccd2b95..515a23fc 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -1,68 +1,75 @@ -html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary { +/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */ +html, +body, +p, +ol, +ul, +li, +dl, +dt, +dd, +blockquote, +figure, +fieldset, +legend, +textarea, +pre, +iframe, +hr, +h1, +h2, +h3, +h4, +h5, +h6 { margin: 0; padding: 0; - border: 0; +} + +h1, +h2, +h3, +h4, +h5, +h6 { font-size: 100%; font-weight: normal; - vertical-align: baseline; - background: transparent; -} - -article, aside, figure, footer, header, nav, section, details, summary { - display: block; -} - -html { - box-sizing: border-box; -} - -*, -*:before, -*:after { - box-sizing: inherit; -} - -img, -object, -embed { - max-width: 100%; -} - -html { - overflow-y: scroll; } ul { list-style: none; } -blockquote, q { - quotes: none; -} - -blockquote:before, -blockquote:after, -q:before, -q:after { - content: ''; - content: none; -} - -a { +button, +input, +select, +textarea { margin: 0; - padding: 0; - font-size: 100%; - vertical-align: baseline; - background: transparent; } -del { - text-decoration: line-through; +html { + box-sizing: border-box; } -abbr[title], dfn[title] { - border-bottom: 1px dotted #000; - cursor: help; +* { + box-sizing: inherit; +} + +*:before, *:after { + box-sizing: inherit; +} + +img, +embed, +object, +audio, +video { + height: auto; + max-width: 100%; +} + +iframe { + border: 0; } table { @@ -70,99 +77,10 @@ table { border-spacing: 0; } +td, th { - font-weight: bold; - vertical-align: bottom; -} - -td { - font-weight: normal; - vertical-align: top; -} - -hr { - display: block; - height: 1px; - border: 0; - border-top: 1px solid #ccc; - margin: 1em 0; padding: 0; -} - -input, select { - vertical-align: middle; -} - -pre { - white-space: pre; - white-space: pre-wrap; - white-space: pre-line; - word-wrap: break-word; -} - -input[type="radio"] { - vertical-align: text-bottom; -} - -input[type="checkbox"] { - vertical-align: bottom; -} - -select, input, textarea { - font: 99% sans-serif; -} - -table { - font-size: inherit; - font: 100%; -} - -small { - font-size: 85%; -} - -strong { - font-weight: bold; -} - -td, td img { - vertical-align: top; -} - -sub, sup { - font-size: 75%; - line-height: 0; - position: relative; -} - -sup { - top: -0.5em; -} - -sub { - bottom: -0.25em; -} - -pre, code, kbd, samp { - font-family: monospace, sans-serif; -} - -label, -input[type=button], -input[type=submit], -input[type=file], -button { - cursor: pointer; -} - -button, input, select, textarea { - margin: 0; -} - -button, -input[type=button] { - width: auto; - overflow: visible; + text-align: left; } @keyframes spin-around { @@ -238,7 +156,10 @@ code { } hr { - border-top-color: #dbdbdb; + background-color: #dbdbdb; + border: none; + display: block; + height: 1px; margin: 40px 0; } @@ -294,6 +215,15 @@ table th { color: #242424; } +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + .is-block { display: block; } @@ -620,136 +550,7 @@ table th { padding: 0 !important; } -.box:not(:last-child), .highlight:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { - margin-bottom: 20px; -} - -.modal-close { - -moz-appearance: none; - -webkit-appearance: none; - background-color: rgba(18, 18, 18, 0.2); - border: none; - border-radius: 290486px; - cursor: pointer; - display: inline-block; - height: 24px; - position: relative; - vertical-align: top; - width: 24px; -} - -.modal-close:before, .modal-close:after { - background-color: white; - content: ""; - display: block; - height: 2px; - left: 50%; - margin-left: -25%; - margin-top: -1px; - position: absolute; - top: 50%; - width: 50%; -} - -.modal-close:before { - transform: rotate(45deg); -} - -.modal-close:after { - transform: rotate(-45deg); -} - -.modal-close:hover { - background-color: rgba(18, 18, 18, 0.5); -} - -.is-small.modal-close { - height: 16px; - width: 16px; -} - -.is-medium.modal-close { - height: 32px; - width: 32px; -} - -.is-large.modal-close { - height: 40px; - width: 40px; -} - -.nav-toggle { - cursor: pointer; - display: block; - height: 50px; - position: relative; - width: 50px; -} - -.nav-toggle span { - background-color: #7a7a7a; - display: block; - height: 1px; - left: 50%; - margin-left: -7px; - position: absolute; - top: 50%; - transition: none 86ms ease-out; - transition-property: background, left, opacity, transform; - width: 15px; -} - -.nav-toggle span:nth-child(1) { - margin-top: -6px; -} - -.nav-toggle span:nth-child(2) { - margin-top: -1px; -} - -.nav-toggle span:nth-child(3) { - margin-top: 4px; -} - -.nav-toggle:hover { - background-color: whitesmoke; -} - -.is-active.nav-toggle span { - background-color: #11e4c4; -} - -.is-active.nav-toggle span:nth-child(1) { - margin-left: -5px; - transform: rotate(45deg); - transform-origin: left top; -} - -.is-active.nav-toggle span:nth-child(2) { - opacity: 0; -} - -.is-active.nav-toggle span:nth-child(3) { - margin-left: -5px; - transform: rotate(-45deg); - transform-origin: left bottom; -} - -.button.is-loading:after, .control.is-loading:after { - animation: spin-around 500ms infinite linear; - border: 2px solid #dbdbdb; - border-radius: 290486px; - border-right-color: transparent; - border-top-color: transparent; - content: ""; - display: block; - height: 16px; - position: relative; - width: 16px; -} - -.is-unselectable, .modal-close, .button, .tabs { +.is-unselectable { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; @@ -765,6 +566,10 @@ table th { padding: 20px; } +.box:not(:last-child) { + margin-bottom: 20px; +} + a.box:hover, a.box:focus { box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1), 0 0 0 1px #11e4c4; } @@ -773,200 +578,15 @@ a.box:active { box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.2), 0 0 0 1px #11e4c4; } -.container { - position: relative; -} - -@media screen and (min-width: 980px) { - .container { - margin: 0 auto; - max-width: 960px; +@keyframes spin-around { + from { + transform: rotate(0deg); } - .container.is-fluid { - margin: 0 20px; - max-width: none; + to { + transform: rotate(359deg); } } -@media screen and (min-width: 1180px) { - .container { - max-width: 1200px; - } -} - -.fa { - font-size: 21px; - text-align: center; - vertical-align: top; -} - -.icon { - display: inline-block; - font-size: 21px; - height: 24px; - line-height: 24px; - text-align: center; - vertical-align: top; - width: 24px; -} - -.icon .fa { - font-size: inherit; - line-height: inherit; -} - -.icon.is-small { - display: inline-block; - font-size: 14px; - height: 16px; - line-height: 16px; - text-align: center; - vertical-align: top; - width: 16px; -} - -.icon.is-medium { - display: inline-block; - font-size: 28px; - height: 32px; - line-height: 32px; - text-align: center; - vertical-align: top; - width: 32px; -} - -.icon.is-large { - display: inline-block; - font-size: 42px; - height: 48px; - line-height: 48px; - text-align: center; - vertical-align: top; - width: 48px; -} - -.heading { - display: block; - font-size: 11px; - letter-spacing: 1px; - margin-bottom: 5px; - text-transform: uppercase; -} - -.highlight { - font-size: 12px; - font-weight: normal; - max-width: 100%; - overflow: hidden; - padding: 0; -} - -.highlight pre { - overflow: auto; - max-width: 100%; -} - -.number { - background-color: whitesmoke; - border-radius: 290486px; - display: inline-block; - font-size: 18px; - vertical-align: top; -} - -.tag { - align-items: center; - background-color: whitesmoke; - border-radius: 290486px; - color: #7a7a7a; - display: inline-flex; - font-size: 12px; - height: 24px; - justify-content: center; - line-height: 16px; - padding-left: 10px; - padding-right: 10px; - vertical-align: top; - white-space: nowrap; -} - -.tag .delete { - margin-left: 4px; - margin-right: -6px; -} - -.tag.is-white { - background-color: white; - color: #121212; -} - -.tag.is-black { - background-color: #121212; - color: white; -} - -.tag.is-light { - background-color: whitesmoke; - color: #7a7a7a; -} - -.tag.is-dark { - background-color: #7a7a7a; - color: whitesmoke; -} - -.tag.is-primary { - background-color: #11e4c4; - color: white; -} - -.tag.is-info { - background-color: #0f6bff; - color: white; -} - -.tag.is-success { - background-color: #20ee68; - color: white; -} - -.tag.is-warning { - background-color: #ffcf0f; - color: white; -} - -.tag.is-danger { - background-color: #ff0f3f; - color: white; -} - -.tag.is-small { - font-size: 11px; - height: 20px; - padding-left: 8px; - padding-right: 8px; -} - -.tag.is-medium { - font-size: 14px; - height: 32px; - padding-left: 14px; - padding-right: 14px; -} - -.tag.is-large { - font-size: 18px; - height: 40px; - line-height: 24px; - padding-left: 18px; - padding-right: 18px; -} - -.tag.is-large .delete { - margin-left: 4px; - margin-right: -8px; -} - .button { -moz-appearance: none; -webkit-appearance: none; @@ -984,6 +604,12 @@ a.box:active { padding-right: 8px; position: relative; vertical-align: top; + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; justify-content: center; padding-left: 10px; padding-right: 10px; @@ -1344,13 +970,13 @@ a.box:active { .button.is-warning { background-color: #ffcf0f; border-color: transparent; - color: white; + color: rgba(0, 0, 0, 0.7); } .button.is-warning:hover, .button.is-warning:focus, .button.is-warning.is-active { background-color: #f5c400; border-color: transparent; - color: white; + color: rgba(0, 0, 0, 0.7); } .button.is-warning:active { @@ -1358,16 +984,16 @@ a.box:active { } .button.is-warning.is-inverted { - background-color: white; + background-color: rgba(0, 0, 0, 0.7); color: #ffcf0f; } .button.is-warning.is-inverted:hover { - background-color: #f2f2f2; + background-color: rgba(0, 0, 0, 0.7); } .button.is-warning.is-loading:after { - border-color: transparent transparent white white !important; + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; } .button.is-warning.is-outlined { @@ -1379,7 +1005,7 @@ a.box:active { .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus { background-color: #ffcf0f; border-color: #ffcf0f; - color: white; + color: rgba(0, 0, 0, 0.7); } .button.is-danger { @@ -1473,131 +1099,6 @@ a.box:active { } .button.is-loading:after { - left: 50%; - margin-left: -8px; - margin-top: -8px; - position: absolute; - top: 50%; - position: absolute !important; -} - -.box:not(:last-child), .highlight:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { - margin-bottom: 20px; -} - -.modal-close { - -moz-appearance: none; - -webkit-appearance: none; - background-color: rgba(18, 18, 18, 0.2); - border: none; - border-radius: 290486px; - cursor: pointer; - display: inline-block; - height: 24px; - position: relative; - vertical-align: top; - width: 24px; -} - -.modal-close:before, .modal-close:after { - background-color: white; - content: ""; - display: block; - height: 2px; - left: 50%; - margin-left: -25%; - margin-top: -1px; - position: absolute; - top: 50%; - width: 50%; -} - -.modal-close:before { - transform: rotate(45deg); -} - -.modal-close:after { - transform: rotate(-45deg); -} - -.modal-close:hover { - background-color: rgba(18, 18, 18, 0.5); -} - -.is-small.modal-close { - height: 16px; - width: 16px; -} - -.is-medium.modal-close { - height: 32px; - width: 32px; -} - -.is-large.modal-close { - height: 40px; - width: 40px; -} - -.nav-toggle { - cursor: pointer; - display: block; - height: 50px; - position: relative; - width: 50px; -} - -.nav-toggle span { - background-color: #7a7a7a; - display: block; - height: 1px; - left: 50%; - margin-left: -7px; - position: absolute; - top: 50%; - transition: none 86ms ease-out; - transition-property: background, left, opacity, transform; - width: 15px; -} - -.nav-toggle span:nth-child(1) { - margin-top: -6px; -} - -.nav-toggle span:nth-child(2) { - margin-top: -1px; -} - -.nav-toggle span:nth-child(3) { - margin-top: 4px; -} - -.nav-toggle:hover { - background-color: whitesmoke; -} - -.is-active.nav-toggle span { - background-color: #11e4c4; -} - -.is-active.nav-toggle span:nth-child(1) { - margin-left: -5px; - transform: rotate(45deg); - transform-origin: left top; -} - -.is-active.nav-toggle span:nth-child(2) { - opacity: 0; -} - -.is-active.nav-toggle span:nth-child(3) { - margin-left: -5px; - transform: rotate(-45deg); - transform-origin: left bottom; -} - -.button.is-loading:after, .control.is-loading:after { animation: spin-around 500ms infinite linear; border: 2px solid #dbdbdb; border-radius: 290486px; @@ -1608,20 +1109,22 @@ a.box:active { height: 16px; position: relative; width: 16px; -} - -.is-unselectable, .modal-close, .button, .tabs { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; + left: 50%; + margin-left: -8px; + margin-top: -8px; + position: absolute; + top: 50%; + position: absolute !important; } .content { color: #7a7a7a; } +.content:not(:last-child) { + margin-bottom: 20px; +} + .content a:not(.button) { border-bottom: 1px solid #dbdbdb; } @@ -1732,198 +1235,22 @@ a.box:active { font-size: 18px; } -.container { - position: relative; -} - -@media screen and (min-width: 980px) { - .container { - margin: 0 auto; - max-width: 960px; +@keyframes spin-around { + from { + transform: rotate(0deg); } - .container.is-fluid { - margin: 0 20px; - max-width: none; + to { + transform: rotate(359deg); } } -@media screen and (min-width: 1180px) { - .container { - max-width: 1200px; +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); } -} - -.fa { - font-size: 21px; - text-align: center; - vertical-align: top; -} - -.icon { - display: inline-block; - font-size: 21px; - height: 24px; - line-height: 24px; - text-align: center; - vertical-align: top; - width: 24px; -} - -.icon .fa { - font-size: inherit; - line-height: inherit; -} - -.icon.is-small { - display: inline-block; - font-size: 14px; - height: 16px; - line-height: 16px; - text-align: center; - vertical-align: top; - width: 16px; -} - -.icon.is-medium { - display: inline-block; - font-size: 28px; - height: 32px; - line-height: 32px; - text-align: center; - vertical-align: top; - width: 32px; -} - -.icon.is-large { - display: inline-block; - font-size: 42px; - height: 48px; - line-height: 48px; - text-align: center; - vertical-align: top; - width: 48px; -} - -.heading { - display: block; - font-size: 11px; - letter-spacing: 1px; - margin-bottom: 5px; - text-transform: uppercase; -} - -.highlight { - font-size: 12px; - font-weight: normal; - max-width: 100%; - overflow: hidden; - padding: 0; -} - -.highlight pre { - overflow: auto; - max-width: 100%; -} - -.number { - background-color: whitesmoke; - border-radius: 290486px; - display: inline-block; - font-size: 18px; - vertical-align: top; -} - -.tag { - align-items: center; - background-color: whitesmoke; - border-radius: 290486px; - color: #7a7a7a; - display: inline-flex; - font-size: 12px; - height: 24px; - justify-content: center; - line-height: 16px; - padding-left: 10px; - padding-right: 10px; - vertical-align: top; - white-space: nowrap; -} - -.tag .delete { - margin-left: 4px; - margin-right: -6px; -} - -.tag.is-white { - background-color: white; - color: #121212; -} - -.tag.is-black { - background-color: #121212; - color: white; -} - -.tag.is-light { - background-color: whitesmoke; - color: #7a7a7a; -} - -.tag.is-dark { - background-color: #7a7a7a; - color: whitesmoke; -} - -.tag.is-primary { - background-color: #11e4c4; - color: white; -} - -.tag.is-info { - background-color: #0f6bff; - color: white; -} - -.tag.is-success { - background-color: #20ee68; - color: white; -} - -.tag.is-warning { - background-color: #ffcf0f; - color: white; -} - -.tag.is-danger { - background-color: #ff0f3f; - color: white; -} - -.tag.is-small { - font-size: 11px; - height: 20px; - padding-left: 8px; - padding-right: 8px; -} - -.tag.is-medium { - font-size: 14px; - height: 32px; - padding-left: 14px; - padding-right: 14px; -} - -.tag.is-large { - font-size: 18px; - height: 40px; - line-height: 24px; - padding-left: 18px; - padding-right: 18px; -} - -.tag.is-large .delete { - margin-left: 4px; - margin-right: -8px; } .input, @@ -2096,7 +1423,8 @@ a.box:active { resize: vertical; } -.checkbox, .radio { +.checkbox, +.radio { cursor: pointer; display: inline-block; line-height: 16px; @@ -2104,20 +1432,24 @@ a.box:active { vertical-align: top; } -.checkbox input, .radio input { +.checkbox input, +.radio input { cursor: pointer; } -.checkbox:hover, .radio:hover { +.checkbox:hover, +.radio:hover { color: #242424; } -.is-disabled.checkbox, .is-disabled.radio { +.checkbox.is-disabled, +.radio.is-disabled { color: #b5b5b5; pointer-events: none; } -.is-disabled.checkbox input, .is-disabled.radio input { +.checkbox.is-disabled input, +.radio.is-disabled input { pointer-events: none; } @@ -2584,11 +1916,30 @@ a.box:active { } .control.is-loading:after { + animation: spin-around 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; position: absolute !important; right: 8px; top: 8px; } +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + .image { display: block; position: relative; @@ -2665,141 +2016,13 @@ a.box:active { width: 128px; } -.box:not(:last-child), .highlight:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { - margin-bottom: 20px; -} - -.modal-close { - -moz-appearance: none; - -webkit-appearance: none; - background-color: rgba(18, 18, 18, 0.2); - border: none; - border-radius: 290486px; - cursor: pointer; - display: inline-block; - height: 24px; - position: relative; - vertical-align: top; - width: 24px; -} - -.modal-close:before, .modal-close:after { - background-color: white; - content: ""; - display: block; - height: 2px; - left: 50%; - margin-left: -25%; - margin-top: -1px; - position: absolute; - top: 50%; - width: 50%; -} - -.modal-close:before { - transform: rotate(45deg); -} - -.modal-close:after { - transform: rotate(-45deg); -} - -.modal-close:hover { - background-color: rgba(18, 18, 18, 0.5); -} - -.is-small.modal-close { - height: 16px; - width: 16px; -} - -.is-medium.modal-close { - height: 32px; - width: 32px; -} - -.is-large.modal-close { - height: 40px; - width: 40px; -} - -.nav-toggle { - cursor: pointer; - display: block; - height: 50px; - position: relative; - width: 50px; -} - -.nav-toggle span { - background-color: #7a7a7a; - display: block; - height: 1px; - left: 50%; - margin-left: -7px; - position: absolute; - top: 50%; - transition: none 86ms ease-out; - transition-property: background, left, opacity, transform; - width: 15px; -} - -.nav-toggle span:nth-child(1) { - margin-top: -6px; -} - -.nav-toggle span:nth-child(2) { - margin-top: -1px; -} - -.nav-toggle span:nth-child(3) { - margin-top: 4px; -} - -.nav-toggle:hover { - background-color: whitesmoke; -} - -.is-active.nav-toggle span { - background-color: #11e4c4; -} - -.is-active.nav-toggle span:nth-child(1) { - margin-left: -5px; - transform: rotate(45deg); - transform-origin: left top; -} - -.is-active.nav-toggle span:nth-child(2) { - opacity: 0; -} - -.is-active.nav-toggle span:nth-child(3) { - margin-left: -5px; - transform: rotate(-45deg); - transform-origin: left bottom; -} - -.button.is-loading:after, .control.is-loading:after { - animation: spin-around 500ms infinite linear; - border: 2px solid #dbdbdb; - border-radius: 290486px; - border-right-color: transparent; - border-top-color: transparent; - content: ""; - display: block; - height: 16px; - position: relative; - width: 16px; -} - -.is-unselectable, .modal-close, .button, .tabs { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } } .notification { @@ -2809,6 +2032,10 @@ a.box:active { position: relative; } +.notification:not(:last-child) { + margin-bottom: 20px; +} + .notification:after { clear: both; content: " "; @@ -2821,8 +2048,9 @@ a.box:active { margin: -16px -20px 0 20px; } +.notification .title, .notification .subtitle, -.notification .title { +.notification .content { color: inherit; } @@ -2863,7 +2091,7 @@ a.box:active { .notification.is-warning { background-color: #ffcf0f; - color: white; + color: rgba(0, 0, 0, 0.7); } .notification.is-danger { @@ -2871,143 +2099,6 @@ a.box:active { color: white; } -.box:not(:last-child), .highlight:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { - margin-bottom: 20px; -} - -.modal-close { - -moz-appearance: none; - -webkit-appearance: none; - background-color: rgba(18, 18, 18, 0.2); - border: none; - border-radius: 290486px; - cursor: pointer; - display: inline-block; - height: 24px; - position: relative; - vertical-align: top; - width: 24px; -} - -.modal-close:before, .modal-close:after { - background-color: white; - content: ""; - display: block; - height: 2px; - left: 50%; - margin-left: -25%; - margin-top: -1px; - position: absolute; - top: 50%; - width: 50%; -} - -.modal-close:before { - transform: rotate(45deg); -} - -.modal-close:after { - transform: rotate(-45deg); -} - -.modal-close:hover { - background-color: rgba(18, 18, 18, 0.5); -} - -.is-small.modal-close { - height: 16px; - width: 16px; -} - -.is-medium.modal-close { - height: 32px; - width: 32px; -} - -.is-large.modal-close { - height: 40px; - width: 40px; -} - -.nav-toggle { - cursor: pointer; - display: block; - height: 50px; - position: relative; - width: 50px; -} - -.nav-toggle span { - background-color: #7a7a7a; - display: block; - height: 1px; - left: 50%; - margin-left: -7px; - position: absolute; - top: 50%; - transition: none 86ms ease-out; - transition-property: background, left, opacity, transform; - width: 15px; -} - -.nav-toggle span:nth-child(1) { - margin-top: -6px; -} - -.nav-toggle span:nth-child(2) { - margin-top: -1px; -} - -.nav-toggle span:nth-child(3) { - margin-top: 4px; -} - -.nav-toggle:hover { - background-color: whitesmoke; -} - -.is-active.nav-toggle span { - background-color: #11e4c4; -} - -.is-active.nav-toggle span:nth-child(1) { - margin-left: -5px; - transform: rotate(45deg); - transform-origin: left top; -} - -.is-active.nav-toggle span:nth-child(2) { - opacity: 0; -} - -.is-active.nav-toggle span:nth-child(3) { - margin-left: -5px; - transform: rotate(-45deg); - transform-origin: left bottom; -} - -.button.is-loading:after, .control.is-loading:after { - animation: spin-around 500ms infinite linear; - border: 2px solid #dbdbdb; - border-radius: 290486px; - border-right-color: transparent; - border-top-color: transparent; - content: ""; - display: block; - height: 16px; - position: relative; - width: 16px; -} - -.is-unselectable, .modal-close, .button, .tabs { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - .progress { -moz-appearance: none; -webkit-appearance: none; @@ -3020,6 +2111,10 @@ a.box:active { width: 100%; } +.progress:not(:last-child) { + margin-bottom: 20px; +} + .progress::-webkit-progress-bar { background-color: #dbdbdb; } @@ -3116,6 +2211,15 @@ a.box:active { height: 20px; } +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + .table { background-color: white; color: #242424; @@ -3262,141 +2366,13 @@ a.box:active { background-color: #f0f0f0; } -.box:not(:last-child), .highlight:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { - margin-bottom: 20px; -} - -.modal-close { - -moz-appearance: none; - -webkit-appearance: none; - background-color: rgba(18, 18, 18, 0.2); - border: none; - border-radius: 290486px; - cursor: pointer; - display: inline-block; - height: 24px; - position: relative; - vertical-align: top; - width: 24px; -} - -.modal-close:before, .modal-close:after { - background-color: white; - content: ""; - display: block; - height: 2px; - left: 50%; - margin-left: -25%; - margin-top: -1px; - position: absolute; - top: 50%; - width: 50%; -} - -.modal-close:before { - transform: rotate(45deg); -} - -.modal-close:after { - transform: rotate(-45deg); -} - -.modal-close:hover { - background-color: rgba(18, 18, 18, 0.5); -} - -.is-small.modal-close { - height: 16px; - width: 16px; -} - -.is-medium.modal-close { - height: 32px; - width: 32px; -} - -.is-large.modal-close { - height: 40px; - width: 40px; -} - -.nav-toggle { - cursor: pointer; - display: block; - height: 50px; - position: relative; - width: 50px; -} - -.nav-toggle span { - background-color: #7a7a7a; - display: block; - height: 1px; - left: 50%; - margin-left: -7px; - position: absolute; - top: 50%; - transition: none 86ms ease-out; - transition-property: background, left, opacity, transform; - width: 15px; -} - -.nav-toggle span:nth-child(1) { - margin-top: -6px; -} - -.nav-toggle span:nth-child(2) { - margin-top: -1px; -} - -.nav-toggle span:nth-child(3) { - margin-top: 4px; -} - -.nav-toggle:hover { - background-color: whitesmoke; -} - -.is-active.nav-toggle span { - background-color: #11e4c4; -} - -.is-active.nav-toggle span:nth-child(1) { - margin-left: -5px; - transform: rotate(45deg); - transform-origin: left top; -} - -.is-active.nav-toggle span:nth-child(2) { - opacity: 0; -} - -.is-active.nav-toggle span:nth-child(3) { - margin-left: -5px; - transform: rotate(-45deg); - transform-origin: left bottom; -} - -.button.is-loading:after, .control.is-loading:after { - animation: spin-around 500ms infinite linear; - border: 2px solid #dbdbdb; - border-radius: 290486px; - border-right-color: transparent; - border-top-color: transparent; - content: ""; - display: block; - height: 16px; - position: relative; - width: 16px; -} - -.is-unselectable, .modal-close, .button, .tabs { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } } .title, @@ -3405,6 +2381,11 @@ a.box:active { word-break: break-word; } +.title:not(:last-child), +.subtitle:not(:last-child) { + margin-bottom: 20px; +} + .title em, .title span, .subtitle em, @@ -3590,6 +2571,19 @@ a.box:active { font-weight: 700; } +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + +.block:not(:last-child) { + margin-bottom: 20px; +} + .container { position: relative; } @@ -3611,12 +2605,128 @@ a.box:active { } } +.delete { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(18, 18, 18, 0.2); + border: none; + border-radius: 290486px; + cursor: pointer; + display: inline-block; + height: 24px; + position: relative; + vertical-align: top; + width: 24px; +} + +.delete:before, .delete:after { + background-color: white; + content: ""; + display: block; + height: 2px; + left: 50%; + margin-left: -25%; + margin-top: -1px; + position: absolute; + top: 50%; + width: 50%; +} + +.delete:before { + transform: rotate(45deg); +} + +.delete:after { + transform: rotate(-45deg); +} + +.delete:hover { + background-color: rgba(18, 18, 18, 0.5); +} + +.delete.is-small { + height: 16px; + width: 16px; +} + +.delete.is-medium { + height: 32px; + width: 32px; +} + +.delete.is-large { + height: 40px; + width: 40px; +} + .fa { font-size: 21px; text-align: center; vertical-align: top; } +.hamburger { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; +} + +.hamburger span { + background-color: #7a7a7a; + display: block; + height: 1px; + left: 50%; + margin-left: -7px; + position: absolute; + top: 50%; + transition: none 86ms ease-out; + transition-property: background, left, opacity, transform; + width: 15px; +} + +.hamburger span:nth-child(1) { + margin-top: -6px; +} + +.hamburger span:nth-child(2) { + margin-top: -1px; +} + +.hamburger span:nth-child(3) { + margin-top: 4px; +} + +.hamburger:hover { + background-color: whitesmoke; +} + +.hamburger.is-active span { + background-color: #11e4c4; +} + +.hamburger.is-active span:nth-child(1) { + margin-left: -5px; + transform: rotate(45deg); + transform-origin: left top; +} + +.hamburger.is-active span:nth-child(2) { + opacity: 0; +} + +.hamburger.is-active span:nth-child(3) { + margin-left: -5px; + transform: rotate(-45deg); + transform-origin: left bottom; +} + .icon { display: inline-block; font-size: 21px; @@ -3678,11 +2788,28 @@ a.box:active { padding: 0; } +.highlight:not(:last-child) { + margin-bottom: 20px; +} + .highlight pre { overflow: auto; max-width: 100%; } +.loader { + animation: spin-around 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; +} + .number { background-color: whitesmoke; border-radius: 290486px; @@ -3749,7 +2876,7 @@ a.box:active { .tag.is-warning { background-color: #ffcf0f; - color: white; + color: rgba(0, 0, 0, 0.7); } .tag.is-danger { @@ -3860,6 +2987,15 @@ a.box:active { border-radius: 5px; } +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + .column { flex-basis: 0; flex-grow: 1; @@ -4937,141 +4073,13 @@ a.box:active { color: #2aa198; } -.box:not(:last-child), .highlight:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { - margin-bottom: 20px; -} - -.modal-close { - -moz-appearance: none; - -webkit-appearance: none; - background-color: rgba(18, 18, 18, 0.2); - border: none; - border-radius: 290486px; - cursor: pointer; - display: inline-block; - height: 24px; - position: relative; - vertical-align: top; - width: 24px; -} - -.modal-close:before, .modal-close:after { - background-color: white; - content: ""; - display: block; - height: 2px; - left: 50%; - margin-left: -25%; - margin-top: -1px; - position: absolute; - top: 50%; - width: 50%; -} - -.modal-close:before { - transform: rotate(45deg); -} - -.modal-close:after { - transform: rotate(-45deg); -} - -.modal-close:hover { - background-color: rgba(18, 18, 18, 0.5); -} - -.is-small.modal-close { - height: 16px; - width: 16px; -} - -.is-medium.modal-close { - height: 32px; - width: 32px; -} - -.is-large.modal-close { - height: 40px; - width: 40px; -} - -.nav-toggle { - cursor: pointer; - display: block; - height: 50px; - position: relative; - width: 50px; -} - -.nav-toggle span { - background-color: #7a7a7a; - display: block; - height: 1px; - left: 50%; - margin-left: -7px; - position: absolute; - top: 50%; - transition: none 86ms ease-out; - transition-property: background, left, opacity, transform; - width: 15px; -} - -.nav-toggle span:nth-child(1) { - margin-top: -6px; -} - -.nav-toggle span:nth-child(2) { - margin-top: -1px; -} - -.nav-toggle span:nth-child(3) { - margin-top: 4px; -} - -.nav-toggle:hover { - background-color: whitesmoke; -} - -.is-active.nav-toggle span { - background-color: #11e4c4; -} - -.is-active.nav-toggle span:nth-child(1) { - margin-left: -5px; - transform: rotate(45deg); - transform-origin: left top; -} - -.is-active.nav-toggle span:nth-child(2) { - opacity: 0; -} - -.is-active.nav-toggle span:nth-child(3) { - margin-left: -5px; - transform: rotate(-45deg); - transform-origin: left bottom; -} - -.button.is-loading:after, .control.is-loading:after { - animation: spin-around 500ms infinite linear; - border: 2px solid #dbdbdb; - border-radius: 290486px; - border-right-color: transparent; - border-top-color: transparent; - content: ""; - display: block; - height: 16px; - position: relative; - width: 16px; -} - -.is-unselectable, .modal-close, .button, .tabs { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } } .level-item .title, @@ -5121,6 +4129,10 @@ a.box:active { justify-content: space-between; } +.level:not(:last-child) { + margin-bottom: 20px; +} + .level code { border-radius: 3px; } @@ -5151,6 +4163,15 @@ a.box:active { } } +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + .media-number { background-color: whitesmoke; border-radius: 290486px; @@ -5276,143 +4297,6 @@ a.box:active { margin-top: 20px; } -.box:not(:last-child), .highlight:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { - margin-bottom: 20px; -} - -.modal-close { - -moz-appearance: none; - -webkit-appearance: none; - background-color: rgba(18, 18, 18, 0.2); - border: none; - border-radius: 290486px; - cursor: pointer; - display: inline-block; - height: 24px; - position: relative; - vertical-align: top; - width: 24px; -} - -.modal-close:before, .modal-close:after { - background-color: white; - content: ""; - display: block; - height: 2px; - left: 50%; - margin-left: -25%; - margin-top: -1px; - position: absolute; - top: 50%; - width: 50%; -} - -.modal-close:before { - transform: rotate(45deg); -} - -.modal-close:after { - transform: rotate(-45deg); -} - -.modal-close:hover { - background-color: rgba(18, 18, 18, 0.5); -} - -.is-small.modal-close { - height: 16px; - width: 16px; -} - -.is-medium.modal-close { - height: 32px; - width: 32px; -} - -.is-large.modal-close { - height: 40px; - width: 40px; -} - -.nav-toggle { - cursor: pointer; - display: block; - height: 50px; - position: relative; - width: 50px; -} - -.nav-toggle span { - background-color: #7a7a7a; - display: block; - height: 1px; - left: 50%; - margin-left: -7px; - position: absolute; - top: 50%; - transition: none 86ms ease-out; - transition-property: background, left, opacity, transform; - width: 15px; -} - -.nav-toggle span:nth-child(1) { - margin-top: -6px; -} - -.nav-toggle span:nth-child(2) { - margin-top: -1px; -} - -.nav-toggle span:nth-child(3) { - margin-top: 4px; -} - -.nav-toggle:hover { - background-color: whitesmoke; -} - -.is-active.nav-toggle span { - background-color: #11e4c4; -} - -.is-active.nav-toggle span:nth-child(1) { - margin-left: -5px; - transform: rotate(45deg); - transform-origin: left top; -} - -.is-active.nav-toggle span:nth-child(2) { - opacity: 0; -} - -.is-active.nav-toggle span:nth-child(3) { - margin-left: -5px; - transform: rotate(-45deg); - transform-origin: left bottom; -} - -.button.is-loading:after, .control.is-loading:after { - animation: spin-around 500ms infinite linear; - border: 2px solid #dbdbdb; - border-radius: 290486px; - border-right-color: transparent; - border-top-color: transparent; - content: ""; - display: block; - height: 16px; - position: relative; - width: 16px; -} - -.is-unselectable, .modal-close, .button, .tabs { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - .message-body { border: 1px solid #dbdbdb; border-radius: 3px; @@ -5444,6 +4328,10 @@ a.box:active { border-radius: 3px; } +.message:not(:last-child) { + margin-bottom: 20px; +} + .message.is-white { background-color: white; } @@ -5548,7 +4436,7 @@ a.box:active { .message.is-warning .message-header { background-color: #ffcf0f; - color: white; + color: rgba(0, 0, 0, 0.7); } .message.is-warning .message-body { @@ -5570,200 +4458,15 @@ a.box:active { color: gray; } -.container { - position: relative; -} - -@media screen and (min-width: 980px) { - .container { - margin: 0 auto; - max-width: 960px; +@keyframes spin-around { + from { + transform: rotate(0deg); } - .container.is-fluid { - margin: 0 20px; - max-width: none; + to { + transform: rotate(359deg); } } -@media screen and (min-width: 1180px) { - .container { - max-width: 1200px; - } -} - -.fa { - font-size: 21px; - text-align: center; - vertical-align: top; -} - -.icon { - display: inline-block; - font-size: 21px; - height: 24px; - line-height: 24px; - text-align: center; - vertical-align: top; - width: 24px; -} - -.icon .fa { - font-size: inherit; - line-height: inherit; -} - -.icon.is-small { - display: inline-block; - font-size: 14px; - height: 16px; - line-height: 16px; - text-align: center; - vertical-align: top; - width: 16px; -} - -.icon.is-medium { - display: inline-block; - font-size: 28px; - height: 32px; - line-height: 32px; - text-align: center; - vertical-align: top; - width: 32px; -} - -.icon.is-large { - display: inline-block; - font-size: 42px; - height: 48px; - line-height: 48px; - text-align: center; - vertical-align: top; - width: 48px; -} - -.heading { - display: block; - font-size: 11px; - letter-spacing: 1px; - margin-bottom: 5px; - text-transform: uppercase; -} - -.highlight { - font-size: 12px; - font-weight: normal; - max-width: 100%; - overflow: hidden; - padding: 0; -} - -.highlight pre { - overflow: auto; - max-width: 100%; -} - -.number { - background-color: whitesmoke; - border-radius: 290486px; - display: inline-block; - font-size: 18px; - vertical-align: top; -} - -.tag { - align-items: center; - background-color: whitesmoke; - border-radius: 290486px; - color: #7a7a7a; - display: inline-flex; - font-size: 12px; - height: 24px; - justify-content: center; - line-height: 16px; - padding-left: 10px; - padding-right: 10px; - vertical-align: top; - white-space: nowrap; -} - -.tag .delete { - margin-left: 4px; - margin-right: -6px; -} - -.tag.is-white { - background-color: white; - color: #121212; -} - -.tag.is-black { - background-color: #121212; - color: white; -} - -.tag.is-light { - background-color: whitesmoke; - color: #7a7a7a; -} - -.tag.is-dark { - background-color: #7a7a7a; - color: whitesmoke; -} - -.tag.is-primary { - background-color: #11e4c4; - color: white; -} - -.tag.is-info { - background-color: #0f6bff; - color: white; -} - -.tag.is-success { - background-color: #20ee68; - color: white; -} - -.tag.is-warning { - background-color: #ffcf0f; - color: white; -} - -.tag.is-danger { - background-color: #ff0f3f; - color: white; -} - -.tag.is-small { - font-size: 11px; - height: 20px; - padding-left: 8px; - padding-right: 8px; -} - -.tag.is-medium { - font-size: 14px; - height: 32px; - padding-left: 14px; - padding-right: 14px; -} - -.tag.is-large { - font-size: 18px; - height: 40px; - line-height: 24px; - padding-left: 18px; - padding-right: 18px; -} - -.tag.is-large .delete { - margin-left: 4px; - margin-right: -8px; -} - .modal-background { bottom: 0; left: 0; @@ -5792,6 +4495,22 @@ a.box:active { } .modal-close { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(18, 18, 18, 0.2); + border: none; + border-radius: 290486px; + cursor: pointer; + display: inline-block; + height: 24px; + position: relative; + vertical-align: top; + width: 24px; background: none; height: 40px; position: fixed; @@ -5800,6 +4519,46 @@ a.box:active { width: 40px; } +.modal-close:before, .modal-close:after { + background-color: white; + content: ""; + display: block; + height: 2px; + left: 50%; + margin-left: -25%; + margin-top: -1px; + position: absolute; + top: 50%; + width: 50%; +} + +.modal-close:before { + transform: rotate(45deg); +} + +.modal-close:after { + transform: rotate(-45deg); +} + +.modal-close:hover { + background-color: rgba(18, 18, 18, 0.5); +} + +.modal-close.is-small { + height: 16px; + width: 16px; +} + +.modal-close.is-medium { + height: 32px; + width: 32px; +} + +.modal-close.is-large { + height: 40px; + width: 40px; +} + .modal-card { display: flex; flex-direction: column; @@ -5868,198 +4627,70 @@ a.box:active { display: flex; } -.container { - position: relative; -} - -@media screen and (min-width: 980px) { - .container { - margin: 0 auto; - max-width: 960px; +@keyframes spin-around { + from { + transform: rotate(0deg); } - .container.is-fluid { - margin: 0 20px; - max-width: none; + to { + transform: rotate(359deg); } } -@media screen and (min-width: 1180px) { - .container { - max-width: 1200px; - } -} - -.fa { - font-size: 21px; - text-align: center; - vertical-align: top; -} - -.icon { - display: inline-block; - font-size: 21px; - height: 24px; - line-height: 24px; - text-align: center; - vertical-align: top; - width: 24px; -} - -.icon .fa { - font-size: inherit; - line-height: inherit; -} - -.icon.is-small { - display: inline-block; - font-size: 14px; - height: 16px; - line-height: 16px; - text-align: center; - vertical-align: top; - width: 16px; -} - -.icon.is-medium { - display: inline-block; - font-size: 28px; - height: 32px; - line-height: 32px; - text-align: center; - vertical-align: top; - width: 32px; -} - -.icon.is-large { - display: inline-block; - font-size: 42px; - height: 48px; - line-height: 48px; - text-align: center; - vertical-align: top; - width: 48px; -} - -.heading { +.nav-toggle { + cursor: pointer; display: block; - font-size: 11px; - letter-spacing: 1px; - margin-bottom: 5px; - text-transform: uppercase; + height: 50px; + position: relative; + width: 50px; } -.highlight { - font-size: 12px; - font-weight: normal; - max-width: 100%; - overflow: hidden; - padding: 0; -} - -.highlight pre { - overflow: auto; - max-width: 100%; -} - -.number { - background-color: whitesmoke; - border-radius: 290486px; - display: inline-block; - font-size: 18px; - vertical-align: top; -} - -.tag { - align-items: center; - background-color: whitesmoke; - border-radius: 290486px; - color: #7a7a7a; - display: inline-flex; - font-size: 12px; - height: 24px; - justify-content: center; - line-height: 16px; - padding-left: 10px; - padding-right: 10px; - vertical-align: top; - white-space: nowrap; -} - -.tag .delete { - margin-left: 4px; - margin-right: -6px; -} - -.tag.is-white { - background-color: white; - color: #121212; -} - -.tag.is-black { - background-color: #121212; - color: white; -} - -.tag.is-light { - background-color: whitesmoke; - color: #7a7a7a; -} - -.tag.is-dark { +.nav-toggle span { background-color: #7a7a7a; - color: whitesmoke; + display: block; + height: 1px; + left: 50%; + margin-left: -7px; + position: absolute; + top: 50%; + transition: none 86ms ease-out; + transition-property: background, left, opacity, transform; + width: 15px; } -.tag.is-primary { +.nav-toggle span:nth-child(1) { + margin-top: -6px; +} + +.nav-toggle span:nth-child(2) { + margin-top: -1px; +} + +.nav-toggle span:nth-child(3) { + margin-top: 4px; +} + +.nav-toggle:hover { + background-color: whitesmoke; +} + +.nav-toggle.is-active span { background-color: #11e4c4; - color: white; } -.tag.is-info { - background-color: #0f6bff; - color: white; +.nav-toggle.is-active span:nth-child(1) { + margin-left: -5px; + transform: rotate(45deg); + transform-origin: left top; } -.tag.is-success { - background-color: #20ee68; - color: white; +.nav-toggle.is-active span:nth-child(2) { + opacity: 0; } -.tag.is-warning { - background-color: #ffcf0f; - color: white; -} - -.tag.is-danger { - background-color: #ff0f3f; - color: white; -} - -.tag.is-small { - font-size: 11px; - height: 20px; - padding-left: 8px; - padding-right: 8px; -} - -.tag.is-medium { - font-size: 14px; - height: 32px; - padding-left: 14px; - padding-right: 14px; -} - -.tag.is-large { - font-size: 18px; - height: 40px; - line-height: 24px; - padding-left: 18px; - padding-right: 18px; -} - -.tag.is-large .delete { - margin-left: 4px; - margin-right: -8px; +.nav-toggle.is-active span:nth-child(3) { + margin-left: -5px; + transform: rotate(-45deg); + transform-origin: left bottom; } @media screen and (min-width: 769px) { @@ -6238,6 +4869,15 @@ a.nav-item.is-tab.is-active { } } +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + .pagination { align-items: center; display: flex; @@ -6294,6 +4934,15 @@ a.nav-item.is-tab.is-active { } } +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + .panel-icon { display: inline-block; font-size: 14px; @@ -6376,338 +5025,21 @@ a.panel-block:hover { margin-bottom: 20px; } -.box:not(:last-child), .highlight:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { - margin-bottom: 20px; +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } } -.modal-close { - -moz-appearance: none; - -webkit-appearance: none; - background-color: rgba(18, 18, 18, 0.2); - border: none; - border-radius: 290486px; - cursor: pointer; - display: inline-block; - height: 24px; - position: relative; - vertical-align: top; - width: 24px; -} - -.modal-close:before, .modal-close:after { - background-color: white; - content: ""; - display: block; - height: 2px; - left: 50%; - margin-left: -25%; - margin-top: -1px; - position: absolute; - top: 50%; - width: 50%; -} - -.modal-close:before { - transform: rotate(45deg); -} - -.modal-close:after { - transform: rotate(-45deg); -} - -.modal-close:hover { - background-color: rgba(18, 18, 18, 0.5); -} - -.is-small.modal-close { - height: 16px; - width: 16px; -} - -.is-medium.modal-close { - height: 32px; - width: 32px; -} - -.is-large.modal-close { - height: 40px; - width: 40px; -} - -.nav-toggle { - cursor: pointer; - display: block; - height: 50px; - position: relative; - width: 50px; -} - -.nav-toggle span { - background-color: #7a7a7a; - display: block; - height: 1px; - left: 50%; - margin-left: -7px; - position: absolute; - top: 50%; - transition: none 86ms ease-out; - transition-property: background, left, opacity, transform; - width: 15px; -} - -.nav-toggle span:nth-child(1) { - margin-top: -6px; -} - -.nav-toggle span:nth-child(2) { - margin-top: -1px; -} - -.nav-toggle span:nth-child(3) { - margin-top: 4px; -} - -.nav-toggle:hover { - background-color: whitesmoke; -} - -.is-active.nav-toggle span { - background-color: #11e4c4; -} - -.is-active.nav-toggle span:nth-child(1) { - margin-left: -5px; - transform: rotate(45deg); - transform-origin: left top; -} - -.is-active.nav-toggle span:nth-child(2) { - opacity: 0; -} - -.is-active.nav-toggle span:nth-child(3) { - margin-left: -5px; - transform: rotate(-45deg); - transform-origin: left bottom; -} - -.button.is-loading:after, .control.is-loading:after { - animation: spin-around 500ms infinite linear; - border: 2px solid #dbdbdb; - border-radius: 290486px; - border-right-color: transparent; - border-top-color: transparent; - content: ""; - display: block; - height: 16px; - position: relative; - width: 16px; -} - -.is-unselectable, .modal-close, .button, .tabs { +.tabs { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -} - -.container { - position: relative; -} - -@media screen and (min-width: 980px) { - .container { - margin: 0 auto; - max-width: 960px; - } - .container.is-fluid { - margin: 0 20px; - max-width: none; - } -} - -@media screen and (min-width: 1180px) { - .container { - max-width: 1200px; - } -} - -.fa { - font-size: 21px; - text-align: center; - vertical-align: top; -} - -.icon { - display: inline-block; - font-size: 21px; - height: 24px; - line-height: 24px; - text-align: center; - vertical-align: top; - width: 24px; -} - -.icon .fa { - font-size: inherit; - line-height: inherit; -} - -.icon.is-small { - display: inline-block; - font-size: 14px; - height: 16px; - line-height: 16px; - text-align: center; - vertical-align: top; - width: 16px; -} - -.icon.is-medium { - display: inline-block; - font-size: 28px; - height: 32px; - line-height: 32px; - text-align: center; - vertical-align: top; - width: 32px; -} - -.icon.is-large { - display: inline-block; - font-size: 42px; - height: 48px; - line-height: 48px; - text-align: center; - vertical-align: top; - width: 48px; -} - -.heading { - display: block; - font-size: 11px; - letter-spacing: 1px; - margin-bottom: 5px; - text-transform: uppercase; -} - -.highlight { - font-size: 12px; - font-weight: normal; - max-width: 100%; - overflow: hidden; - padding: 0; -} - -.highlight pre { - overflow: auto; - max-width: 100%; -} - -.number { - background-color: whitesmoke; - border-radius: 290486px; - display: inline-block; - font-size: 18px; - vertical-align: top; -} - -.tag { - align-items: center; - background-color: whitesmoke; - border-radius: 290486px; - color: #7a7a7a; - display: inline-flex; - font-size: 12px; - height: 24px; - justify-content: center; - line-height: 16px; - padding-left: 10px; - padding-right: 10px; - vertical-align: top; - white-space: nowrap; -} - -.tag .delete { - margin-left: 4px; - margin-right: -6px; -} - -.tag.is-white { - background-color: white; - color: #121212; -} - -.tag.is-black { - background-color: #121212; - color: white; -} - -.tag.is-light { - background-color: whitesmoke; - color: #7a7a7a; -} - -.tag.is-dark { - background-color: #7a7a7a; - color: whitesmoke; -} - -.tag.is-primary { - background-color: #11e4c4; - color: white; -} - -.tag.is-info { - background-color: #0f6bff; - color: white; -} - -.tag.is-success { - background-color: #20ee68; - color: white; -} - -.tag.is-warning { - background-color: #ffcf0f; - color: white; -} - -.tag.is-danger { - background-color: #ff0f3f; - color: white; -} - -.tag.is-small { - font-size: 11px; - height: 20px; - padding-left: 8px; - padding-right: 8px; -} - -.tag.is-medium { - font-size: 14px; - height: 32px; - padding-left: 14px; - padding-right: 14px; -} - -.tag.is-large { - font-size: 18px; - height: 40px; - line-height: 24px; - padding-left: 18px; - padding-right: 18px; -} - -.tag.is-large .delete { - margin-left: 4px; - margin-right: -8px; -} - -.tabs { align-items: stretch; display: flex; justify-content: space-between; @@ -6717,6 +5049,10 @@ a.panel-block:hover { white-space: nowrap; } +.tabs:not(:last-child) { + margin-bottom: 20px; +} + .tabs a { align-items: center; border-bottom: 1px solid #dbdbdb; @@ -6882,6 +5218,15 @@ a.panel-block:hover { padding-top: 13px; } +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + .hero-video { bottom: 0; left: 0; @@ -7600,11 +5945,11 @@ a.panel-block:hover { .hero.is-warning { background-color: #ffcf0f; - color: white; + color: rgba(0, 0, 0, 0.7); } .hero.is-warning .title { - color: white; + color: rgba(0, 0, 0, 0.7); } .hero.is-warning .title a, @@ -7613,16 +5958,16 @@ a.panel-block:hover { } .hero.is-warning .subtitle { - color: rgba(255, 255, 255, 0.9); + color: rgba(0, 0, 0, 0.9); } .hero.is-warning .subtitle a, .hero.is-warning .subtitle strong { - color: white; + color: rgba(0, 0, 0, 0.7); } .hero.is-warning .nav { - box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); } @media screen and (max-width: 768px) { @@ -7633,17 +5978,17 @@ a.panel-block:hover { .hero.is-warning a.nav-item, .hero.is-warning .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.7); + color: rgba(0, 0, 0, 0.7); } .hero.is-warning a.nav-item:hover, .hero.is-warning a.nav-item.is-active, .hero.is-warning .nav-item a:not(.button):hover, .hero.is-warning .nav-item a:not(.button).is-active { - color: white; + color: rgba(0, 0, 0, 0.7); } .hero.is-warning .tabs a { - color: white; + color: rgba(0, 0, 0, 0.7); opacity: 0.9; } @@ -7656,7 +6001,7 @@ a.panel-block:hover { } .hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a { - color: white; + color: rgba(0, 0, 0, 0.7); } .hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover { @@ -7664,8 +6009,8 @@ a.panel-block:hover { } .hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { - background-color: white; - border-color: white; + background-color: rgba(0, 0, 0, 0.7); + border-color: rgba(0, 0, 0, 0.7); color: #ffcf0f; } @@ -7675,16 +6020,16 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-warning .nav-toggle span { - background-color: white; + background-color: rgba(0, 0, 0, 0.7); } .hero.is-warning .nav-toggle:hover { background-color: rgba(18, 18, 18, 0.1); } .hero.is-warning .nav-toggle.is-active span { - background-color: white; + background-color: rgba(0, 0, 0, 0.7); } .hero.is-warning .nav-menu .nav-item { - border-top-color: rgba(255, 255, 255, 0.2); + border-top-color: rgba(0, 0, 0, 0.2); } } @@ -7806,6 +6151,15 @@ a.panel-block:hover { flex-shrink: 0; } +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + .section { background-color: white; padding: 40px 20px; @@ -7840,3 +6194,378 @@ a.panel-block:hover { .footer a:not(.icon):hover, .footer a:visited:not(.icon):hover { border-bottom-color: #11e4c4; } + +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + +@media screen and (min-width: 769px) { + .button small { + color: #7a7a7a; + left: 0; + margin-top: 10px; + position: absolute; + top: 100%; + width: 100%; + } +} + +body.page-grid .column > .notification { + padding-left: 0; + padding-right: 0; + text-align: center; +} + +@media screen and (min-width: 769px) { + .header-item .button + .button { + margin-left: 10px; + } +} + +#carbon { + max-width: 340px; + min-height: 130px; + min-width: 300px; + padding: 15px; +} + +@media screen and (min-width: 769px) { + #carbon { + margin-left: auto; + margin-right: auto; + width: 340px; + } +} + +#carbonads { + text-align: left; +} + +#carbonads a:hover { + text-decoration: underline; +} + +#carbonads span { + display: block; +} + +#carbonads .carbon-img { + float: left; + height: 100px; + width: 130px; +} + +#carbonads .carbon-img img { + display: block; +} + +#carbonads .carbon-text { + display: block; + color: #242424; + margin-left: 145px; +} + +#carbonads .carbon-poweredby { + font-size: 11px; + margin-left: 15px; +} + +#github { + color: #333333; + border-color: #333333; +} + +#github:hover { + background: #333333; + border-color: #333333; + color: white; +} + +#twitter { + color: #55acee; + border-color: #55acee; +} + +#twitter:hover { + background: #55acee; + border-color: #55acee; + color: white; +} + +#b { + border-radius: 20px; + box-shadow: 0 20px 60px rgba(18, 18, 18, 0.05), 0 5px 10px rgba(18, 18, 18, 0.1), 0 1px 1px rgba(18, 18, 18, 0.2); + display: inline-block; + height: 240px; + margin-bottom: 40px; + vertical-align: top; + width: 240px; +} + +#b svg { + display: block; + height: 240px; + width: 240px; +} + +@media screen and (max-width: 768px) { + #b { + border-radius: 10px; + height: 120px; + width: 120px; + } +} + +#npm { + background: none; + margin: -10px 0 20px; +} + +#npm code { + border-radius: 3px; + color: #11e4c4; + display: inline-block; + font-size: 16px; + padding: 16px 32px; +} + +#grid .notification { + padding-left: 0; + padding-right: 0; +} + +#message { + display: none; +} + +#tweet { + background: white; + border-radius: 5px; + box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1), 0 0 0 1px rgba(18, 18, 18, 0.1); + padding: 20px; +} + +#mc_embed_signup .control { + margin-bottom: 0; +} + +#mc_embed_signup .notification { + margin-top: 10px; +} + +#social { + align-items: center; + display: flex; + height: 20px; + margin-bottom: 1em; + justify-content: center; +} + +#social a { + display: inline-block; + font-size: 11px; + height: 20px; + line-height: 20px; +} + +#social iframe:last-child { + margin-left: 10px; +} + +#images tr td:nth-child(2) { + width: 320px; +} + +.color { + display: inline-block; + float: left; + height: 18px; + margin-right: 5px; + width: 18px; +} + +.example, +.structure { + border: 1px solid #ffcf0f; + border-top-right-radius: 3px; + color: rgba(0, 0, 0, 0.7); + padding: 15px 20px; + position: relative; +} + +.example:not(:first-child), +.structure:not(:first-child) { + margin-top: 30px; +} + +.example:not(:last-child), +.structure:not(:last-child) { + margin-bottom: 20px; +} + +.example:before, +.structure:before { + background: #ffcf0f; + border-radius: 3px 3px 0 0; + bottom: 100%; + content: "Example"; + display: inline-block; + font-size: 7px; + font-weight: bold; + left: -1px; + letter-spacing: 1px; + padding: 3px 5px; + position: absolute; + text-transform: uppercase; + vertical-align: top; +} + +@media screen and (min-width: 769px) { + .example.is-fullwidth, + .structure.is-fullwidth { + border-left: none; + border-right: none; + padding: 0; + } +} + +.example + .highlight { + border: 1px solid #ffcf0f; + border-radius: 0 0 3px 3px; + border-top: none; + margin-top: -20px; +} + +.example + .highlight pre { + max-height: 600px; +} + +.example + .highlight:not(:last-child) { + margin-bottom: 40px; +} + +.structure { + border-color: #ff0f3f; + border-radius: 3px; + padding: 20px; +} + +.structure:before { + background: #ff0f3f; + color: white; + content: "Structure"; +} + +.structure-item { + position: relative; +} + +.structure-item:before { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + background: rgba(18, 18, 18, 0.7); + background: whitesmoke; + border: 1px solid #dbdbdb; + content: ""; + display: block; + z-index: 1; +} + +.structure-item:after { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + align-items: center; + content: attr(title); + display: flex; + font-family: "Inconsolata", "Consolas", "Monaco", monospace; + font-size: 11px; + justify-content: center; + padding: 3px 5px; + z-index: 2; +} + +.structure-item.is-structure-container { + padding: 20px 10px 10px; +} + +.structure-item.is-structure-container:after { + align-items: flex-start; + justify-content: flex-start; + padding: 5px 10px; +} + +.highlight { + position: relative; +} + +.highlight .copy, +.highlight .expand { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background: white; + border: solid #dbdbdb; + border-width: 0 0 1px 1px; + color: #b5b5b5; + outline: none; + position: absolute; + right: 0; + top: 0; +} + +.highlight .copy:hover, +.highlight .expand:hover { + border-color: #ff0f3f; + color: #ff0f3f; +} + +.highlight .expand { + border-right-width: 1px; + right: 50px; +} + +@media screen and (min-width: 769px) { + .section:not(.is-fullwidth) > .example:not(.is-fullwidth) { + margin-left: 20px; + margin-right: 20px; + } + .section:not(.is-fullwidth) > .example:not(.is-fullwidth) + .highlight { + margin-left: 20px; + margin-right: 20px; + } +} + +.section.is-fullwidth { + padding: 0 !important; +} + +.section.is-fullwidth .example { + border-left: none; + border-radius: 0; + border-right: none; + padding: 0; +} + +.section.is-fullwidth .example + .highlight { + border-left: none; + border-radius: 0; + border-right: none; +} + +#newsletter .input { + border-color: white; + box-shadow: none; +} diff --git a/docs/documentation/elements/tag.html b/docs/documentation/elements/tag.html index cf0c5330..8335fc53 100644 --- a/docs/documentation/elements/tag.html +++ b/docs/documentation/elements/tag.html @@ -102,6 +102,7 @@ doc-subtab: tag

{% highlight html %} +Small Medium Large {% endhighlight %} @@ -116,19 +117,19 @@ doc-subtab: tag

Foo - +

Bar - +

Hello - +

@@ -140,16 +141,20 @@ doc-subtab: tag

{% highlight html %} - + Foo - + + + + Bar + - Bar - + Hello + - Foo bar + World {% endhighlight %} diff --git a/docs/index.html b/docs/index.html index 2f5a81c7..a925260b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -220,14 +220,12 @@ route: index
+

Tall tile

+

With even more content

-

Tall tile

-

With even more content

-
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam semper diam at erat pulvinar, at pulvinar felis blandit. Vestibulum volutpat tellus diam, consequat gravida libero rhoncus ut. Morbi maximus, leo sit amet vehicula eleifend, nunc dui porta orci, quis semper odio felis ut quam.

-

Suspendisse varius ligula in molestie lacinia. Maecenas varius eget ligula a sagittis. Pellentesque interdum, nisl nec interdum maximus, augue diam porttitor lorem, et sollicitudin felis neque sit amet erat. Maecenas imperdiet felis nisi, fringilla luctus felis hendrerit sit amet. Aenean vitae gravida diam, finibus dignissim turpis. Sed eget varius ligula, at volutpat tortor.

-

Integer sollicitudin, tortor a mattis commodo, velit urna rhoncus erat, vitae congue lectus dolor consequat libero. Donec leo ligula, maximus et pellentesque sed, gravida a metus. Cras ullamcorper a nunc ac porta. Aliquam ut aliquet lacus, quis faucibus libero. Quisque non semper leo.

-
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam semper diam at erat pulvinar, at pulvinar felis blandit. Vestibulum volutpat tellus diam, consequat gravida libero rhoncus ut. Morbi maximus, leo sit amet vehicula eleifend, nunc dui porta orci, quis semper odio felis ut quam.

+

Suspendisse varius ligula in molestie lacinia. Maecenas varius eget ligula a sagittis. Pellentesque interdum, nisl nec interdum maximus, augue diam porttitor lorem, et sollicitudin felis neque sit amet erat. Maecenas imperdiet felis nisi, fringilla luctus felis hendrerit sit amet. Aenean vitae gravida diam, finibus dignissim turpis. Sed eget varius ligula, at volutpat tortor.

+

Integer sollicitudin, tortor a mattis commodo, velit urna rhoncus erat, vitae congue lectus dolor consequat libero. Donec leo ligula, maximus et pellentesque sed, gravida a metus. Cras ullamcorper a nunc ac porta. Aliquam ut aliquet lacus, quis faucibus libero. Quisque non semper leo.

@@ -568,9 +566,9 @@ route: index

- Tag - Two - Three + Tag + Two + Three

diff --git a/sass/base/base.sass b/sass/base/base.sass index 40bf3e34..b59b2fa1 100644 --- a/sass/base/base.sass +++ b/sass/base/base.sass @@ -1,4 +1,5 @@ @charset "utf-8" +@import "minireset" @import "generic" @import "helpers" diff --git a/sass/base/generic.sass b/sass/base/generic.sass index b365e044..63560135 100644 --- a/sass/base/generic.sass +++ b/sass/base/generic.sass @@ -58,7 +58,10 @@ code padding: 1px 2px 2px hr - border-top-color: $border + background-color: $border + border: none + display: block + height: 1px margin: 40px 0 img diff --git a/sass/base/helpers.sass b/sass/base/helpers.sass index 57be4a99..7c029f2f 100644 --- a/sass/base/helpers.sass +++ b/sass/base/helpers.sass @@ -1,4 +1,3 @@ -@import "./placeholders.sass" @import "../utilities/mixins.sass" // Display @@ -107,4 +106,4 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex' padding: 0 !important .is-unselectable - @extend %unselectable + +unselectable diff --git a/sass/base/minireset.sass b/sass/base/minireset.sass new file mode 100644 index 00000000..fb4f8e07 --- /dev/null +++ b/sass/base/minireset.sass @@ -0,0 +1,81 @@ +/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */ +// Blocks +html, +body, +p, +ol, +ul, +li, +dl, +dt, +dd, +blockquote, +figure, +fieldset, +legend, +textarea, +pre, +iframe, +hr, +h1, +h2, +h3, +h4, +h5, +h6 + margin: 0 + padding: 0 + +// Headings +h1, +h2, +h3, +h4, +h5, +h6 + font-size: 100% + font-weight: normal + +// List +ul + list-style: none + +// Form +button, +input, +select, +textarea + margin: 0 + +// Box sizing +html + box-sizing: border-box + +* + box-sizing: inherit + &:before, + &:after + box-sizing: inherit + +// Media +img, +embed, +object, +audio, +video + height: auto + max-width: 100% + +// Iframe +iframe + border: 0 + +// Table +table + border-collapse: collapse + border-spacing: 0 + +td, +th + padding: 0 + text-align: left diff --git a/sass/base/placeholders.sass b/sass/base/placeholders.sass deleted file mode 100644 index 0b70241a..00000000 --- a/sass/base/placeholders.sass +++ /dev/null @@ -1,107 +0,0 @@ -@import "../utilities/animations.sass" -@import "../utilities/variables.sass" - -%block - &:not(:last-child) - margin-bottom: 20px - -%delete - @extend %unselectable - -moz-appearance: none - -webkit-appearance: none - background-color: rgba($black, 0.2) - border: none - border-radius: 290486px - cursor: pointer - display: inline-block - height: 24px - position: relative - vertical-align: top - width: 24px - &:before, - &:after - background-color: $white - content: "" - display: block - height: 2px - left: 50% - margin-left: -25% - margin-top: -1px - position: absolute - top: 50% - width: 50% - &:before - transform: rotate(45deg) - &:after - transform: rotate(-45deg) - &:hover - background-color: rgba($black, 0.5) - // Sizes - &.is-small - height: 16px - width: 16px - &.is-medium - height: 32px - width: 32px - &.is-large - height: 40px - width: 40px - -%hamburger - cursor: pointer - display: block - height: $nav-height - position: relative - width: $nav-height - span - background-color: $text - display: block - height: 1px - left: 50% - margin-left: -7px - position: absolute - top: 50% - transition: none $speed $easing - transition-property: background, left, opacity, transform - width: 15px - &:nth-child(1) - margin-top: -6px - &:nth-child(2) - margin-top: -1px - &:nth-child(3) - margin-top: 4px - &:hover - background-color: $background - // Modifers - &.is-active - span - background-color: $link - &:nth-child(1) - margin-left: -5px - transform: rotate(45deg) - transform-origin: left top - &:nth-child(2) - opacity: 0 - &:nth-child(3) - margin-left: -5px - transform: rotate(-45deg) - transform-origin: left bottom - -%loader - animation: spin-around 500ms infinite linear - border: 2px solid $border - border-radius: 290486px - border-right-color: transparent - border-top-color: transparent - content: "" - display: block - height: 16px - position: relative - width: 16px - -%unselectable - -webkit-touch-callout: none - -webkit-user-select: none - -moz-user-select: none - -ms-user-select: none - user-select: none diff --git a/sass/components/level.sass b/sass/components/level.sass index b2b3cd23..47282617 100644 --- a/sass/components/level.sass +++ b/sass/components/level.sass @@ -1,4 +1,3 @@ -@import "../base/placeholders.sass" @import "../utilities/mixins.sass" @import "../utilities/variables.sass" @@ -37,7 +36,7 @@ justify-content: flex-end .level - @extend %block + +block align-items: center justify-content: space-between code diff --git a/sass/components/message.sass b/sass/components/message.sass index fb7eda51..2f69997d 100644 --- a/sass/components/message.sass +++ b/sass/components/message.sass @@ -1,4 +1,3 @@ -@import "../base/placeholders.sass" @import "../utilities/functions.sass" @import "../utilities/variables.sass" @@ -21,7 +20,7 @@ border-top: none .message - @extend %block + +block background-color: $background border-radius: $radius // Colors diff --git a/sass/components/modal.sass b/sass/components/modal.sass index c0c6ba83..88fe26cb 100644 --- a/sass/components/modal.sass +++ b/sass/components/modal.sass @@ -1,4 +1,3 @@ -@import "../base/placeholders.sass" @import "../utilities/mixins.sass" @import "../utilities/variables.sass" @@ -20,7 +19,7 @@ width: 640px .modal-close - @extend %delete + +delete background: none height: 40px position: fixed diff --git a/sass/components/nav.sass b/sass/components/nav.sass index 09366f8a..932f8591 100644 --- a/sass/components/nav.sass +++ b/sass/components/nav.sass @@ -1,11 +1,10 @@ -@import "../base/placeholders.sass" @import "../utilities/mixins.sass" @import "../utilities/variables.sass" // Components .nav-toggle - @extend %hamburger + +hamburger // Responsiveness +tablet display: none diff --git a/sass/components/tabs.sass b/sass/components/tabs.sass index 4115b5a3..5e72f0e1 100644 --- a/sass/components/tabs.sass +++ b/sass/components/tabs.sass @@ -1,9 +1,9 @@ -@import "../base/placeholders.sass" +@import "../utilities/mixins.sass" @import "../utilities/variables.sass" .tabs - @extend %block - @extend %unselectable + +block + +unselectable align-items: stretch display: flex justify-content: space-between diff --git a/sass/elements/box.sass b/sass/elements/box.sass index da9c40d1..3bc0f97f 100644 --- a/sass/elements/box.sass +++ b/sass/elements/box.sass @@ -1,8 +1,7 @@ -@import "../base/placeholders.sass" @import "../utilities/variables.sass" .box - @extend %block + +block background-color: $white border-radius: $radius-large box-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1) diff --git a/sass/elements/button.sass b/sass/elements/button.sass index 5acf4dac..5bded0d2 100644 --- a/sass/elements/button.sass +++ b/sass/elements/button.sass @@ -1,4 +1,3 @@ -@import "../base/placeholders.sass" @import "../utilities/controls.sass" @import "../utilities/variables.sass" @@ -22,7 +21,8 @@ .button +control - @extend %unselectable + +unselectable + cursor: pointer justify-content: center padding-left: 10px padding-right: 10px @@ -109,6 +109,6 @@ color: transparent !important pointer-events: none &:after - @extend %loader + +loader +center(16px) position: absolute !important diff --git a/sass/elements/content.sass b/sass/elements/content.sass index aa2c78be..e4962120 100644 --- a/sass/elements/content.sass +++ b/sass/elements/content.sass @@ -1,8 +1,7 @@ -@import "../base/placeholders.sass" @import "../utilities/variables.sass" .content - @extend %block + +block color: $text // Inline a:not(.button) diff --git a/sass/elements/form.sass b/sass/elements/form.sass index 802d9f00..b0c3d7b0 100644 --- a/sass/elements/form.sass +++ b/sass/elements/form.sass @@ -1,4 +1,3 @@ -@import "../base/placeholders.sass" @import "../utilities/controls.sass" @import "../utilities/mixins.sass" @@ -42,7 +41,8 @@ padding: 10px resize: vertical -%control-with-element +.checkbox, +.radio cursor: pointer display: inline-block line-height: 16px @@ -58,11 +58,7 @@ input pointer-events: none -.checkbox - @extend %control-with-element - .radio - @extend %control-with-element & + .radio margin-left: 10px @@ -257,7 +253,7 @@ flex-shrink: 1 &.is-loading &:after - @extend %loader + +loader position: absolute !important right: 8px top: 8px diff --git a/sass/elements/notification.sass b/sass/elements/notification.sass index bb4d8cfd..ef1816ba 100644 --- a/sass/elements/notification.sass +++ b/sass/elements/notification.sass @@ -1,9 +1,8 @@ -@import "../base/placeholders.sass" @import "../utilities/mixins.sass" @import "../utilities/variables.sass" .notification - @extend %block + +block +clearfix background-color: $background border-radius: $radius @@ -13,8 +12,9 @@ border-radius: 0 $radius float: right margin: -16px -20px 0 20px + .title, .subtitle, - .title + .content color: inherit // Colors @each $name, $pair in $colors diff --git a/sass/elements/other.sass b/sass/elements/other.sass index 37a0712e..d5f769f4 100644 --- a/sass/elements/other.sass +++ b/sass/elements/other.sass @@ -1,7 +1,9 @@ -@import "../base/placeholders.sass" @import "../utilities/mixins.sass" @import "../utilities/variables.sass" +.block + +block + .container position: relative +desktop @@ -14,11 +16,17 @@ +widescreen max-width: 1200px +.delete + +delete + .fa font-size: 21px text-align: center vertical-align: top +.hamburger + +hamburger + .icon +fa(21px, 24px) .fa @@ -40,7 +48,7 @@ text-transform: uppercase .highlight - @extend %block + +block font-size: 12px font-weight: normal max-width: 100% @@ -50,6 +58,9 @@ overflow: auto max-width: 100% +.loader + +loader + .number background-color: $background border-radius: 290486px diff --git a/sass/elements/progress.sass b/sass/elements/progress.sass index abe79c04..ecba68ac 100644 --- a/sass/elements/progress.sass +++ b/sass/elements/progress.sass @@ -1,8 +1,7 @@ -@import "../base/placeholders.sass" @import "../utilities/variables.sass" .progress - @extend %block + +block -moz-appearance: none -webkit-appearance: none border: none diff --git a/sass/elements/title.sass b/sass/elements/title.sass index 880845b6..b9878008 100644 --- a/sass/elements/title.sass +++ b/sass/elements/title.sass @@ -1,10 +1,9 @@ -@import "../base/placeholders.sass" @import "../utilities/mixins.sass" @import "../utilities/variables.sass" .title, .subtitle - @extend %block + +block font-weight: $weight-title-normal word-break: break-word em, diff --git a/sass/utilities/functions.sass b/sass/utilities/functions.sass index 49a47b6b..ab246c25 100644 --- a/sass/utilities/functions.sass +++ b/sass/utilities/functions.sass @@ -22,7 +22,7 @@ @return (map-get($color-rgb, 'red') * .2126) + (map-get($color-rgb, 'green') * .7152) + (map-get($color-rgb, 'blue') * .0722) @function findColorInvert($color) - @if (colorLuminance($color) > 0.7) - @return rgba($black, 0.7) + @if (colorLuminance($color) > 0.67) + @return rgba(black, 0.7) @else @return white diff --git a/sass/utilities/mixins.sass b/sass/utilities/mixins.sass index b0f0ed86..53a21d75 100644 --- a/sass/utilities/mixins.sass +++ b/sass/utilities/mixins.sass @@ -1,3 +1,6 @@ +@import "./animations.sass" +@import "./variables.sass" + =arrow($color) border: 1px solid $color border-right: 0 @@ -10,6 +13,10 @@ transform: rotate(-45deg) width: 7px +=block + &:not(:last-child) + margin-bottom: 20px + =clearfix &:after clear: both @@ -23,6 +30,48 @@ position: absolute top: 50% +=delete + +unselectable + -moz-appearance: none + -webkit-appearance: none + background-color: rgba($black, 0.2) + border: none + border-radius: 290486px + cursor: pointer + display: inline-block + height: 24px + position: relative + vertical-align: top + width: 24px + &:before, + &:after + background-color: $white + content: "" + display: block + height: 2px + left: 50% + margin-left: -25% + margin-top: -1px + position: absolute + top: 50% + width: 50% + &:before + transform: rotate(45deg) + &:after + transform: rotate(-45deg) + &:hover + background-color: rgba($black, 0.5) + // Sizes + &.is-small + height: 16px + width: 16px + &.is-medium + height: 32px + width: 32px + &.is-large + height: 40px + width: 40px + =fa($size, $dimensions) display: inline-block font-size: $size @@ -32,6 +81,58 @@ vertical-align: top width: $dimensions +=hamburger + cursor: pointer + display: block + height: $nav-height + position: relative + width: $nav-height + span + background-color: $text + display: block + height: 1px + left: 50% + margin-left: -7px + position: absolute + top: 50% + transition: none $speed $easing + transition-property: background, left, opacity, transform + width: 15px + &:nth-child(1) + margin-top: -6px + &:nth-child(2) + margin-top: -1px + &:nth-child(3) + margin-top: 4px + &:hover + background-color: $background + // Modifers + &.is-active + span + background-color: $link + &:nth-child(1) + margin-left: -5px + transform: rotate(45deg) + transform-origin: left top + &:nth-child(2) + opacity: 0 + &:nth-child(3) + margin-left: -5px + transform: rotate(-45deg) + transform-origin: left bottom + +=loader + animation: spin-around 500ms infinite linear + border: 2px solid $border + border-radius: 290486px + border-right-color: transparent + border-top-color: transparent + content: "" + display: block + height: 16px + position: relative + width: 16px + =overlay($offset: 0) bottom: $offset left: $offset @@ -57,6 +158,13 @@ text-indent: -290486px width: $width +=unselectable + -webkit-touch-callout: none + -webkit-user-select: none + -moz-user-select: none + -ms-user-select: none + user-select: none + // Responsiveness $tablet: 769px !default diff --git a/sass/utilities/reset.sass b/sass/utilities/reset.sass deleted file mode 100644 index 26bf2864..00000000 --- a/sass/utilities/reset.sass +++ /dev/null @@ -1,174 +0,0 @@ -// -// HTML5 Reset :: style.css -// ---------------------------------------------------------- -// We have learned much from/been inspired by/taken code where offered from: -// -// Eric Meyer :: http://meyerweb.com -// HTML5 Doctor :: http://html5doctor.com -// and the HTML5 Boilerplate :: http://html5boilerplate.com -// -//------------------------------------------------------------------------------- - -// Let's default this puppy out - -html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary - margin: 0 - padding: 0 - border: 0 - font-size: 100% - font-weight: normal - vertical-align: baseline - background: transparent - -article, aside, figure, footer, header, nav, section, details, summary - display: block - -// Handle box-sizing while better addressing child elements: -// http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ -html - box-sizing: border-box - -*, -*:before, -*:after - box-sizing: inherit - -// consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 - -// Responsive images and other embedded objects -img, -object, -embed - max-width: 100% - -// -// Note: keeping IMG here will cause problems if you're using foreground images as sprites. -// In fact, it *will* cause problems with Google Maps' controls at small size. -// If this is the case for you, try uncommenting the following: -// -//#map img { -// max-width: none; -//} - -// force a vertical scrollbar to prevent a jumpy page -html - overflow-y: scroll - -// we use a lot of ULs that aren't bulleted. -// don't forget to restore the bullets within content. -ul - list-style: none - -blockquote, q - quotes: none - -blockquote:before, -blockquote:after, -q:before, -q:after - content: '' - content: none - -a - margin: 0 - padding: 0 - font-size: 100% - vertical-align: baseline - background: transparent - -del - text-decoration: line-through - -abbr[title], dfn[title] - border-bottom: 1px dotted #000 - cursor: help - -// tables still need cellspacing="0" in the markup -table - border-collapse: collapse - border-spacing: 0 - -th - font-weight: bold - vertical-align: bottom - -td - font-weight: normal - vertical-align: top - -hr - display: block - height: 1px - border: 0 - border-top: 1px solid #ccc - margin: 1em 0 - padding: 0 - -input, select - vertical-align: middle - -pre - white-space: pre - // CSS2 - white-space: pre-wrap - // CSS 2.1 - white-space: pre-line - // CSS 3 (and 2.1 as well, actually) - word-wrap: break-word - // IE - -input[type="radio"] - vertical-align: text-bottom - -input[type="checkbox"] - vertical-align: bottom - -select, input, textarea - font: 99% sans-serif - -table - font-size: inherit - font: 100% - -small - font-size: 85% - -strong - font-weight: bold - -td, td img - vertical-align: top - -// Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 -sub, sup - font-size: 75% - line-height: 0 - position: relative - -sup - top: -0.5em - -sub - bottom: -0.25em - -// standardize any monospaced elements -pre, code, kbd, samp - font-family: monospace, sans-serif - -// hand cursor on clickable elements -label, -input[type=button], -input[type=submit], -input[type=file], -button - cursor: pointer - -// Webkit browsers add a 2px margin outside the chrome of form elements -button, input, select, textarea - margin: 0 - -// make buttons play nice in IE -button, -input[type=button] - width: auto - overflow: visible From 76b76284b8a6baacbcfb44cbdacd7aaeabfd1a94 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Thu, 22 Sep 2016 23:19:48 +0100 Subject: [PATCH 09/18] Remove mixins --- bulma.sass | 1 - docs/bulma-docs.sass | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bulma.sass b/bulma.sass index d6e1fbe5..091d8e90 100644 --- a/bulma.sass +++ b/bulma.sass @@ -4,4 +4,3 @@ @import "sass/elements/elements.sass" @import "sass/components/components.sass" @import "sass/layout/layout.sass" -@import "sass/utilities/mixins.sass" diff --git a/docs/bulma-docs.sass b/docs/bulma-docs.sass index 917b9c3f..15e3ffd0 100644 --- a/docs/bulma-docs.sass +++ b/docs/bulma-docs.sass @@ -1,6 +1,7 @@ @charset "utf-8" @import "../bulma.sass" +@import "../sass/utilities/mixins.sass" // Override From 2673f2b0f009ff8d6a4789b78cf9eb9c6b21a014 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Thu, 22 Sep 2016 23:23:30 +0100 Subject: [PATCH 10/18] Add grid modules --- bulma.sass | 1 + docs/css/bulma-docs.css | 1731 +++++++++-------- sass/components/components.sass | 1 - .../grid.sass => grid/columns.sass} | 32 - sass/grid/grid.sass | 4 + sass/grid/tiles.sass | 34 + 6 files changed, 909 insertions(+), 894 deletions(-) rename sass/{components/grid.sass => grid/columns.sass} (90%) create mode 100644 sass/grid/grid.sass create mode 100644 sass/grid/tiles.sass diff --git a/bulma.sass b/bulma.sass index 091d8e90..bfe4defd 100644 --- a/bulma.sass +++ b/bulma.sass @@ -3,4 +3,5 @@ @import "sass/base/base.sass" @import "sass/elements/elements.sass" @import "sass/components/components.sass" +@import "sass/grid/grid.sass" @import "sass/layout/layout.sass" diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index 515a23fc..2b028cce 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -2987,867 +2987,6 @@ a.box:active { border-radius: 5px; } -@keyframes spin-around { - from { - transform: rotate(0deg); - } - to { - transform: rotate(359deg); - } -} - -.column { - flex-basis: 0; - flex-grow: 1; - flex-shrink: 1; - padding: 10px; -} - -.columns.is-mobile > .column.is-narrow { - flex: none; -} - -.columns.is-mobile > .column.is-full { - flex: none; - width: 100%; -} - -.columns.is-mobile > .column.is-three-quarters { - flex: none; - width: 75%; -} - -.columns.is-mobile > .column.is-two-thirds { - flex: none; - width: 66.6666%; -} - -.columns.is-mobile > .column.is-half { - flex: none; - width: 50%; -} - -.columns.is-mobile > .column.is-one-third { - flex: none; - width: 33.3333%; -} - -.columns.is-mobile > .column.is-one-quarter { - flex: none; - width: 25%; -} - -.columns.is-mobile > .column.is-offset-three-quarters { - margin-left: 75%; -} - -.columns.is-mobile > .column.is-offset-two-thirds { - margin-left: 66.6666%; -} - -.columns.is-mobile > .column.is-offset-half { - margin-left: 50%; -} - -.columns.is-mobile > .column.is-offset-one-third { - margin-left: 33.3333%; -} - -.columns.is-mobile > .column.is-offset-one-quarter { - margin-left: 25%; -} - -.columns.is-mobile > .column.is-1 { - flex: none; - width: 8.33333%; -} - -.columns.is-mobile > .column.is-offset-1 { - margin-left: 8.33333%; -} - -.columns.is-mobile > .column.is-2 { - flex: none; - width: 16.66667%; -} - -.columns.is-mobile > .column.is-offset-2 { - margin-left: 16.66667%; -} - -.columns.is-mobile > .column.is-3 { - flex: none; - width: 25%; -} - -.columns.is-mobile > .column.is-offset-3 { - margin-left: 25%; -} - -.columns.is-mobile > .column.is-4 { - flex: none; - width: 33.33333%; -} - -.columns.is-mobile > .column.is-offset-4 { - margin-left: 33.33333%; -} - -.columns.is-mobile > .column.is-5 { - flex: none; - width: 41.66667%; -} - -.columns.is-mobile > .column.is-offset-5 { - margin-left: 41.66667%; -} - -.columns.is-mobile > .column.is-6 { - flex: none; - width: 50%; -} - -.columns.is-mobile > .column.is-offset-6 { - margin-left: 50%; -} - -.columns.is-mobile > .column.is-7 { - flex: none; - width: 58.33333%; -} - -.columns.is-mobile > .column.is-offset-7 { - margin-left: 58.33333%; -} - -.columns.is-mobile > .column.is-8 { - flex: none; - width: 66.66667%; -} - -.columns.is-mobile > .column.is-offset-8 { - margin-left: 66.66667%; -} - -.columns.is-mobile > .column.is-9 { - flex: none; - width: 75%; -} - -.columns.is-mobile > .column.is-offset-9 { - margin-left: 75%; -} - -.columns.is-mobile > .column.is-10 { - flex: none; - width: 83.33333%; -} - -.columns.is-mobile > .column.is-offset-10 { - margin-left: 83.33333%; -} - -.columns.is-mobile > .column.is-11 { - flex: none; - width: 91.66667%; -} - -.columns.is-mobile > .column.is-offset-11 { - margin-left: 91.66667%; -} - -.columns.is-mobile > .column.is-12 { - flex: none; - width: 100%; -} - -.columns.is-mobile > .column.is-offset-12 { - margin-left: 100%; -} - -@media screen and (max-width: 768px) { - .column.is-narrow-mobile { - flex: none; - } - .column.is-full-mobile { - flex: none; - width: 100%; - } - .column.is-three-quarters-mobile { - flex: none; - width: 75%; - } - .column.is-two-thirds-mobile { - flex: none; - width: 66.6666%; - } - .column.is-half-mobile { - flex: none; - width: 50%; - } - .column.is-one-third-mobile { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-mobile { - flex: none; - width: 25%; - } - .column.is-offset-three-quarters-mobile { - margin-left: 75%; - } - .column.is-offset-two-thirds-mobile { - margin-left: 66.6666%; - } - .column.is-offset-half-mobile { - margin-left: 50%; - } - .column.is-offset-one-third-mobile { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter-mobile { - margin-left: 25%; - } - .column.is-1-mobile { - flex: none; - width: 8.33333%; - } - .column.is-offset-1-mobile { - margin-left: 8.33333%; - } - .column.is-2-mobile { - flex: none; - width: 16.66667%; - } - .column.is-offset-2-mobile { - margin-left: 16.66667%; - } - .column.is-3-mobile { - flex: none; - width: 25%; - } - .column.is-offset-3-mobile { - margin-left: 25%; - } - .column.is-4-mobile { - flex: none; - width: 33.33333%; - } - .column.is-offset-4-mobile { - margin-left: 33.33333%; - } - .column.is-5-mobile { - flex: none; - width: 41.66667%; - } - .column.is-offset-5-mobile { - margin-left: 41.66667%; - } - .column.is-6-mobile { - flex: none; - width: 50%; - } - .column.is-offset-6-mobile { - margin-left: 50%; - } - .column.is-7-mobile { - flex: none; - width: 58.33333%; - } - .column.is-offset-7-mobile { - margin-left: 58.33333%; - } - .column.is-8-mobile { - flex: none; - width: 66.66667%; - } - .column.is-offset-8-mobile { - margin-left: 66.66667%; - } - .column.is-9-mobile { - flex: none; - width: 75%; - } - .column.is-offset-9-mobile { - margin-left: 75%; - } - .column.is-10-mobile { - flex: none; - width: 83.33333%; - } - .column.is-offset-10-mobile { - margin-left: 83.33333%; - } - .column.is-11-mobile { - flex: none; - width: 91.66667%; - } - .column.is-offset-11-mobile { - margin-left: 91.66667%; - } - .column.is-12-mobile { - flex: none; - width: 100%; - } - .column.is-offset-12-mobile { - margin-left: 100%; - } -} - -@media screen and (min-width: 769px) { - .column.is-narrow, .column.is-narrow-tablet { - flex: none; - } - .column.is-full, .column.is-full-tablet { - flex: none; - width: 100%; - } - .column.is-three-quarters, .column.is-three-quarters-tablet { - flex: none; - width: 75%; - } - .column.is-two-thirds, .column.is-two-thirds-tablet { - flex: none; - width: 66.6666%; - } - .column.is-half, .column.is-half-tablet { - flex: none; - width: 50%; - } - .column.is-one-third, .column.is-one-third-tablet { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter, .column.is-one-quarter-tablet { - flex: none; - width: 25%; - } - .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet { - margin-left: 75%; - } - .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet { - margin-left: 66.6666%; - } - .column.is-offset-half, .column.is-offset-half-tablet { - margin-left: 50%; - } - .column.is-offset-one-third, .column.is-offset-one-third-tablet { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet { - margin-left: 25%; - } - .column.is-1, .column.is-1-tablet { - 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; - 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; - width: 25%; - } - .column.is-offset-3, .column.is-offset-3-tablet { - margin-left: 25%; - } - .column.is-4, .column.is-4-tablet { - 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; - 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; - width: 50%; - } - .column.is-offset-6, .column.is-offset-6-tablet { - margin-left: 50%; - } - .column.is-7, .column.is-7-tablet { - 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; - 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; - width: 75%; - } - .column.is-offset-9, .column.is-offset-9-tablet { - margin-left: 75%; - } - .column.is-10, .column.is-10-tablet { - 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; - 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; - width: 100%; - } - .column.is-offset-12, .column.is-offset-12-tablet { - margin-left: 100%; - } -} - -@media screen and (min-width: 980px) { - .column.is-narrow-desktop { - flex: none; - } - .column.is-full-desktop { - flex: none; - width: 100%; - } - .column.is-three-quarters-desktop { - flex: none; - width: 75%; - } - .column.is-two-thirds-desktop { - flex: none; - width: 66.6666%; - } - .column.is-half-desktop { - flex: none; - width: 50%; - } - .column.is-one-third-desktop { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-desktop { - flex: none; - width: 25%; - } - .column.is-offset-three-quarters-desktop { - margin-left: 75%; - } - .column.is-offset-two-thirds-desktop { - margin-left: 66.6666%; - } - .column.is-offset-half-desktop { - margin-left: 50%; - } - .column.is-offset-one-third-desktop { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter-desktop { - margin-left: 25%; - } - .column.is-1-desktop { - flex: none; - width: 8.33333%; - } - .column.is-offset-1-desktop { - margin-left: 8.33333%; - } - .column.is-2-desktop { - flex: none; - width: 16.66667%; - } - .column.is-offset-2-desktop { - margin-left: 16.66667%; - } - .column.is-3-desktop { - flex: none; - width: 25%; - } - .column.is-offset-3-desktop { - margin-left: 25%; - } - .column.is-4-desktop { - flex: none; - width: 33.33333%; - } - .column.is-offset-4-desktop { - margin-left: 33.33333%; - } - .column.is-5-desktop { - flex: none; - width: 41.66667%; - } - .column.is-offset-5-desktop { - margin-left: 41.66667%; - } - .column.is-6-desktop { - flex: none; - width: 50%; - } - .column.is-offset-6-desktop { - margin-left: 50%; - } - .column.is-7-desktop { - flex: none; - width: 58.33333%; - } - .column.is-offset-7-desktop { - margin-left: 58.33333%; - } - .column.is-8-desktop { - flex: none; - width: 66.66667%; - } - .column.is-offset-8-desktop { - margin-left: 66.66667%; - } - .column.is-9-desktop { - flex: none; - width: 75%; - } - .column.is-offset-9-desktop { - margin-left: 75%; - } - .column.is-10-desktop { - flex: none; - width: 83.33333%; - } - .column.is-offset-10-desktop { - margin-left: 83.33333%; - } - .column.is-11-desktop { - flex: none; - width: 91.66667%; - } - .column.is-offset-11-desktop { - margin-left: 91.66667%; - } - .column.is-12-desktop { - flex: none; - width: 100%; - } - .column.is-offset-12-desktop { - margin-left: 100%; - } -} - -@media screen and (min-width: 1180px) { - .column.is-narrow-widescreen { - flex: none; - } - .column.is-full-widescreen { - flex: none; - width: 100%; - } - .column.is-three-quarters-widescreen { - flex: none; - width: 75%; - } - .column.is-two-thirds-widescreen { - flex: none; - width: 66.6666%; - } - .column.is-half-widescreen { - flex: none; - width: 50%; - } - .column.is-one-third-widescreen { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-widescreen { - flex: none; - width: 25%; - } - .column.is-offset-three-quarters-widescreen { - margin-left: 75%; - } - .column.is-offset-two-thirds-widescreen { - margin-left: 66.6666%; - } - .column.is-offset-half-widescreen { - margin-left: 50%; - } - .column.is-offset-one-third-widescreen { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter-widescreen { - margin-left: 25%; - } - .column.is-1-widescreen { - flex: none; - width: 8.33333%; - } - .column.is-offset-1-widescreen { - margin-left: 8.33333%; - } - .column.is-2-widescreen { - flex: none; - width: 16.66667%; - } - .column.is-offset-2-widescreen { - margin-left: 16.66667%; - } - .column.is-3-widescreen { - flex: none; - width: 25%; - } - .column.is-offset-3-widescreen { - margin-left: 25%; - } - .column.is-4-widescreen { - flex: none; - width: 33.33333%; - } - .column.is-offset-4-widescreen { - margin-left: 33.33333%; - } - .column.is-5-widescreen { - flex: none; - width: 41.66667%; - } - .column.is-offset-5-widescreen { - margin-left: 41.66667%; - } - .column.is-6-widescreen { - flex: none; - width: 50%; - } - .column.is-offset-6-widescreen { - margin-left: 50%; - } - .column.is-7-widescreen { - flex: none; - width: 58.33333%; - } - .column.is-offset-7-widescreen { - margin-left: 58.33333%; - } - .column.is-8-widescreen { - flex: none; - width: 66.66667%; - } - .column.is-offset-8-widescreen { - margin-left: 66.66667%; - } - .column.is-9-widescreen { - flex: none; - width: 75%; - } - .column.is-offset-9-widescreen { - margin-left: 75%; - } - .column.is-10-widescreen { - flex: none; - width: 83.33333%; - } - .column.is-offset-10-widescreen { - margin-left: 83.33333%; - } - .column.is-11-widescreen { - flex: none; - width: 91.66667%; - } - .column.is-offset-11-widescreen { - margin-left: 91.66667%; - } - .column.is-12-widescreen { - flex: none; - width: 100%; - } - .column.is-offset-12-widescreen { - margin-left: 100%; - } -} - -.columns { - margin-left: -10px; - margin-right: -10px; - margin-top: -10px; -} - -.columns:last-child { - margin-bottom: -10px; -} - -.columns:not(:last-child) { - margin-bottom: 10px; -} - -.columns.is-centered { - justify-content: center; -} - -.columns.is-gapless { - margin-left: 0; - margin-right: 0; - margin-top: 0; -} - -.columns.is-gapless:last-child { - margin-bottom: 0; -} - -.columns.is-gapless:not(:last-child) { - margin-bottom: 20px; -} - -.columns.is-gapless > .column { - margin: 0; - padding: 0; -} - -@media screen and (min-width: 769px) { - .columns.is-grid { - flex-wrap: wrap; - } - .columns.is-grid > .column { - max-width: 33.3333%; - padding: 10px; - width: 33.3333%; - } - .columns.is-grid > .column + .column { - margin-left: 0; - } -} - -.columns.is-mobile { - display: flex; -} - -.columns.is-multiline { - flex-wrap: wrap; -} - -.columns.is-vcentered { - align-items: center; -} - -@media screen and (min-width: 769px) { - .columns:not(.is-desktop) { - display: flex; - } -} - -@media screen and (min-width: 980px) { - .columns.is-desktop { - display: flex; - } -} - -.tile { - align-items: stretch; - flex-basis: auto; - flex-grow: 1; - flex-shrink: 1; - min-height: min-content; -} - -.tile.is-ancestor { - margin-left: -10px; - margin-right: -10px; - margin-top: -10px; -} - -.tile.is-ancestor:last-child { - margin-bottom: -10px; -} - -.tile.is-ancestor:not(:last-child) { - margin-bottom: 10px; -} - -.tile.is-child { - margin: 0 !important; -} - -.tile.is-parent { - padding: 10px; -} - -.tile.is-vertical { - flex-direction: column; -} - -.tile.is-vertical > .tile.is-child:not(:last-child) { - margin-bottom: 20px !important; -} - -@media screen and (min-width: 769px) { - .tile:not(.is-child) { - display: flex; - } - .tile.is-1 { - flex: none; - width: 8.33333%; - } - .tile.is-2 { - flex: none; - width: 16.66667%; - } - .tile.is-3 { - flex: none; - width: 25%; - } - .tile.is-4 { - flex: none; - width: 33.33333%; - } - .tile.is-5 { - flex: none; - width: 41.66667%; - } - .tile.is-6 { - flex: none; - width: 50%; - } - .tile.is-7 { - flex: none; - width: 58.33333%; - } - .tile.is-8 { - flex: none; - width: 66.66667%; - } - .tile.is-9 { - flex: none; - width: 75%; - } - .tile.is-10 { - flex: none; - width: 83.33333%; - } - .tile.is-11 { - flex: none; - width: 91.66667%; - } - .tile.is-12 { - flex: none; - width: 100%; - } -} - .highlight { background-color: #fdf6e3; color: #586e75; @@ -5227,6 +4366,876 @@ a.panel-block:hover { } } +.column { + flex-basis: 0; + flex-grow: 1; + flex-shrink: 1; + padding: 10px; +} + +.columns.is-mobile > .column.is-narrow { + flex: none; +} + +.columns.is-mobile > .column.is-full { + flex: none; + width: 100%; +} + +.columns.is-mobile > .column.is-three-quarters { + flex: none; + width: 75%; +} + +.columns.is-mobile > .column.is-two-thirds { + flex: none; + width: 66.6666%; +} + +.columns.is-mobile > .column.is-half { + flex: none; + width: 50%; +} + +.columns.is-mobile > .column.is-one-third { + flex: none; + width: 33.3333%; +} + +.columns.is-mobile > .column.is-one-quarter { + flex: none; + width: 25%; +} + +.columns.is-mobile > .column.is-offset-three-quarters { + margin-left: 75%; +} + +.columns.is-mobile > .column.is-offset-two-thirds { + margin-left: 66.6666%; +} + +.columns.is-mobile > .column.is-offset-half { + margin-left: 50%; +} + +.columns.is-mobile > .column.is-offset-one-third { + margin-left: 33.3333%; +} + +.columns.is-mobile > .column.is-offset-one-quarter { + margin-left: 25%; +} + +.columns.is-mobile > .column.is-1 { + flex: none; + width: 8.33333%; +} + +.columns.is-mobile > .column.is-offset-1 { + margin-left: 8.33333%; +} + +.columns.is-mobile > .column.is-2 { + flex: none; + width: 16.66667%; +} + +.columns.is-mobile > .column.is-offset-2 { + margin-left: 16.66667%; +} + +.columns.is-mobile > .column.is-3 { + flex: none; + width: 25%; +} + +.columns.is-mobile > .column.is-offset-3 { + margin-left: 25%; +} + +.columns.is-mobile > .column.is-4 { + flex: none; + width: 33.33333%; +} + +.columns.is-mobile > .column.is-offset-4 { + margin-left: 33.33333%; +} + +.columns.is-mobile > .column.is-5 { + flex: none; + width: 41.66667%; +} + +.columns.is-mobile > .column.is-offset-5 { + margin-left: 41.66667%; +} + +.columns.is-mobile > .column.is-6 { + flex: none; + width: 50%; +} + +.columns.is-mobile > .column.is-offset-6 { + margin-left: 50%; +} + +.columns.is-mobile > .column.is-7 { + flex: none; + width: 58.33333%; +} + +.columns.is-mobile > .column.is-offset-7 { + margin-left: 58.33333%; +} + +.columns.is-mobile > .column.is-8 { + flex: none; + width: 66.66667%; +} + +.columns.is-mobile > .column.is-offset-8 { + margin-left: 66.66667%; +} + +.columns.is-mobile > .column.is-9 { + flex: none; + width: 75%; +} + +.columns.is-mobile > .column.is-offset-9 { + margin-left: 75%; +} + +.columns.is-mobile > .column.is-10 { + flex: none; + width: 83.33333%; +} + +.columns.is-mobile > .column.is-offset-10 { + margin-left: 83.33333%; +} + +.columns.is-mobile > .column.is-11 { + flex: none; + width: 91.66667%; +} + +.columns.is-mobile > .column.is-offset-11 { + margin-left: 91.66667%; +} + +.columns.is-mobile > .column.is-12 { + flex: none; + width: 100%; +} + +.columns.is-mobile > .column.is-offset-12 { + margin-left: 100%; +} + +@media screen and (max-width: 768px) { + .column.is-narrow-mobile { + flex: none; + } + .column.is-full-mobile { + flex: none; + width: 100%; + } + .column.is-three-quarters-mobile { + flex: none; + width: 75%; + } + .column.is-two-thirds-mobile { + flex: none; + width: 66.6666%; + } + .column.is-half-mobile { + flex: none; + width: 50%; + } + .column.is-one-third-mobile { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-mobile { + flex: none; + width: 25%; + } + .column.is-offset-three-quarters-mobile { + margin-left: 75%; + } + .column.is-offset-two-thirds-mobile { + margin-left: 66.6666%; + } + .column.is-offset-half-mobile { + margin-left: 50%; + } + .column.is-offset-one-third-mobile { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-mobile { + margin-left: 25%; + } + .column.is-1-mobile { + flex: none; + width: 8.33333%; + } + .column.is-offset-1-mobile { + margin-left: 8.33333%; + } + .column.is-2-mobile { + flex: none; + width: 16.66667%; + } + .column.is-offset-2-mobile { + margin-left: 16.66667%; + } + .column.is-3-mobile { + flex: none; + width: 25%; + } + .column.is-offset-3-mobile { + margin-left: 25%; + } + .column.is-4-mobile { + flex: none; + width: 33.33333%; + } + .column.is-offset-4-mobile { + margin-left: 33.33333%; + } + .column.is-5-mobile { + flex: none; + width: 41.66667%; + } + .column.is-offset-5-mobile { + margin-left: 41.66667%; + } + .column.is-6-mobile { + flex: none; + width: 50%; + } + .column.is-offset-6-mobile { + margin-left: 50%; + } + .column.is-7-mobile { + flex: none; + width: 58.33333%; + } + .column.is-offset-7-mobile { + margin-left: 58.33333%; + } + .column.is-8-mobile { + flex: none; + width: 66.66667%; + } + .column.is-offset-8-mobile { + margin-left: 66.66667%; + } + .column.is-9-mobile { + flex: none; + width: 75%; + } + .column.is-offset-9-mobile { + margin-left: 75%; + } + .column.is-10-mobile { + flex: none; + width: 83.33333%; + } + .column.is-offset-10-mobile { + margin-left: 83.33333%; + } + .column.is-11-mobile { + flex: none; + width: 91.66667%; + } + .column.is-offset-11-mobile { + margin-left: 91.66667%; + } + .column.is-12-mobile { + flex: none; + width: 100%; + } + .column.is-offset-12-mobile { + margin-left: 100%; + } +} + +@media screen and (min-width: 769px) { + .column.is-narrow, .column.is-narrow-tablet { + flex: none; + } + .column.is-full, .column.is-full-tablet { + flex: none; + width: 100%; + } + .column.is-three-quarters, .column.is-three-quarters-tablet { + flex: none; + width: 75%; + } + .column.is-two-thirds, .column.is-two-thirds-tablet { + flex: none; + width: 66.6666%; + } + .column.is-half, .column.is-half-tablet { + flex: none; + width: 50%; + } + .column.is-one-third, .column.is-one-third-tablet { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter, .column.is-one-quarter-tablet { + flex: none; + width: 25%; + } + .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet { + margin-left: 75%; + } + .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet { + margin-left: 66.6666%; + } + .column.is-offset-half, .column.is-offset-half-tablet { + margin-left: 50%; + } + .column.is-offset-one-third, .column.is-offset-one-third-tablet { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet { + margin-left: 25%; + } + .column.is-1, .column.is-1-tablet { + 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; + 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; + width: 25%; + } + .column.is-offset-3, .column.is-offset-3-tablet { + margin-left: 25%; + } + .column.is-4, .column.is-4-tablet { + 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; + 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; + width: 50%; + } + .column.is-offset-6, .column.is-offset-6-tablet { + margin-left: 50%; + } + .column.is-7, .column.is-7-tablet { + 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; + 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; + width: 75%; + } + .column.is-offset-9, .column.is-offset-9-tablet { + margin-left: 75%; + } + .column.is-10, .column.is-10-tablet { + 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; + 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; + width: 100%; + } + .column.is-offset-12, .column.is-offset-12-tablet { + margin-left: 100%; + } +} + +@media screen and (min-width: 980px) { + .column.is-narrow-desktop { + flex: none; + } + .column.is-full-desktop { + flex: none; + width: 100%; + } + .column.is-three-quarters-desktop { + flex: none; + width: 75%; + } + .column.is-two-thirds-desktop { + flex: none; + width: 66.6666%; + } + .column.is-half-desktop { + flex: none; + width: 50%; + } + .column.is-one-third-desktop { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-desktop { + flex: none; + width: 25%; + } + .column.is-offset-three-quarters-desktop { + margin-left: 75%; + } + .column.is-offset-two-thirds-desktop { + margin-left: 66.6666%; + } + .column.is-offset-half-desktop { + margin-left: 50%; + } + .column.is-offset-one-third-desktop { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-desktop { + margin-left: 25%; + } + .column.is-1-desktop { + flex: none; + width: 8.33333%; + } + .column.is-offset-1-desktop { + margin-left: 8.33333%; + } + .column.is-2-desktop { + flex: none; + width: 16.66667%; + } + .column.is-offset-2-desktop { + margin-left: 16.66667%; + } + .column.is-3-desktop { + flex: none; + width: 25%; + } + .column.is-offset-3-desktop { + margin-left: 25%; + } + .column.is-4-desktop { + flex: none; + width: 33.33333%; + } + .column.is-offset-4-desktop { + margin-left: 33.33333%; + } + .column.is-5-desktop { + flex: none; + width: 41.66667%; + } + .column.is-offset-5-desktop { + margin-left: 41.66667%; + } + .column.is-6-desktop { + flex: none; + width: 50%; + } + .column.is-offset-6-desktop { + margin-left: 50%; + } + .column.is-7-desktop { + flex: none; + width: 58.33333%; + } + .column.is-offset-7-desktop { + margin-left: 58.33333%; + } + .column.is-8-desktop { + flex: none; + width: 66.66667%; + } + .column.is-offset-8-desktop { + margin-left: 66.66667%; + } + .column.is-9-desktop { + flex: none; + width: 75%; + } + .column.is-offset-9-desktop { + margin-left: 75%; + } + .column.is-10-desktop { + flex: none; + width: 83.33333%; + } + .column.is-offset-10-desktop { + margin-left: 83.33333%; + } + .column.is-11-desktop { + flex: none; + width: 91.66667%; + } + .column.is-offset-11-desktop { + margin-left: 91.66667%; + } + .column.is-12-desktop { + flex: none; + width: 100%; + } + .column.is-offset-12-desktop { + margin-left: 100%; + } +} + +@media screen and (min-width: 1180px) { + .column.is-narrow-widescreen { + flex: none; + } + .column.is-full-widescreen { + flex: none; + width: 100%; + } + .column.is-three-quarters-widescreen { + flex: none; + width: 75%; + } + .column.is-two-thirds-widescreen { + flex: none; + width: 66.6666%; + } + .column.is-half-widescreen { + flex: none; + width: 50%; + } + .column.is-one-third-widescreen { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-widescreen { + flex: none; + width: 25%; + } + .column.is-offset-three-quarters-widescreen { + margin-left: 75%; + } + .column.is-offset-two-thirds-widescreen { + margin-left: 66.6666%; + } + .column.is-offset-half-widescreen { + margin-left: 50%; + } + .column.is-offset-one-third-widescreen { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-widescreen { + margin-left: 25%; + } + .column.is-1-widescreen { + flex: none; + width: 8.33333%; + } + .column.is-offset-1-widescreen { + margin-left: 8.33333%; + } + .column.is-2-widescreen { + flex: none; + width: 16.66667%; + } + .column.is-offset-2-widescreen { + margin-left: 16.66667%; + } + .column.is-3-widescreen { + flex: none; + width: 25%; + } + .column.is-offset-3-widescreen { + margin-left: 25%; + } + .column.is-4-widescreen { + flex: none; + width: 33.33333%; + } + .column.is-offset-4-widescreen { + margin-left: 33.33333%; + } + .column.is-5-widescreen { + flex: none; + width: 41.66667%; + } + .column.is-offset-5-widescreen { + margin-left: 41.66667%; + } + .column.is-6-widescreen { + flex: none; + width: 50%; + } + .column.is-offset-6-widescreen { + margin-left: 50%; + } + .column.is-7-widescreen { + flex: none; + width: 58.33333%; + } + .column.is-offset-7-widescreen { + margin-left: 58.33333%; + } + .column.is-8-widescreen { + flex: none; + width: 66.66667%; + } + .column.is-offset-8-widescreen { + margin-left: 66.66667%; + } + .column.is-9-widescreen { + flex: none; + width: 75%; + } + .column.is-offset-9-widescreen { + margin-left: 75%; + } + .column.is-10-widescreen { + flex: none; + width: 83.33333%; + } + .column.is-offset-10-widescreen { + margin-left: 83.33333%; + } + .column.is-11-widescreen { + flex: none; + width: 91.66667%; + } + .column.is-offset-11-widescreen { + margin-left: 91.66667%; + } + .column.is-12-widescreen { + flex: none; + width: 100%; + } + .column.is-offset-12-widescreen { + margin-left: 100%; + } +} + +.columns { + margin-left: -10px; + margin-right: -10px; + margin-top: -10px; +} + +.columns:last-child { + margin-bottom: -10px; +} + +.columns:not(:last-child) { + margin-bottom: 10px; +} + +.columns.is-centered { + justify-content: center; +} + +.columns.is-gapless { + margin-left: 0; + margin-right: 0; + margin-top: 0; +} + +.columns.is-gapless:last-child { + margin-bottom: 0; +} + +.columns.is-gapless:not(:last-child) { + margin-bottom: 20px; +} + +.columns.is-gapless > .column { + margin: 0; + padding: 0; +} + +@media screen and (min-width: 769px) { + .columns.is-grid { + flex-wrap: wrap; + } + .columns.is-grid > .column { + max-width: 33.3333%; + padding: 10px; + width: 33.3333%; + } + .columns.is-grid > .column + .column { + margin-left: 0; + } +} + +.columns.is-mobile { + display: flex; +} + +.columns.is-multiline { + flex-wrap: wrap; +} + +.columns.is-vcentered { + align-items: center; +} + +@media screen and (min-width: 769px) { + .columns:not(.is-desktop) { + display: flex; + } +} + +@media screen and (min-width: 980px) { + .columns.is-desktop { + display: flex; + } +} + +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + +.tile { + align-items: stretch; + flex-basis: auto; + flex-grow: 1; + flex-shrink: 1; + min-height: min-content; +} + +.tile.is-ancestor { + margin-left: -10px; + margin-right: -10px; + margin-top: -10px; +} + +.tile.is-ancestor:last-child { + margin-bottom: -10px; +} + +.tile.is-ancestor:not(:last-child) { + margin-bottom: 10px; +} + +.tile.is-child { + margin: 0 !important; +} + +.tile.is-parent { + padding: 10px; +} + +.tile.is-vertical { + flex-direction: column; +} + +.tile.is-vertical > .tile.is-child:not(:last-child) { + margin-bottom: 20px !important; +} + +@media screen and (min-width: 769px) { + .tile:not(.is-child) { + display: flex; + } + .tile.is-1 { + flex: none; + width: 8.33333%; + } + .tile.is-2 { + flex: none; + width: 16.66667%; + } + .tile.is-3 { + flex: none; + width: 25%; + } + .tile.is-4 { + flex: none; + width: 33.33333%; + } + .tile.is-5 { + flex: none; + width: 41.66667%; + } + .tile.is-6 { + flex: none; + width: 50%; + } + .tile.is-7 { + flex: none; + width: 58.33333%; + } + .tile.is-8 { + flex: none; + width: 66.66667%; + } + .tile.is-9 { + flex: none; + width: 75%; + } + .tile.is-10 { + flex: none; + width: 83.33333%; + } + .tile.is-11 { + flex: none; + width: 91.66667%; + } + .tile.is-12 { + flex: none; + width: 100%; + } +} + +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + .hero-video { bottom: 0; left: 0; diff --git a/sass/components/components.sass b/sass/components/components.sass index 9d03779a..7ea178fa 100644 --- a/sass/components/components.sass +++ b/sass/components/components.sass @@ -1,7 +1,6 @@ @charset "utf-8" @import "card" -@import "grid" @import "highlight" @import "level" @import "media" diff --git a/sass/components/grid.sass b/sass/grid/columns.sass similarity index 90% rename from sass/components/grid.sass rename to sass/grid/columns.sass index ff020766..e3f91aea 100644 --- a/sass/components/grid.sass +++ b/sass/grid/columns.sass @@ -251,35 +251,3 @@ // Modifiers &.is-desktop display: flex - -.tile - align-items: stretch - flex-basis: auto - flex-grow: 1 - flex-shrink: 1 - min-height: min-content - // Modifiers - &.is-ancestor - margin-left: -10px - margin-right: -10px - margin-top: -10px - &:last-child - margin-bottom: -10px - &:not(:last-child) - margin-bottom: 10px - &.is-child - margin: 0 !important - &.is-parent - padding: 10px - &.is-vertical - flex-direction: column - & > .tile.is-child:not(:last-child) - margin-bottom: 20px !important - // Responsiveness - +tablet - &:not(.is-child) - display: flex - @for $i from 1 through 12 - &.is-#{$i} - flex: none - width: ($i / 12) * 100% diff --git a/sass/grid/grid.sass b/sass/grid/grid.sass new file mode 100644 index 00000000..92a4634a --- /dev/null +++ b/sass/grid/grid.sass @@ -0,0 +1,4 @@ +@charset "utf-8" + +@import "columns" +@import "tiles" diff --git a/sass/grid/tiles.sass b/sass/grid/tiles.sass new file mode 100644 index 00000000..f4d5675e --- /dev/null +++ b/sass/grid/tiles.sass @@ -0,0 +1,34 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + +.tile + align-items: stretch + flex-basis: auto + flex-grow: 1 + flex-shrink: 1 + min-height: min-content + // Modifiers + &.is-ancestor + margin-left: -10px + margin-right: -10px + margin-top: -10px + &:last-child + margin-bottom: -10px + &:not(:last-child) + margin-bottom: 10px + &.is-child + margin: 0 !important + &.is-parent + padding: 10px + &.is-vertical + flex-direction: column + & > .tile.is-child:not(:last-child) + margin-bottom: 20px !important + // Responsiveness + +tablet + &:not(.is-child) + display: flex + @for $i from 1 through 12 + &.is-#{$i} + flex: none + width: ($i / 12) * 100% From a5a33eefe16bc950ca33381f0b6164a232e5f9f8 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Fri, 23 Sep 2016 22:08:03 +0100 Subject: [PATCH 11/18] Add modularity --- docs/_includes/footer.html | 4 + docs/_includes/subnav-overview.html | 9 ++- docs/bulma-docs.sass | 1 + docs/css/bulma-docs.css | 15 ++-- docs/documentation/overview/modular.html | 97 ++++++++++++++++++++++++ docs/index.html | 36 ++++++--- sass/base/base.sass | 6 +- sass/base/generic.sass | 2 +- sass/components/components.sass | 22 +++--- sass/elements/elements.sass | 20 ++--- sass/grid/columns.sass | 1 + sass/grid/grid.sass | 4 +- sass/grid/tiles.sass | 1 + sass/layout/layout.sass | 6 +- sass/utilities/mixins.sass | 5 +- 15 files changed, 179 insertions(+), 50 deletions(-) create mode 100644 docs/documentation/overview/modular.html diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 465b56c4..c95dfacf 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -95,6 +95,10 @@ color: white; } + a.column:hover .title strong { + border-bottom: 1px solid; + } + @media screen and (max-width: 979px) { .title.is-2 a { padding-left: 0; diff --git a/docs/_includes/subnav-overview.html b/docs/_includes/subnav-overview.html index a01b32f3..b1a6a3c6 100644 --- a/docs/_includes/subnav-overview.html +++ b/docs/_includes/subnav-overview.html @@ -7,12 +7,15 @@ Variables - - Classes - Responsiveness + + Modular + + + Classes +
diff --git a/docs/bulma-docs.sass b/docs/bulma-docs.sass index 15e3ffd0..db1cb750 100644 --- a/docs/bulma-docs.sass +++ b/docs/bulma-docs.sass @@ -240,6 +240,7 @@ $structure-invert: $danger-invert border: solid $border border-width: 0 0 1px 1px color: $text-light + cursor: pointer outline: none position: absolute right: 0 diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index 2b028cce..8bcff189 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -160,7 +160,7 @@ hr { border: none; display: block; height: 1px; - margin: 40px 0; + margin: 20px 0; } img { @@ -2613,12 +2613,13 @@ a.box:active { user-select: none; -moz-appearance: none; -webkit-appearance: none; - background-color: rgba(18, 18, 18, 0.2); + background-color: rgba(18, 18, 18, 0.1); border: none; border-radius: 290486px; cursor: pointer; display: inline-block; height: 24px; + outline: none; position: relative; vertical-align: top; width: 24px; @@ -2646,7 +2647,7 @@ a.box:active { } .delete:hover { - background-color: rgba(18, 18, 18, 0.5); + background-color: rgba(18, 18, 18, 0.2); } .delete.is-small { @@ -3641,12 +3642,13 @@ a.box:active { user-select: none; -moz-appearance: none; -webkit-appearance: none; - background-color: rgba(18, 18, 18, 0.2); + background-color: rgba(18, 18, 18, 0.1); border: none; border-radius: 290486px; cursor: pointer; display: inline-block; height: 24px; + outline: none; position: relative; vertical-align: top; width: 24px; @@ -3680,7 +3682,7 @@ a.box:active { } .modal-close:hover { - background-color: rgba(18, 18, 18, 0.5); + background-color: rgba(18, 18, 18, 0.2); } .modal-close.is-small { @@ -4367,6 +4369,7 @@ a.panel-block:hover { } .column { + display: block; flex-basis: 0; flex-grow: 1; flex-shrink: 1; @@ -5137,6 +5140,7 @@ a.panel-block:hover { .tile { align-items: stretch; + display: block; flex-basis: auto; flex-grow: 1; flex-shrink: 1; @@ -6529,6 +6533,7 @@ body.page-grid .column > .notification { border: solid #dbdbdb; border-width: 0 0 1px 1px; color: #b5b5b5; + cursor: pointer; outline: none; position: absolute; right: 0; diff --git a/docs/documentation/overview/modular.html b/docs/documentation/overview/modular.html new file mode 100644 index 00000000..bf0a6bd2 --- /dev/null +++ b/docs/documentation/overview/modular.html @@ -0,0 +1,97 @@ +--- +layout: documentation +doc-tab: overview +doc-subtab: modular +--- + +{% include subnav-overview.html %} + +
+
+

Modular

+

Just import what you need

+ +
+ +
+

+ Bulma consists of 29 .sass files that you can import individually. +

+

+ For example, let's say you only want the Bulma columns. +
+ The file is located in the bulma/sass/grid folder. +
+ Simply import it directly: +

+{% highlight sass %} +@import "bulma/sass/grid/columns.sass" +{% endhighlight %} +

+ Now you can use the classes .columns (for the container) and .column directly: +

+{% highlight html %} +
+
1
+
2
+
3
+
4
+
5
+
+{% endhighlight %} + +
+ +

+ What if you only want the button styles instead? +

+{% highlight sass %} +@import "bulma/sass/elements/button.sass" +{% endhighlight %} +

+ You can now use the .button class, and all its modifiers: +

+
    +
  • + .is-active +
  • +
  • + .is-primary, + .is-info, + .is-success... +
  • +
  • + .is-small, + .is-medium, + .is-large +
  • +
  • + .is-outlined, + .is-inverted, + .is-link +
  • +
  • + .is-disabled, + .is-loading +
  • +
+{% highlight html %} + + Button + + + + Primary button + + + + Large button + + + + Loading button + +{% endhighlight %} +
+
+
diff --git a/docs/index.html b/docs/index.html index a925260b..9794e9f0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -47,7 +47,7 @@ route: index @@ -285,7 +301,7 @@ route: index

- + New

diff --git a/sass/base/base.sass b/sass/base/base.sass index b59b2fa1..e913d6ba 100644 --- a/sass/base/base.sass +++ b/sass/base/base.sass @@ -1,5 +1,5 @@ @charset "utf-8" -@import "minireset" -@import "generic" -@import "helpers" +@import "minireset.sass" +@import "generic.sass" +@import "helpers.sass" diff --git a/sass/base/generic.sass b/sass/base/generic.sass index 63560135..d0198f82 100644 --- a/sass/base/generic.sass +++ b/sass/base/generic.sass @@ -62,7 +62,7 @@ hr border: none display: block height: 1px - margin: 40px 0 + margin: 20px 0 img max-width: 100% diff --git a/sass/components/components.sass b/sass/components/components.sass index 7ea178fa..0eaf7ede 100644 --- a/sass/components/components.sass +++ b/sass/components/components.sass @@ -1,13 +1,13 @@ @charset "utf-8" -@import "card" -@import "highlight" -@import "level" -@import "media" -@import "menu" -@import "message" -@import "modal" -@import "nav" -@import "pagination" -@import "panel" -@import "tabs" +@import "card.sass" +@import "highlight.sass" +@import "level.sass" +@import "media.sass" +@import "menu.sass" +@import "message.sass" +@import "modal.sass" +@import "nav.sass" +@import "pagination.sass" +@import "panel.sass" +@import "tabs.sass" diff --git a/sass/elements/elements.sass b/sass/elements/elements.sass index b1d20059..e92f8de9 100644 --- a/sass/elements/elements.sass +++ b/sass/elements/elements.sass @@ -1,13 +1,13 @@ @charset "utf-8" -@import "box" -@import "button" -@import "content" -@import "form" -@import "image" -@import "notification" -@import "progress" -@import "table" -@import "title" +@import "box.sass" +@import "button.sass" +@import "content.sass" +@import "form.sass" +@import "image.sass" +@import "notification.sass" +@import "progress.sass" +@import "table.sass" +@import "title.sass" -@import "other" +@import "other.sass" diff --git a/sass/grid/columns.sass b/sass/grid/columns.sass index e3f91aea..f3e988f8 100644 --- a/sass/grid/columns.sass +++ b/sass/grid/columns.sass @@ -2,6 +2,7 @@ @import "../utilities/variables.sass" .column + display: block flex-basis: 0 flex-grow: 1 flex-shrink: 1 diff --git a/sass/grid/grid.sass b/sass/grid/grid.sass index 92a4634a..e53070f6 100644 --- a/sass/grid/grid.sass +++ b/sass/grid/grid.sass @@ -1,4 +1,4 @@ @charset "utf-8" -@import "columns" -@import "tiles" +@import "columns.sass" +@import "tiles.sass" diff --git a/sass/grid/tiles.sass b/sass/grid/tiles.sass index f4d5675e..7c5220b3 100644 --- a/sass/grid/tiles.sass +++ b/sass/grid/tiles.sass @@ -3,6 +3,7 @@ .tile align-items: stretch + display: block flex-basis: auto flex-grow: 1 flex-shrink: 1 diff --git a/sass/layout/layout.sass b/sass/layout/layout.sass index 8792926b..143ada35 100644 --- a/sass/layout/layout.sass +++ b/sass/layout/layout.sass @@ -1,5 +1,5 @@ @charset "utf-8" -@import "hero" -@import "section" -@import "footer" +@import "hero.sass" +@import "section.sass" +@import "footer.sass" diff --git a/sass/utilities/mixins.sass b/sass/utilities/mixins.sass index 53a21d75..46b9c845 100644 --- a/sass/utilities/mixins.sass +++ b/sass/utilities/mixins.sass @@ -34,12 +34,13 @@ +unselectable -moz-appearance: none -webkit-appearance: none - background-color: rgba($black, 0.2) + background-color: rgba($black, 0.1) border: none border-radius: 290486px cursor: pointer display: inline-block height: 24px + outline: none position: relative vertical-align: top width: 24px @@ -60,7 +61,7 @@ &:after transform: rotate(-45deg) &:hover - background-color: rgba($black, 0.5) + background-color: rgba($black, 0.2) // Sizes &.is-small height: 16px From 08baf20b3e9a8ba19ed314992f9e1d643ae0fd0c Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sat, 24 Sep 2016 10:35:20 +0100 Subject: [PATCH 12/18] Add logo svg animation --- docs/_includes/head.html | 2 +- docs/_includes/svg/bulma-icon.svg | 12 ++--- docs/blog.html | 4 +- docs/bulma-docs.sass | 66 ++++++++++++++++++++++- docs/css/bulma-docs.css | 88 ++++++++++++++++++++++++++++++- docs/index.html | 1 + 6 files changed, 160 insertions(+), 13 deletions(-) diff --git a/docs/_includes/head.html b/docs/_includes/head.html index 2f53487f..f86225d2 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -6,7 +6,7 @@ {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - + diff --git a/docs/_includes/svg/bulma-icon.svg b/docs/_includes/svg/bulma-icon.svg index 34ea9e6d..a5600d4e 100644 --- a/docs/_includes/svg/bulma-icon.svg +++ b/docs/_includes/svg/bulma-icon.svg @@ -1,12 +1,6 @@ - - bulma-icon - Created with Sketch. - - - - - + + - \ No newline at end of file + diff --git a/docs/blog.html b/docs/blog.html index e822e8ce..7cdb1959 100644 --- a/docs/blog.html +++ b/docs/blog.html @@ -9,7 +9,7 @@ route: blog
-
+

{{ post.date | date_to_string }}

@@ -18,6 +18,8 @@ route: blog {{ post.title }} +
+
{{ post.content }}
diff --git a/docs/bulma-docs.sass b/docs/bulma-docs.sass index db1cb750..739267b6 100644 --- a/docs/bulma-docs.sass +++ b/docs/bulma-docs.sass @@ -77,18 +77,82 @@ $twitter: #55acee border-color: $twitter color: $white +@keyframes floatUp + from + box-shadow: 0 0 0 rgba($black, 0), 0 0 0 rgba($black, 0), 0 0 0 rgba($black, 0) + transform: scale(0.86) + to + box-shadow: 0 20px 60px rgba($black, 0.05), 0 5px 10px rgba($black, 0.1), 0 1px 1px rgba($black, 0.2) + transform: scale(1) + +@keyframes strokePath + from + stroke-dashoffset: 880 + to + stroke-dashoffset: 0 + +@keyframes fadeIn + from + opacity: 0 + transform: scale(0.86) + to + opacity: 1 + transform: scale(1) + +@keyframes fadeOut + 0% + opacity: 1 + transform: scale(0.86) + 67% + opacity: 1 + transform: scale(0.86) + 100% + opacity: 0 + transform: scale(1) + +$curve: cubic-bezier(0, 0.71, 0.29, 1) + #b + animation-delay: 1s + animation-duration: 1s + animation-fill-mode: both + animation-name: floatUp + animation-timing-function: $curve border-radius: 20px - box-shadow: 0 20px 60px rgba($black, 0.05), 0 5px 10px rgba($black, 0.1), 0 1px 1px rgba($black, 0.2) display: inline-block height: 240px margin-bottom: 40px + position: relative vertical-align: top width: 240px svg + +overlay display: block height: 240px width: 240px + &:first-child + animation-duration: 1.5s + animation-fill-mode: both + animation-name: fadeOut + animation-timing-function: $curve + g + animation-duration: 1s + animation-fill-mode: both + animation-name: strokePath + animation-timing-function: $curve + fill: none + stroke: $turquoise + stroke-dasharray: 880 + stroke-width: 2px + &:last-child + animation-delay: 1s + animation-duration: 1s + animation-fill-mode: both + animation-name: fadeIn + animation-timing-function: $curve + g + fill: $turquoise + +mobile border-radius: 10px height: 120px diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index 8bcff189..013990b6 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -6310,22 +6310,108 @@ body.page-grid .column > .notification { color: white; } +@keyframes floatUp { + from { + box-shadow: 0 0 0 rgba(18, 18, 18, 0), 0 0 0 rgba(18, 18, 18, 0), 0 0 0 rgba(18, 18, 18, 0); + transform: scale(0.86); + } + to { + box-shadow: 0 20px 60px rgba(18, 18, 18, 0.05), 0 5px 10px rgba(18, 18, 18, 0.1), 0 1px 1px rgba(18, 18, 18, 0.2); + transform: scale(1); + } +} + +@keyframes strokePath { + from { + stroke-dashoffset: 880; + } + to { + stroke-dashoffset: 0; + } +} + +@keyframes fadeIn { + from { + opacity: 0; + transform: scale(0.86); + } + to { + opacity: 1; + transform: scale(1); + } +} + +@keyframes fadeOut { + 0% { + opacity: 1; + transform: scale(0.86); + } + 67% { + opacity: 1; + transform: scale(0.86); + } + 100% { + opacity: 0; + transform: scale(1); + } +} + #b { + animation-delay: 1s; + animation-duration: 1s; + animation-fill-mode: both; + animation-name: floatUp; + animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1); border-radius: 20px; - box-shadow: 0 20px 60px rgba(18, 18, 18, 0.05), 0 5px 10px rgba(18, 18, 18, 0.1), 0 1px 1px rgba(18, 18, 18, 0.2); display: inline-block; height: 240px; margin-bottom: 40px; + position: relative; vertical-align: top; width: 240px; } #b svg { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; display: block; height: 240px; width: 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); +} + +#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); + fill: none; + stroke: #11e4c4; + stroke-dasharray: 880; + stroke-width: 2px; +} + +#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); +} + +#b svg:last-child g { + fill: #11e4c4; +} + @media screen and (max-width: 768px) { #b { border-radius: 10px; diff --git a/docs/index.html b/docs/index.html index 9794e9f0..abe964fe 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,6 +14,7 @@ route: index

{% include svg/bulma-icon.svg %} + {% include svg/bulma-icon.svg %}

Bulma From 90ac5b86c3c1e727f7bb0459c8d84db43db78369 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sat, 24 Sep 2016 12:41:10 +0100 Subject: [PATCH 13/18] Update homepage --- docs/_includes/footer.html | 11 ++++++++--- docs/_includes/head.html | 6 +++--- docs/bulma-docs.sass | 17 ++++++++++++++--- docs/css/bulma-docs.css | 20 +++++++++++++++++--- docs/favicons/browserconfig.xml | 2 +- docs/index.html | 10 ++-------- 6 files changed, 45 insertions(+), 21 deletions(-) diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index c95dfacf..9fe04b9d 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -73,12 +73,12 @@ } .title.is-2 a { - color: #222324; + color: #242424; padding-left: 60px; } .title.is-2 a:hover { - color: #1fc8db; + color: #11e4c4; } .title.is-2 .icon.is-large { @@ -95,7 +95,12 @@ color: white; } - a.column:hover .title strong { + .hero.is-primary a.column, + .hero.is-primary a.column:hover { + color: white; + } + + .hero.is-primary a.column:hover .title strong { border-bottom: 1px solid; } diff --git a/docs/_includes/head.html b/docs/_includes/head.html index f86225d2..7ace113e 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -6,7 +6,7 @@ {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - + @@ -26,9 +26,9 @@ - + - + diff --git a/docs/bulma-docs.sass b/docs/bulma-docs.sass index 739267b6..3752f602 100644 --- a/docs/bulma-docs.sass +++ b/docs/bulma-docs.sass @@ -78,10 +78,13 @@ $twitter: #55acee color: $white @keyframes floatUp - from + 0% box-shadow: 0 0 0 rgba($black, 0), 0 0 0 rgba($black, 0), 0 0 0 rgba($black, 0) transform: scale(0.86) - to + 67% + box-shadow: 0 0 0 rgba($black, 0), 0 5px 10px rgba($black, 0.1), 0 1px 1px rgba($black, 0.2) + transform: scale(1) + 100% box-shadow: 0 20px 60px rgba($black, 0.05), 0 5px 10px rgba($black, 0.1), 0 1px 1px rgba($black, 0.2) transform: scale(1) @@ -114,7 +117,7 @@ $curve: cubic-bezier(0, 0.71, 0.29, 1) #b animation-delay: 1s - animation-duration: 1s + animation-duration: 1.5s animation-fill-mode: both animation-name: floatUp animation-timing-function: $curve @@ -340,3 +343,11 @@ $structure-invert: $danger-invert .input border-color: $white box-shadow: none + +html + \::-moz-selection + background: $primary + color: $primary-invert + \::selection + background: $primary + color: $primary-invert diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index 013990b6..43375d49 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -6311,11 +6311,15 @@ body.page-grid .column > .notification { } @keyframes floatUp { - from { + 0% { box-shadow: 0 0 0 rgba(18, 18, 18, 0), 0 0 0 rgba(18, 18, 18, 0), 0 0 0 rgba(18, 18, 18, 0); transform: scale(0.86); } - to { + 67% { + box-shadow: 0 0 0 rgba(18, 18, 18, 0), 0 5px 10px rgba(18, 18, 18, 0.1), 0 1px 1px rgba(18, 18, 18, 0.2); + transform: scale(1); + } + 100% { box-shadow: 0 20px 60px rgba(18, 18, 18, 0.05), 0 5px 10px rgba(18, 18, 18, 0.1), 0 1px 1px rgba(18, 18, 18, 0.2); transform: scale(1); } @@ -6358,7 +6362,7 @@ body.page-grid .column > .notification { #b { animation-delay: 1s; - animation-duration: 1s; + animation-duration: 1.5s; animation-fill-mode: both; animation-name: floatUp; animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1); @@ -6669,3 +6673,13 @@ body.page-grid .column > .notification { border-color: white; box-shadow: none; } + +html ::-moz-selection { + background: #11e4c4; + color: white; +} + +html ::selection { + background: #11e4c4; + color: white; +} diff --git a/docs/favicons/browserconfig.xml b/docs/favicons/browserconfig.xml index 628928fa..d3cb0bd6 100644 --- a/docs/favicons/browserconfig.xml +++ b/docs/favicons/browserconfig.xml @@ -6,7 +6,7 @@ - #1fc8db + #11e4c4 diff --git a/docs/index.html b/docs/index.html index abe964fe..2b5368e9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -62,14 +62,8 @@ route: index

Designed for mobile-first

- - - - - - - +

Modular

Just import what you need

@@ -352,7 +346,7 @@ route: index

- + Versatile media object From a52f81a597c267f75509fb442ed3ef1cc627016d Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sat, 24 Sep 2016 12:43:49 +0100 Subject: [PATCH 14/18] Move github files --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md | 0 PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md (100%) rename PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md (100%) diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md From f08e3bcb5fac312f370f7cba21466253cd50dbc0 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sat, 24 Sep 2016 16:04:53 +0100 Subject: [PATCH 15/18] Add table variables --- CHANGELOG.md | 7 + docs/bulma-docs.sass | 38 ++ docs/css/bulma-docs.css | 564 ++++++++++----------- docs/documentation/overview/variables.html | 6 - docs/index.html | 8 +- sass/base/generic.sass | 2 + sass/components/nav.sass | 4 +- sass/elements/button.sass | 9 +- sass/elements/form.sass | 22 +- sass/elements/other.sass | 3 - sass/elements/table.sass | 30 +- sass/utilities/controls.sass | 33 +- sass/utilities/mixins.sass | 6 +- sass/utilities/variables.sass | 86 ++-- 14 files changed, 415 insertions(+), 403 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6815fcb..4e2559f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Bulma Changelog +## 0.2.0 + +* Added: new branding +* Added: modularity +* Added: grid folder +* Added: .github folder + ## 0.1.1 * Remove `flex: 1` shorthand diff --git a/docs/bulma-docs.sass b/docs/bulma-docs.sass index 3752f602..f0590133 100644 --- a/docs/bulma-docs.sass +++ b/docs/bulma-docs.sass @@ -113,6 +113,22 @@ $twitter: #55acee opacity: 0 transform: scale(1) +@keyframes slideDown + 0% + opacity: 0 + transform: translateY(-10px) + 100% + opacity: 1 + transform: translateY(0) + +@keyframes slideUp + 0% + opacity: 0 + transform: translateY(10px) + 100% + opacity: 1 + transform: translateY(0) + $curve: cubic-bezier(0, 0.71, 0.29, 1) #b @@ -161,7 +177,17 @@ $curve: cubic-bezier(0, 0.71, 0.29, 1) height: 120px width: 120px +#bulma + animation: slideDown 500ms both + animation-delay: 1s + +#modern-framework + animation: slideUp 500ms both + animation-delay: 1.2s + #npm + animation: fadeIn 500ms both + animation-delay: 1.4s background: none margin: -10px 0 20px code @@ -171,6 +197,18 @@ $curve: cubic-bezier(0, 0.71, 0.29, 1) font-size: 16px padding: 16px 32px +#ghbtns + animation: slideDown 500ms both + animation-delay: 1.6s + +#carbon + animation: slideUp 500ms both + animation-delay: 1.8s + +#download + animation: fadeIn 500ms both + animation-delay: 2s + #grid .notification padding-left: 0 diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index 43375d49..fd7b9480 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -130,7 +130,7 @@ pre { } body { - color: #7a7a7a; + color: #4a4a4a; font-size: 1rem; font-weight: 400; line-height: 1.428571428571429; @@ -144,7 +144,7 @@ a { } a:hover { - color: #242424; + color: #363636; } code { @@ -182,20 +182,20 @@ span { } strong { - color: #242424; + color: #363636; font-weight: 700; } pre { background-color: whitesmoke; - color: #7a7a7a; + color: #4a4a4a; white-space: pre; word-wrap: normal; } pre code { background-color: whitesmoke; - color: #7a7a7a; + color: #4a4a4a; display: block; overflow-x: auto; padding: 16px 20px; @@ -212,7 +212,7 @@ table th { } table th { - color: #242424; + color: #363636; } @keyframes spin-around { @@ -561,7 +561,7 @@ table th { .box { background-color: white; border-radius: 5px; - box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1), 0 0 0 1px rgba(18, 18, 18, 0.1); + box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); display: block; padding: 20px; } @@ -571,11 +571,11 @@ table th { } a.box:hover, a.box:focus { - box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1), 0 0 0 1px #11e4c4; + box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #11e4c4; } a.box:active { - box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.2), 0 0 0 1px #11e4c4; + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #11e4c4; } @keyframes spin-around { @@ -594,7 +594,7 @@ a.box:active { background-color: white; border: 1px solid #dbdbdb; border-radius: 3px; - color: #242424; + color: #363636; display: inline-flex; font-size: 14px; height: 32px; @@ -634,19 +634,19 @@ a.box:active { } .button[disabled]::-moz-placeholder, .button.is-disabled::-moz-placeholder { - color: rgba(36, 36, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .button[disabled]::-webkit-input-placeholder, .button.is-disabled::-webkit-input-placeholder { - color: rgba(36, 36, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .button[disabled]:-moz-placeholder, .button.is-disabled:-moz-placeholder { - color: rgba(36, 36, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .button[disabled]:-ms-input-placeholder, .button.is-disabled:-ms-input-placeholder { - color: rgba(36, 36, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .button strong { @@ -673,73 +673,66 @@ a.box:active { } .button:hover, .button:focus, .button.is-active { - color: #242424; + color: #363636; } .button:active { - box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.2); + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); } .button.is-white { background-color: white; - border-color: transparent; - color: #121212; + border-width: 0; + color: #0a0a0a; } .button.is-white:hover, .button.is-white:focus, .button.is-white.is-active { background-color: #f2f2f2; border-color: transparent; - color: #121212; -} - -.button.is-white:active { - border-color: transparent; + color: #0a0a0a; } .button.is-white.is-inverted { - background-color: #121212; + background-color: #0a0a0a; color: white; } .button.is-white.is-inverted:hover { - background-color: #050505; + background-color: black; } .button.is-white.is-loading:after { - border-color: transparent transparent #121212 #121212 !important; + border-color: transparent transparent #0a0a0a #0a0a0a !important; } .button.is-white.is-outlined { background-color: transparent; border-color: white; + border-width: 1px; color: white; } .button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus { background-color: white; border-color: white; - color: #121212; + color: #0a0a0a; } .button.is-black { - background-color: #121212; - border-color: transparent; + background-color: #0a0a0a; + border-width: 0; color: white; } .button.is-black:hover, .button.is-black:focus, .button.is-black.is-active { - background-color: #050505; + background-color: black; border-color: transparent; color: white; } -.button.is-black:active { - border-color: transparent; -} - .button.is-black.is-inverted { background-color: white; - color: #121212; + color: #0a0a0a; } .button.is-black.is-inverted:hover { @@ -752,76 +745,70 @@ a.box:active { .button.is-black.is-outlined { background-color: transparent; - border-color: #121212; - color: #121212; + border-color: #0a0a0a; + border-width: 1px; + color: #0a0a0a; } .button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus { - background-color: #121212; - border-color: #121212; + background-color: #0a0a0a; + border-color: #0a0a0a; color: white; } .button.is-light { background-color: whitesmoke; - border-color: transparent; - color: #7a7a7a; + border-width: 0; + color: #363636; } .button.is-light:hover, .button.is-light:focus, .button.is-light.is-active { background-color: #e8e8e8; border-color: transparent; - color: #7a7a7a; -} - -.button.is-light:active { - border-color: transparent; + color: #363636; } .button.is-light.is-inverted { - background-color: #7a7a7a; + background-color: #363636; color: whitesmoke; } .button.is-light.is-inverted:hover { - background-color: #6e6e6e; + background-color: #292929; } .button.is-light.is-loading:after { - border-color: transparent transparent #7a7a7a #7a7a7a !important; + border-color: transparent transparent #363636 #363636 !important; } .button.is-light.is-outlined { background-color: transparent; border-color: whitesmoke; + border-width: 1px; color: whitesmoke; } .button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus { background-color: whitesmoke; border-color: whitesmoke; - color: #7a7a7a; + color: #363636; } .button.is-dark { - background-color: #7a7a7a; - border-color: transparent; + background-color: #363636; + border-width: 0; color: whitesmoke; } .button.is-dark:hover, .button.is-dark:focus, .button.is-dark.is-active { - background-color: #6e6e6e; + background-color: #292929; border-color: transparent; color: whitesmoke; } -.button.is-dark:active { - border-color: transparent; -} - .button.is-dark.is-inverted { background-color: whitesmoke; - color: #7a7a7a; + color: #363636; } .button.is-dark.is-inverted:hover { @@ -834,19 +821,20 @@ a.box:active { .button.is-dark.is-outlined { background-color: transparent; - border-color: #7a7a7a; - color: #7a7a7a; + border-color: #363636; + border-width: 1px; + color: #363636; } .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus { - background-color: #7a7a7a; - border-color: #7a7a7a; + background-color: #363636; + border-color: #363636; color: whitesmoke; } .button.is-primary { background-color: #11e4c4; - border-color: transparent; + border-width: 0; color: white; } @@ -856,10 +844,6 @@ a.box:active { color: white; } -.button.is-primary:active { - border-color: transparent; -} - .button.is-primary.is-inverted { background-color: white; color: #11e4c4; @@ -876,6 +860,7 @@ a.box:active { .button.is-primary.is-outlined { background-color: transparent; border-color: #11e4c4; + border-width: 1px; color: #11e4c4; } @@ -887,7 +872,7 @@ a.box:active { .button.is-info { background-color: #0f6bff; - border-color: transparent; + border-width: 0; color: white; } @@ -897,10 +882,6 @@ a.box:active { color: white; } -.button.is-info:active { - border-color: transparent; -} - .button.is-info.is-inverted { background-color: white; color: #0f6bff; @@ -917,6 +898,7 @@ a.box:active { .button.is-info.is-outlined { background-color: transparent; border-color: #0f6bff; + border-width: 1px; color: #0f6bff; } @@ -928,7 +910,7 @@ a.box:active { .button.is-success { background-color: #20ee68; - border-color: transparent; + border-width: 0; color: white; } @@ -938,10 +920,6 @@ a.box:active { color: white; } -.button.is-success:active { - border-color: transparent; -} - .button.is-success.is-inverted { background-color: white; color: #20ee68; @@ -958,6 +936,7 @@ a.box:active { .button.is-success.is-outlined { background-color: transparent; border-color: #20ee68; + border-width: 1px; color: #20ee68; } @@ -969,7 +948,7 @@ a.box:active { .button.is-warning { background-color: #ffcf0f; - border-color: transparent; + border-width: 0; color: rgba(0, 0, 0, 0.7); } @@ -979,10 +958,6 @@ a.box:active { color: rgba(0, 0, 0, 0.7); } -.button.is-warning:active { - border-color: transparent; -} - .button.is-warning.is-inverted { background-color: rgba(0, 0, 0, 0.7); color: #ffcf0f; @@ -999,6 +974,7 @@ a.box:active { .button.is-warning.is-outlined { background-color: transparent; border-color: #ffcf0f; + border-width: 1px; color: #ffcf0f; } @@ -1010,7 +986,7 @@ a.box:active { .button.is-danger { background-color: #ff0f3f; - border-color: transparent; + border-width: 0; color: white; } @@ -1020,10 +996,6 @@ a.box:active { color: white; } -.button.is-danger:active { - border-color: transparent; -} - .button.is-danger.is-inverted { background-color: white; color: #ff0f3f; @@ -1040,6 +1012,7 @@ a.box:active { .button.is-danger.is-outlined { background-color: transparent; border-color: #ff0f3f; + border-width: 1px; color: #ff0f3f; } @@ -1051,14 +1024,14 @@ a.box:active { .button.is-link { background-color: transparent; - border-color: transparent; - color: #7a7a7a; + border-width: 0; + color: #4a4a4a; text-decoration: underline; } .button.is-link:hover, .button.is-link:focus { - background-color: #dbdbdb; - color: #242424; + background-color: whitesmoke; + color: #363636; } .button.is-small { @@ -1118,7 +1091,7 @@ a.box:active { } .content { - color: #7a7a7a; + color: #4a4a4a; } .content:not(:last-child) { @@ -1154,7 +1127,7 @@ a.box:active { .content h4, .content h5, .content h6 { - color: #242424; + color: #363636; font-weight: 300; line-height: 1.125; margin-bottom: 20px; @@ -1261,7 +1234,7 @@ a.box:active { background-color: white; border: 1px solid #dbdbdb; border-radius: 3px; - color: #242424; + color: #363636; display: inline-flex; font-size: 14px; height: 32px; @@ -1271,7 +1244,7 @@ a.box:active { padding-right: 8px; position: relative; vertical-align: top; - box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.1); + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); max-width: 100%; width: 100%; } @@ -1301,25 +1274,25 @@ a.box:active { .input[disabled]::-moz-placeholder, .input.is-disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .textarea.is-disabled::-moz-placeholder { - color: rgba(36, 36, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .input[disabled]::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .textarea.is-disabled::-webkit-input-placeholder { - color: rgba(36, 36, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .input[disabled]:-moz-placeholder, .input.is-disabled:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .textarea.is-disabled:-moz-placeholder { - color: rgba(36, 36, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .input[disabled]:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .textarea.is-disabled:-ms-input-placeholder { - color: rgba(36, 36, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .input.is-white, @@ -1329,7 +1302,7 @@ a.box:active { .input.is-black, .textarea.is-black { - border-color: #121212; + border-color: #0a0a0a; } .input.is-light, @@ -1339,7 +1312,7 @@ a.box:active { .input.is-dark, .textarea.is-dark { - border-color: #7a7a7a; + border-color: #363636; } .input.is-primary, @@ -1439,12 +1412,12 @@ a.box:active { .checkbox:hover, .radio:hover { - color: #242424; + color: #363636; } .checkbox.is-disabled, .radio.is-disabled { - color: #b5b5b5; + color: #dbdbdb; pointer-events: none; } @@ -1471,7 +1444,7 @@ a.box:active { background-color: white; border: 1px solid #dbdbdb; border-radius: 3px; - color: #242424; + color: #363636; display: inline-flex; font-size: 14px; height: 32px; @@ -1504,19 +1477,19 @@ a.box:active { } .select select[disabled]::-moz-placeholder, .select select.is-disabled::-moz-placeholder { - color: rgba(36, 36, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .select select[disabled]::-webkit-input-placeholder, .select select.is-disabled::-webkit-input-placeholder { - color: rgba(36, 36, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .select select[disabled]:-moz-placeholder, .select select.is-disabled:-moz-placeholder { - color: rgba(36, 36, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .select select[disabled]:-ms-input-placeholder, .select select.is-disabled:-ms-input-placeholder { - color: rgba(36, 36, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .select select.is-white { @@ -1524,7 +1497,7 @@ a.box:active { } .select select.is-black { - border-color: #121212; + border-color: #0a0a0a; } .select select.is-light { @@ -1532,7 +1505,7 @@ a.box:active { } .select select.is-dark { - border-color: #7a7a7a; + border-color: #363636; } .select select.is-primary { @@ -1588,7 +1561,7 @@ a.box:active { } .select:hover:after { - border-color: #242424; + border-color: #363636; } .select.is-small { @@ -1632,7 +1605,7 @@ a.box:active { } .label { - color: #242424; + color: #363636; display: block; font-weight: bold; } @@ -1652,7 +1625,7 @@ a.box:active { } .help.is-black { - color: #121212; + color: #0a0a0a; } .help.is-light { @@ -1660,7 +1633,7 @@ a.box:active { } .help.is-dark { - color: #7a7a7a; + color: #363636; } .help.is-primary { @@ -1790,7 +1763,7 @@ a.box:active { text-align: center; vertical-align: top; width: 24px; - color: #b5b5b5; + color: #dbdbdb; pointer-events: none; position: absolute; top: 4px; @@ -1798,7 +1771,7 @@ a.box:active { } .control.has-icon .input:focus + .fa { - color: #242424; + color: #b5b5b5; } .control.has-icon .input.is-small + .fa { @@ -2056,21 +2029,21 @@ a.box:active { .notification.is-white { background-color: white; - color: #121212; + color: #0a0a0a; } .notification.is-black { - background-color: #121212; + background-color: #0a0a0a; color: white; } .notification.is-light { background-color: whitesmoke; - color: #7a7a7a; + color: #363636; } .notification.is-dark { - background-color: #7a7a7a; + background-color: #363636; color: whitesmoke; } @@ -2120,11 +2093,11 @@ a.box:active { } .progress::-webkit-progress-value { - background-color: #7a7a7a; + background-color: #4a4a4a; } .progress::-moz-progress-bar { - background-color: #7a7a7a; + background-color: #4a4a4a; } .progress.is-white::-webkit-progress-value { @@ -2136,11 +2109,11 @@ a.box:active { } .progress.is-black::-webkit-progress-value { - background-color: #121212; + background-color: #0a0a0a; } .progress.is-black::-moz-progress-bar { - background-color: #121212; + background-color: #0a0a0a; } .progress.is-light::-webkit-progress-value { @@ -2152,11 +2125,11 @@ a.box:active { } .progress.is-dark::-webkit-progress-value { - background-color: #7a7a7a; + background-color: #363636; } .progress.is-dark::-moz-progress-bar { - background-color: #7a7a7a; + background-color: #363636; } .progress.is-primary::-webkit-progress-value { @@ -2222,7 +2195,7 @@ a.box:active { .table { background-color: white; - color: #242424; + color: #363636; margin-bottom: 20px; width: 100%; } @@ -2288,19 +2261,18 @@ a.box:active { } .table th { - color: #242424; + color: #363636; text-align: left; } .table tr:hover { background-color: whitesmoke; - color: #242424; } .table thead td, .table thead th { border-width: 0 0 2px; - color: #b5b5b5; + color: #7a7a7a; } .table tbody tr:last-child td, @@ -2311,7 +2283,7 @@ a.box:active { .table tfoot td, .table tfoot th { border-width: 2px 0 0; - color: #b5b5b5; + color: #7a7a7a; } .table.is-bordered td, @@ -2354,18 +2326,14 @@ a.box:active { padding: 5px 10px; } -.table.is-striped tbody tr:hover { - background-color: #f0f0f0; +.table.is-striped tbody tr:nth-child(even) { + background-color: #fafafa; } -.table.is-striped tbody tr:nth-child(2n) { +.table.is-striped tbody tr:nth-child(even):hover { background-color: whitesmoke; } -.table.is-striped tbody tr:nth-child(2n):hover { - background-color: #f0f0f0; -} - @keyframes spin-around { from { transform: rotate(0deg); @@ -2409,7 +2377,7 @@ a.box:active { } .title { - color: #242424; + color: #363636; font-size: 28px; line-height: 1; } @@ -2494,7 +2462,7 @@ a.box:active { } .subtitle { - color: #7a7a7a; + color: #4a4a4a; font-size: 18px; line-height: 1.125; } @@ -2508,7 +2476,7 @@ a.box:active { } .subtitle strong { - color: #242424; + color: #363636; } .subtitle + .title { @@ -2613,7 +2581,7 @@ a.box:active { user-select: none; -moz-appearance: none; -webkit-appearance: none; - background-color: rgba(18, 18, 18, 0.1); + background-color: rgba(10, 10, 10, 0.1); border: none; border-radius: 290486px; cursor: pointer; @@ -2647,7 +2615,7 @@ a.box:active { } .delete:hover { - background-color: rgba(18, 18, 18, 0.2); + background-color: rgba(10, 10, 10, 0.2); } .delete.is-small { @@ -2671,63 +2639,6 @@ a.box:active { vertical-align: top; } -.hamburger { - cursor: pointer; - display: block; - height: 50px; - position: relative; - width: 50px; -} - -.hamburger span { - background-color: #7a7a7a; - display: block; - height: 1px; - left: 50%; - margin-left: -7px; - position: absolute; - top: 50%; - transition: none 86ms ease-out; - transition-property: background, left, opacity, transform; - width: 15px; -} - -.hamburger span:nth-child(1) { - margin-top: -6px; -} - -.hamburger span:nth-child(2) { - margin-top: -1px; -} - -.hamburger span:nth-child(3) { - margin-top: 4px; -} - -.hamburger:hover { - background-color: whitesmoke; -} - -.hamburger.is-active span { - background-color: #11e4c4; -} - -.hamburger.is-active span:nth-child(1) { - margin-left: -5px; - transform: rotate(45deg); - transform-origin: left top; -} - -.hamburger.is-active span:nth-child(2) { - opacity: 0; -} - -.hamburger.is-active span:nth-child(3) { - margin-left: -5px; - transform: rotate(-45deg); - transform-origin: left bottom; -} - .icon { display: inline-block; font-size: 21px; @@ -2823,7 +2734,7 @@ a.box:active { align-items: center; background-color: whitesmoke; border-radius: 290486px; - color: #7a7a7a; + color: #4a4a4a; display: inline-flex; font-size: 12px; height: 24px; @@ -2842,21 +2753,21 @@ a.box:active { .tag.is-white { background-color: white; - color: #121212; + color: #0a0a0a; } .tag.is-black { - background-color: #121212; + background-color: #0a0a0a; color: white; } .tag.is-light { background-color: whitesmoke; - color: #7a7a7a; + color: #363636; } .tag.is-dark { - background-color: #7a7a7a; + background-color: #363636; color: whitesmoke; } @@ -2914,14 +2825,14 @@ a.box:active { .card-header { align-items: stretch; - box-shadow: 0 1px 2px rgba(18, 18, 18, 0.1); + box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1); display: flex; min-height: 40px; } .card-header-title { align-items: flex-start; - color: #242424; + color: #363636; display: flex; flex-grow: 1; font-weight: bold; @@ -2969,8 +2880,8 @@ a.box:active { .card { background-color: white; - box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1), 0 0 0 1px rgba(18, 18, 18, 0.1); - color: #7a7a7a; + box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); + color: #4a4a4a; max-width: 100%; position: relative; width: 300px; @@ -3404,7 +3315,7 @@ a.box:active { .menu-list a { border-radius: 2px; - color: #7a7a7a; + color: #4a4a4a; display: block; padding: 5px 10px; } @@ -3426,7 +3337,7 @@ a.box:active { } .menu-label { - color: #b5b5b5; + color: #7a7a7a; font-size: 11px; letter-spacing: 1px; margin-bottom: 5px; @@ -3448,7 +3359,7 @@ a.box:active { } .message-header { - background-color: #7a7a7a; + background-color: #4a4a4a; border-radius: 3px 3px 0 0; color: white; padding: 7px 10px; @@ -3478,7 +3389,7 @@ a.box:active { .message.is-white .message-header { background-color: white; - color: #121212; + color: #0a0a0a; } .message.is-white .message-body { @@ -3491,12 +3402,12 @@ a.box:active { } .message.is-black .message-header { - background-color: #121212; + background-color: #0a0a0a; color: white; } .message.is-black .message-body { - border-color: #121212; + border-color: #0a0a0a; color: gray; } @@ -3506,7 +3417,7 @@ a.box:active { .message.is-light .message-header { background-color: whitesmoke; - color: #7a7a7a; + color: #363636; } .message.is-light .message-body { @@ -3519,12 +3430,12 @@ a.box:active { } .message.is-dark .message-header { - background-color: #7a7a7a; + background-color: #363636; color: whitesmoke; } .message.is-dark .message-body { - border-color: #7a7a7a; + border-color: #363636; color: gray; } @@ -3613,7 +3524,7 @@ a.box:active { position: absolute; right: 0; top: 0; - background-color: rgba(18, 18, 18, 0.86); + background-color: rgba(10, 10, 10, 0.86); } .modal-content, @@ -3642,7 +3553,7 @@ a.box:active { user-select: none; -moz-appearance: none; -webkit-appearance: none; - background-color: rgba(18, 18, 18, 0.1); + background-color: rgba(10, 10, 10, 0.1); border: none; border-radius: 290486px; cursor: pointer; @@ -3682,7 +3593,7 @@ a.box:active { } .modal-close:hover { - background-color: rgba(18, 18, 18, 0.2); + background-color: rgba(10, 10, 10, 0.2); } .modal-close.is-small { @@ -3725,7 +3636,7 @@ a.box:active { } .modal-card-title { - color: #242424; + color: #363636; flex-grow: 1; flex-shrink: 0; font-size: 24px; @@ -3786,7 +3697,7 @@ a.box:active { } .nav-toggle span { - background-color: #7a7a7a; + background-color: #4a4a4a; display: block; height: 1px; left: 50%; @@ -3876,17 +3787,17 @@ a.box:active { .nav-item a, a.nav-item { - color: #7a7a7a; + color: #4a4a4a; } .nav-item a:hover, a.nav-item:hover { - color: #242424; + color: #363636; } .nav-item a.is-active, a.nav-item.is-active { - color: #242424; + color: #363636; } .nav-item a.is-tab, @@ -3913,7 +3824,7 @@ a.nav-item.is-tab.is-active { @media screen and (max-width: 768px) { .nav-menu { background-color: white; - box-shadow: 0 4px 7px rgba(18, 18, 18, 0.1); + box-shadow: 0 4px 7px rgba(10, 10, 10, 0.1); left: 0; display: none; right: 0; @@ -4000,7 +3911,7 @@ a.nav-item.is-tab.is-active { } .nav.has-shadow { - box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1); + box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1); } @media screen and (max-width: 979px) { @@ -4033,7 +3944,7 @@ a.nav-item.is-tab.is-active { } .pagination span { - color: #b5b5b5; + color: #7a7a7a; display: block; margin: 0 4px; } @@ -4092,7 +4003,7 @@ a.nav-item.is-tab.is-active { text-align: center; vertical-align: top; width: 16px; - color: #b5b5b5; + color: #7a7a7a; float: left; margin: 0 4px 0 -2px; } @@ -4106,14 +4017,14 @@ a.nav-item.is-tab.is-active { background-color: whitesmoke; border-bottom: 1px solid #dbdbdb; border-radius: 4px 4px 0 0; - color: #242424; + color: #363636; font-size: 18px; font-weight: 300; padding: 10px; } .panel-list a { - color: #7a7a7a; + color: #4a4a4a; } .panel-list a:hover { @@ -4134,8 +4045,8 @@ a.nav-item.is-tab.is-active { } .panel-tabs a.is-active { - border-bottom-color: #242424; - color: #242424; + border-bottom-color: #363636; + color: #363636; } .panel-tabs:not(:last-child) { @@ -4143,7 +4054,7 @@ a.nav-item.is-tab.is-active { } .panel-block { - color: #242424; + color: #363636; display: block; line-height: 16px; padding: 10px; @@ -4197,7 +4108,7 @@ a.panel-block:hover { .tabs a { align-items: center; border-bottom: 1px solid #dbdbdb; - color: #7a7a7a; + color: #4a4a4a; display: flex; justify-content: center; margin-bottom: -1px; @@ -4206,8 +4117,8 @@ a.panel-block:hover { } .tabs a:hover { - border-bottom-color: #242424; - color: #242424; + border-bottom-color: #363636; + color: #363636; } .tabs li { @@ -5328,11 +5239,11 @@ a.panel-block:hover { .hero.is-white { background-color: white; - color: #121212; + color: #0a0a0a; } .hero.is-white .title { - color: #121212; + color: #0a0a0a; } .hero.is-white .title a, @@ -5341,16 +5252,16 @@ a.panel-block:hover { } .hero.is-white .subtitle { - color: rgba(18, 18, 18, 0.9); + color: rgba(10, 10, 10, 0.9); } .hero.is-white .subtitle a, .hero.is-white .subtitle strong { - color: #121212; + color: #0a0a0a; } .hero.is-white .nav { - box-shadow: 0 1px 0 rgba(18, 18, 18, 0.2); + box-shadow: 0 1px 0 rgba(10, 10, 10, 0.2); } @media screen and (max-width: 768px) { @@ -5361,17 +5272,17 @@ a.panel-block:hover { .hero.is-white a.nav-item, .hero.is-white .nav-item a:not(.button) { - color: rgba(18, 18, 18, 0.7); + color: rgba(10, 10, 10, 0.7); } .hero.is-white a.nav-item:hover, .hero.is-white a.nav-item.is-active, .hero.is-white .nav-item a:not(.button):hover, .hero.is-white .nav-item a:not(.button).is-active { - color: #121212; + color: #0a0a0a; } .hero.is-white .tabs a { - color: #121212; + color: #0a0a0a; opacity: 0.9; } @@ -5384,16 +5295,16 @@ a.panel-block:hover { } .hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a { - color: #121212; + color: #0a0a0a; } .hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover { - background-color: rgba(18, 18, 18, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover { - background-color: #121212; - border-color: #121212; + background-color: #0a0a0a; + border-color: #0a0a0a; color: white; } @@ -5403,21 +5314,21 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-white .nav-toggle span { - background-color: #121212; + background-color: #0a0a0a; } .hero.is-white .nav-toggle:hover { - background-color: rgba(18, 18, 18, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-white .nav-toggle.is-active span { - background-color: #121212; + background-color: #0a0a0a; } .hero.is-white .nav-menu .nav-item { - border-top-color: rgba(18, 18, 18, 0.2); + border-top-color: rgba(10, 10, 10, 0.2); } } .hero.is-black { - background-color: #121212; + background-color: #0a0a0a; color: white; } @@ -5445,7 +5356,7 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-black .nav-menu { - background-color: #121212; + background-color: #0a0a0a; } } @@ -5478,17 +5389,17 @@ a.panel-block:hover { } .hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover { - background-color: rgba(18, 18, 18, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover { background-color: white; border-color: white; - color: #121212; + color: #0a0a0a; } .hero.is-black.is-bold { - background-image: linear-gradient(141deg, black 0%, #121212 71%, #201d1d 100%); + background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); } @media screen and (max-width: 768px) { @@ -5496,7 +5407,7 @@ a.panel-block:hover { background-color: white; } .hero.is-black .nav-toggle:hover { - background-color: rgba(18, 18, 18, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-black .nav-toggle.is-active span { background-color: white; @@ -5508,11 +5419,11 @@ a.panel-block:hover { .hero.is-light { background-color: whitesmoke; - color: #7a7a7a; + color: #363636; } .hero.is-light .title { - color: #7a7a7a; + color: #363636; } .hero.is-light .title a, @@ -5521,16 +5432,16 @@ a.panel-block:hover { } .hero.is-light .subtitle { - color: rgba(122, 122, 122, 0.9); + color: rgba(54, 54, 54, 0.9); } .hero.is-light .subtitle a, .hero.is-light .subtitle strong { - color: #7a7a7a; + color: #363636; } .hero.is-light .nav { - box-shadow: 0 1px 0 rgba(122, 122, 122, 0.2); + box-shadow: 0 1px 0 rgba(54, 54, 54, 0.2); } @media screen and (max-width: 768px) { @@ -5541,17 +5452,17 @@ a.panel-block:hover { .hero.is-light a.nav-item, .hero.is-light .nav-item a:not(.button) { - color: rgba(122, 122, 122, 0.7); + color: rgba(54, 54, 54, 0.7); } .hero.is-light a.nav-item:hover, .hero.is-light a.nav-item.is-active, .hero.is-light .nav-item a:not(.button):hover, .hero.is-light .nav-item a:not(.button).is-active { - color: #7a7a7a; + color: #363636; } .hero.is-light .tabs a { - color: #7a7a7a; + color: #363636; opacity: 0.9; } @@ -5564,16 +5475,16 @@ a.panel-block:hover { } .hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a { - color: #7a7a7a; + color: #363636; } .hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover { - background-color: rgba(18, 18, 18, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover { - background-color: #7a7a7a; - border-color: #7a7a7a; + background-color: #363636; + border-color: #363636; color: whitesmoke; } @@ -5583,21 +5494,21 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-light .nav-toggle span { - background-color: #7a7a7a; + background-color: #363636; } .hero.is-light .nav-toggle:hover { - background-color: rgba(18, 18, 18, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-light .nav-toggle.is-active span { - background-color: #7a7a7a; + background-color: #363636; } .hero.is-light .nav-menu .nav-item { - border-top-color: rgba(122, 122, 122, 0.2); + border-top-color: rgba(54, 54, 54, 0.2); } } .hero.is-dark { - background-color: #7a7a7a; + background-color: #363636; color: whitesmoke; } @@ -5625,7 +5536,7 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-dark .nav-menu { - background-color: #7a7a7a; + background-color: #363636; } } @@ -5658,17 +5569,17 @@ a.panel-block:hover { } .hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover { - background-color: rgba(18, 18, 18, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover { background-color: whitesmoke; border-color: whitesmoke; - color: #7a7a7a; + color: #363636; } .hero.is-dark.is-bold { - background-image: linear-gradient(141deg, #6b5757 0%, #7a7a7a 71%, #8d8181 100%); + background-image: linear-gradient(141deg, #1f1919 0%, #363636 71%, #463f3f 100%); } @media screen and (max-width: 768px) { @@ -5676,7 +5587,7 @@ a.panel-block:hover { background-color: whitesmoke; } .hero.is-dark .nav-toggle:hover { - background-color: rgba(18, 18, 18, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-dark .nav-toggle.is-active span { background-color: whitesmoke; @@ -5748,7 +5659,7 @@ a.panel-block:hover { } .hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover { - background-color: rgba(18, 18, 18, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .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 { @@ -5766,7 +5677,7 @@ a.panel-block:hover { background-color: white; } .hero.is-primary .nav-toggle:hover { - background-color: rgba(18, 18, 18, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-primary .nav-toggle.is-active span { background-color: white; @@ -5838,7 +5749,7 @@ a.panel-block:hover { } .hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover { - background-color: rgba(18, 18, 18, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover { @@ -5856,7 +5767,7 @@ a.panel-block:hover { background-color: white; } .hero.is-info .nav-toggle:hover { - background-color: rgba(18, 18, 18, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-info .nav-toggle.is-active span { background-color: white; @@ -5928,7 +5839,7 @@ a.panel-block:hover { } .hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover { - background-color: rgba(18, 18, 18, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .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 { @@ -5946,7 +5857,7 @@ a.panel-block:hover { background-color: white; } .hero.is-success .nav-toggle:hover { - background-color: rgba(18, 18, 18, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-success .nav-toggle.is-active span { background-color: white; @@ -6018,7 +5929,7 @@ a.panel-block:hover { } .hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover { - background-color: rgba(18, 18, 18, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { @@ -6036,7 +5947,7 @@ a.panel-block:hover { background-color: rgba(0, 0, 0, 0.7); } .hero.is-warning .nav-toggle:hover { - background-color: rgba(18, 18, 18, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-warning .nav-toggle.is-active span { background-color: rgba(0, 0, 0, 0.7); @@ -6108,7 +6019,7 @@ a.panel-block:hover { } .hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover { - background-color: rgba(18, 18, 18, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover { @@ -6126,7 +6037,7 @@ a.panel-block:hover { background-color: white; } .hero.is-danger .nav-toggle:hover { - background-color: rgba(18, 18, 18, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-danger .nav-toggle.is-active span { background-color: white; @@ -6193,11 +6104,11 @@ a.panel-block:hover { } .footer a, .footer a:visited { - color: #7a7a7a; + color: #4a4a4a; } .footer a:hover, .footer a:visited:hover { - color: #242424; + color: #363636; } .footer a:not(.icon), .footer a:visited:not(.icon) { @@ -6219,7 +6130,7 @@ a.panel-block:hover { @media screen and (min-width: 769px) { .button small { - color: #7a7a7a; + color: #4a4a4a; left: 0; margin-top: 10px; position: absolute; @@ -6279,7 +6190,7 @@ body.page-grid .column > .notification { #carbonads .carbon-text { display: block; - color: #242424; + color: #363636; margin-left: 145px; } @@ -6312,15 +6223,15 @@ body.page-grid .column > .notification { @keyframes floatUp { 0% { - box-shadow: 0 0 0 rgba(18, 18, 18, 0), 0 0 0 rgba(18, 18, 18, 0), 0 0 0 rgba(18, 18, 18, 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); } 67% { - box-shadow: 0 0 0 rgba(18, 18, 18, 0), 0 5px 10px rgba(18, 18, 18, 0.1), 0 1px 1px rgba(18, 18, 18, 0.2); + 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); } 100% { - box-shadow: 0 20px 60px rgba(18, 18, 18, 0.05), 0 5px 10px rgba(18, 18, 18, 0.1), 0 1px 1px rgba(18, 18, 18, 0.2); + 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); } } @@ -6360,6 +6271,28 @@ body.page-grid .column > .notification { } } +@keyframes slideDown { + 0% { + opacity: 0; + transform: translateY(-10px); + } + 100% { + opacity: 1; + transform: translateY(0); + } +} + +@keyframes slideUp { + 0% { + opacity: 0; + transform: translateY(10px); + } + 100% { + opacity: 1; + transform: translateY(0); + } +} + #b { animation-delay: 1s; animation-duration: 1.5s; @@ -6424,7 +6357,19 @@ body.page-grid .column > .notification { } } +#bulma { + animation: slideDown 500ms both; + animation-delay: 1s; +} + +#modern-framework { + animation: slideUp 500ms both; + animation-delay: 1.2s; +} + #npm { + animation: fadeIn 500ms both; + animation-delay: 1.4s; background: none; margin: -10px 0 20px; } @@ -6437,6 +6382,21 @@ body.page-grid .column > .notification { padding: 16px 32px; } +#ghbtns { + animation: slideDown 500ms both; + animation-delay: 1.6s; +} + +#carbon { + animation: slideUp 500ms both; + animation-delay: 1.8s; +} + +#download { + animation: fadeIn 500ms both; + animation-delay: 2s; +} + #grid .notification { padding-left: 0; padding-right: 0; @@ -6449,7 +6409,7 @@ body.page-grid .column > .notification { #tweet { background: white; border-radius: 5px; - box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1), 0 0 0 1px rgba(18, 18, 18, 0.1); + box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); padding: 20px; } @@ -6574,7 +6534,7 @@ body.page-grid .column > .notification { position: absolute; right: 0; top: 0; - background: rgba(18, 18, 18, 0.7); + background: rgba(10, 10, 10, 0.7); background: whitesmoke; border: 1px solid #dbdbdb; content: ""; @@ -6622,7 +6582,7 @@ body.page-grid .column > .notification { background: white; border: solid #dbdbdb; border-width: 0 0 1px 1px; - color: #b5b5b5; + color: #7a7a7a; cursor: pointer; outline: none; position: absolute; diff --git a/docs/documentation/overview/variables.html b/docs/documentation/overview/variables.html index 414ccde6..8842d1ba 100644 --- a/docs/documentation/overview/variables.html +++ b/docs/documentation/overview/variables.html @@ -189,12 +189,6 @@ doc-subtab: variables $desktop980px $widescreen1180px -Dimensions - -$column-gap20px - -$nav-height50px - Miscellaneous $easingease-out diff --git a/docs/index.html b/docs/index.html index 2b5368e9..609a6927 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,19 +16,19 @@ route: index {% include svg/bulma-icon.svg %} {% include svg/bulma-icon.svg %}

-

+

Bulma

-

+

A modern CSS framework based on Flexbox

npm install bulma
-
+
{% include carbon.html %} -

+

diff --git a/sass/base/generic.sass b/sass/base/generic.sass index d0198f82..1918118b 100644 --- a/sass/base/generic.sass +++ b/sass/base/generic.sass @@ -1,6 +1,8 @@ @import "../utilities/mixins.sass" @import "../utilities/variables.sass" +$body-background: $white-ter !default + html background-color: $body-background font-size: $size-normal diff --git a/sass/components/nav.sass b/sass/components/nav.sass index 932f8591..287040e3 100644 --- a/sass/components/nav.sass +++ b/sass/components/nav.sass @@ -1,10 +1,12 @@ @import "../utilities/mixins.sass" @import "../utilities/variables.sass" +$nav-height: 50px !default + // Components .nav-toggle - +hamburger + +hamburger($nav-height) // Responsiveness +tablet display: none diff --git a/sass/elements/button.sass b/sass/elements/button.sass index 5bded0d2..0dcee483 100644 --- a/sass/elements/button.sass +++ b/sass/elements/button.sass @@ -55,7 +55,7 @@ $color-invert: nth($pair, 2) &.is-#{$name} background-color: $color - border-color: transparent + border-width: 0 color: $color-invert &:hover, &:focus, @@ -63,8 +63,6 @@ background-color: darken($color, 5%) border-color: transparent color: $color-invert - &:active - border-color: transparent &.is-inverted background-color: $color-invert color: $color @@ -76,6 +74,7 @@ &.is-outlined background-color: transparent border-color: $color + border-width: 1px color: $color &:hover, &:focus @@ -84,12 +83,12 @@ color: $color-invert &.is-link background-color: transparent - border-color: transparent + border-width: 0 color: $text text-decoration: underline &:hover, &:focus - background-color: $border + background-color: $background color: $text-strong // Sizes &.is-small diff --git a/sass/elements/form.sass b/sass/elements/form.sass index b0c3d7b0..c82de5c7 100644 --- a/sass/elements/form.sass +++ b/sass/elements/form.sass @@ -53,7 +53,7 @@ &:hover color: $control-hover &.is-disabled - color: $text-light + color: $control-disabled pointer-events: none input pointer-events: none @@ -82,13 +82,13 @@ select width: 100% &:after - +arrow($link) + +arrow($control-active) margin-top: -6px right: 16px top: 50% &:hover &:after - border-color: $link-hover + border-color: $control-hover &.is-small height: 24px select @@ -106,7 +106,7 @@ padding-right: 52px .label - color: $text-strong + color: $control display: block font-weight: bold &:not(:last-child) @@ -114,7 +114,7 @@ .help display: block - font-size: $size-small + font-size: $control-size-small margin-top: 5px @each $name, $pair in $colors $color: nth($pair, 1) @@ -155,13 +155,13 @@ &:focus z-index: 3 &:first-child - border-radius: $radius 0 0 $radius + border-radius: $control-radius 0 0 $control-radius select - border-radius: $radius 0 0 $radius + border-radius: $control-radius 0 0 $control-radius &:last-child - border-radius: 0 $radius $radius 0 + border-radius: 0 $control-radius $control-radius 0 select - border-radius: 0 $radius $radius 0 + border-radius: 0 $control-radius $control-radius 0 &.is-expanded flex-grow: 1 flex-shrink: 0 @@ -178,14 +178,14 @@ &.has-icon & > .fa +fa(14px, 24px) - color: $text-light + color: $control-icon pointer-events: none position: absolute top: 4px z-index: 4 .input &:focus + .fa - color: $text-strong + color: $control-icon-active &.is-small + .fa font-size: 10.5px top: 0 diff --git a/sass/elements/other.sass b/sass/elements/other.sass index d5f769f4..06967d7f 100644 --- a/sass/elements/other.sass +++ b/sass/elements/other.sass @@ -24,9 +24,6 @@ text-align: center vertical-align: top -.hamburger - +hamburger - .icon +fa(21px, 24px) .fa diff --git a/sass/elements/table.sass b/sass/elements/table.sass index a130abfa..8ce4eb4b 100644 --- a/sass/elements/table.sass +++ b/sass/elements/table.sass @@ -1,14 +1,23 @@ @import "../utilities/mixins.sass" @import "../utilities/variables.sass" +$table: $text-strong !default +$table-background: $white !default +$table-border: $border !default + +$table-head: $text-light !default + +$table-row-hover-background: $white-ter !default +$table-row-even-background: $white-bis !default + .table - background-color: $white - color: $text-strong + background-color: $table-background + color: $table margin-bottom: 20px width: 100% td, th - border: 1px solid $border + border: 1px solid $table-border border-width: 0 0 1px padding: 8px 10px vertical-align: top @@ -40,13 +49,12 @@ text-align: left tr &:hover - background-color: $background - color: $text-strong + background-color: $table-row-hover-background thead td, th border-width: 0 0 2px - color: $text-light + color: $table-head tbody tr &:last-child @@ -57,7 +65,7 @@ td, th border-width: 2px 0 0 - color: $text-light + color: $table-head // Modifiers &.is-bordered td, @@ -86,9 +94,7 @@ &.is-striped tbody tr - &:hover - background-color: darken($background, 2%) - &:nth-child(2n) - background-color: $background + &:nth-child(even) + background-color: $table-row-even-background &:hover - background-color: darken($background, 2%) + background-color: $table-row-hover-background diff --git a/sass/utilities/controls.sass b/sass/utilities/controls.sass index 8e42e2e6..5d238505 100644 --- a/sass/utilities/controls.sass +++ b/sass/utilities/controls.sass @@ -1,16 +1,39 @@ @import "./mixins.sass" @import "./variables.sass" +$control: $text-strong !default +$control-background: $text-invert !default +$control-border: $border !default + +$control-hover: $link-hover !default +$control-hover-border: $border-hover !default + +$control-active: $link !default +$control-active-background: $link !default +$control-active-background-invert: $link-invert !default +$control-active-border: $link !default + +$control-disabled: $border !default +$control-disabled-background: $background !default + +$control-radius: $radius !default +$control-radius-small: $radius-small !default +$control-size: $size-normal !default +$control-size-small: $size-small !default + +$control-icon: $grey-lighter !default +$control-icon-active: $grey-light !default + =control -moz-appearance: none -webkit-appearance: none align-items: center background-color: $control-background border: 1px solid $control-border - border-radius: $radius + border-radius: $control-radius color: $control display: inline-flex - font-size: $size-normal + font-size: $control-size height: 32px justify-content: flex-start line-height: 24px @@ -27,15 +50,15 @@ outline: none &[disabled], &.is-disabled - background-color: $background - border-color: $control-border + background-color: $control-disabled-background + border-color: $control-disabled cursor: not-allowed pointer-events: none +placeholder color: rgba($control, 0.3) =control-small - border-radius: $radius-small + border-radius: $control-radius-small font-size: 11px height: 24px line-height: 16px diff --git a/sass/utilities/mixins.sass b/sass/utilities/mixins.sass index 46b9c845..b986e44c 100644 --- a/sass/utilities/mixins.sass +++ b/sass/utilities/mixins.sass @@ -82,12 +82,12 @@ vertical-align: top width: $dimensions -=hamburger +=hamburger($dimensions) cursor: pointer display: block - height: $nav-height + height: $dimensions position: relative - width: $nav-height + width: $dimensions span background-color: $text display: block diff --git a/sass/utilities/variables.sass b/sass/utilities/variables.sass index bb419848..e89b3461 100644 --- a/sass/utilities/variables.sass +++ b/sass/utilities/variables.sass @@ -1,27 +1,33 @@ @import "./functions.sass" +//////////////////////////////////////////////// +//////////////////////////////////////////////// // 1. Initial variables // Colors +$black: hsl(0, 0%, 4%) !default +$black-bis: hsl(0, 0%, 7%) !default +$black-ter: hsl(0, 0%, 14%) !default -$black: hsl(0, 0%, 7%) !default -$grey-darker: hsl(0, 0%, 14%) !default -$grey-dark: hsl(0, 0%, 48%) !default -$grey: hsl(0, 0%, 71%) !default -$grey-light: hsl(0, 0%, 86%) !default -$grey-lighter: hsl(0, 0%, 96%) !default +$grey-darker: hsl(0, 0%, 21%) !default +$grey-dark: hsl(0, 0%, 29%) !default +$grey: hsl(0, 0%, 48%) !default +$grey-light: hsl(0, 0%, 71%) !default +$grey-lighter: hsl(0, 0%, 86%) !default + +$white-ter: hsl(0, 0%, 96%) !default +$white-bis: hsl(0, 0%, 98%) !default $white: hsl(0, 0%, 100%) !default -$orange: hsl(14, 100%, 53%) !default -$yellow: hsl(48, 100%, 53%) !default -$green: hsl(141, 86%, 53%) !default -$turquoise: hsl(171, 86%, 48%) !default -$blue: hsl(217, 100%, 53%) !default -$purple: hsl(271, 100%, 71%) !default -$red: hsl(348, 100%, 53%) !default +$orange: hsl(14, 100%, 53%) !default +$yellow: hsl(48, 100%, 53%) !default +$green: hsl(141, 86%, 53%) !default +$turquoise: hsl(171, 86%, 48%) !default +$blue: hsl(217, 100%, 53%) !default +$purple: hsl(271, 100%, 71%) !default +$red: hsl(348, 100%, 53%) !default // Typography - $family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !default $family-monospace: "Inconsolata", "Consolas", "Monaco", monospace !default @@ -39,20 +45,15 @@ $weight-bold: 700 !default $weight-title-normal: 300 !default $weight-title-bold: 500 !default -// Dimensions - -$column-gap: 20px !default - -$nav-height: 50px !default - // Miscellaneous - $easing: ease-out !default $radius-small: 2px !default $radius: 3px !default $radius-large: 5px !default $speed: 86ms !default +//////////////////////////////////////////////// +//////////////////////////////////////////////// // 2. Primary colors $primary: $turquoise !default @@ -62,15 +63,14 @@ $success: $green !default $warning: $yellow !default $danger: $red !default -$light: $grey-lighter !default -$dark: $grey-dark !default +$light: $white-ter !default +$dark: $grey-darker !default -$text: $grey-dark !default - -// 3. Generated variables +//////////////////////////////////////////////// +//////////////////////////////////////////////// +// 3. Applied variables // Invert colors - $primary-invert: findColorInvert($primary) !default $info-invert: findColorInvert($info) !default @@ -82,22 +82,20 @@ $light-invert: $dark !default $dark-invert: $light !default // General colors +$body-background: $white-ter !default -$body-background: $grey-lighter !default +$background: $white-ter !default -$background: $grey-lighter !default - -$border: $grey-light !default -$border-hover: $grey !default +$border: $grey-lighter !default +$border-hover: $grey-light !default // Text colors - +$text: $grey-dark !default $text-invert: findColorInvert($text) !default $text-light: $grey !default $text-strong: $grey-darker !default // Code colors - $code: $red !default $code-background: $background !default @@ -105,34 +103,18 @@ $pre: $text !default $pre-background: $background !default // Link colors - $link: $primary !default $link-invert: $primary-invert !default $link-visited: $purple !default $link-hover: $grey-darker !default -$link-hover-background: $grey-lighter !default +$link-hover-background: $white-ter !default $link-hover-border: $grey-darker !default $link-active: $grey-darker !default $link-active-border: $grey-darker !default -// Control colors - -$control: $text-strong !default -$control-background: $text-invert !default -$control-border: $border !default - -$control-hover: $link-hover !default -$control-hover-border: $border-hover !default - -$control-active: $link !default -$control-active-background: $link !default -$control-active-background-invert: $link-invert !default -$control-active-border: $link !default - // Typography - $family-primary: $family-sans-serif !default $family-code: $family-monospace !default @@ -142,6 +124,8 @@ $size-medium: $size-5 !default $size-large: $size-3 !default $size-huge: $size-1 !default +//////////////////////////////////////////////// +//////////////////////////////////////////////// // 4. Lists and maps $colors: (white: ($white, $black), black: ($black, $white), light: ($light, $light-invert), dark: ($dark, $dark-invert), primary: ($primary, $primary-invert), info: ($info, $info-invert), success: ($success, $success-invert), warning: ($warning, $warning-invert), danger: ($danger, $danger-invert)) !default From 535a238b58f5137e86f68ec61c2e79288f295d4b Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sat, 24 Sep 2016 16:10:11 +0100 Subject: [PATCH 16/18] Fix index carbon --- docs/_layouts/default.html | 2 +- docs/bulma-docs.sass | 2 +- docs/css/bulma-docs.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 5e586593..dc9a5de9 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -1,5 +1,5 @@ - + {% include head.html %} {{ content }} diff --git a/docs/bulma-docs.sass b/docs/bulma-docs.sass index f0590133..c6f05731 100644 --- a/docs/bulma-docs.sass +++ b/docs/bulma-docs.sass @@ -201,7 +201,7 @@ $curve: cubic-bezier(0, 0.71, 0.29, 1) animation: slideDown 500ms both animation-delay: 1.6s -#carbon +html.route-index #carbon animation: slideUp 500ms both animation-delay: 1.8s diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index fd7b9480..9cf9d0be 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -6387,7 +6387,7 @@ body.page-grid .column > .notification { animation-delay: 1.6s; } -#carbon { +html.route-index #carbon { animation: slideUp 500ms both; animation-delay: 1.8s; } From 263839ba9097ccce979fa984731d711fe8ebdee5 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sat, 24 Sep 2016 17:18:56 +0100 Subject: [PATCH 17/18] Add new favicons --- README.md | 2 +- docs/_config.yml | 2 +- docs/_includes/head.html | 44 +++--- docs/_includes/header.html | 4 +- ...4-11-metro-ui-css-grid-with-bulma-tiles.md | 4 +- docs/css/bulma-docs.css | 2 +- docs/documentation/components/level.html | 4 +- docs/documentation/components/nav.html | 4 +- docs/documentation/layout/hero.html | 12 +- docs/documentation/navbar.html | 4 +- docs/favicons/android-chrome-144x144.png | Bin 6017 -> 0 bytes docs/favicons/android-chrome-192x192.png | Bin 7590 -> 2448 bytes docs/favicons/android-chrome-36x36.png | Bin 1649 -> 0 bytes docs/favicons/android-chrome-48x48.png | Bin 2072 -> 0 bytes docs/favicons/android-chrome-72x72.png | Bin 3118 -> 0 bytes docs/favicons/android-chrome-96x96.png | Bin 3897 -> 0 bytes docs/favicons/apple-touch-icon-114x114.png | Bin 3524 -> 0 bytes docs/favicons/apple-touch-icon-120x120.png | Bin 3669 -> 0 bytes docs/favicons/apple-touch-icon-144x144.png | Bin 4395 -> 0 bytes docs/favicons/apple-touch-icon-152x152.png | Bin 4618 -> 0 bytes docs/favicons/apple-touch-icon-180x180.png | Bin 5312 -> 0 bytes docs/favicons/apple-touch-icon-57x57.png | Bin 1783 -> 0 bytes docs/favicons/apple-touch-icon-60x60.png | Bin 1831 -> 0 bytes docs/favicons/apple-touch-icon-72x72.png | Bin 2219 -> 0 bytes docs/favicons/apple-touch-icon-76x76.png | Bin 2290 -> 0 bytes .../favicons/apple-touch-icon-precomposed.png | Bin 6359 -> 0 bytes docs/favicons/apple-touch-icon.png | Bin 5312 -> 1901 bytes docs/favicons/browserconfig.xml | 5 +- docs/favicons/favicon-16x16.png | Bin 1202 -> 710 bytes docs/favicons/favicon-32x32.png | Bin 1459 -> 917 bytes docs/favicons/favicon-96x96.png | Bin 3897 -> 0 bytes docs/favicons/favicon.ico | Bin 15086 -> 15086 bytes docs/favicons/manifest.json | 41 +----- docs/favicons/mstile-144x144.png | Bin 1636 -> 0 bytes docs/favicons/mstile-150x150.png | Bin 1725 -> 1731 bytes docs/favicons/mstile-310x150.png | Bin 1889 -> 0 bytes docs/favicons/mstile-310x310.png | Bin 4124 -> 0 bytes docs/favicons/mstile-70x70.png | Bin 1176 -> 0 bytes docs/favicons/safari-pinned-tab.svg | 19 +-- docs/images/arc-de-triomphe.png | Bin 472141 -> 0 bytes docs/images/b.png | Bin 17432 -> 0 bytes .../{ => blog}/metro-ui-css-grid-tiles.png | Bin docs/images/bulma-banner.png | Bin 0 -> 31298 bytes docs/images/bulma-icon.png | Bin 0 -> 8784 bytes docs/images/bulma-type-white.png | Bin 0 -> 8904 bytes docs/images/bulma-type.png | Bin 0 -> 10980 bytes docs/images/bulma-white.png | Bin 2823 -> 0 bytes docs/images/bulma.png | Bin 2944 -> 0 bytes docs/images/sparrow/app-store-badge.svg | 129 ------------------ docs/images/sparrow/business-insider.png | Bin 13015 -> 0 bytes docs/images/sparrow/google-play-badge.png | Bin 20598 -> 0 bytes docs/images/sparrow/iphone-perspective.png | Bin 715110 -> 0 bytes docs/images/sparrow/iphone.png | Bin 224153 -> 0 bytes docs/images/sparrow/logo-grayscale.png | Bin 5103 -> 0 bytes docs/images/sparrow/logo.png | Bin 4142 -> 0 bytes docs/images/sparrow/techcrunch.png | Bin 4540 -> 0 bytes docs/images/sparrow/venture-beat.png | Bin 5846 -> 0 bytes docs/images/sparrow/wired.png | Bin 7698 -> 0 bytes images/bulma-banner.png | Bin 13592 -> 0 bytes package.json | 6 +- sass/components/nav.sass | 2 +- 61 files changed, 66 insertions(+), 218 deletions(-) delete mode 100644 docs/favicons/android-chrome-144x144.png delete mode 100644 docs/favicons/android-chrome-36x36.png delete mode 100644 docs/favicons/android-chrome-48x48.png delete mode 100644 docs/favicons/android-chrome-72x72.png delete mode 100644 docs/favicons/android-chrome-96x96.png delete mode 100644 docs/favicons/apple-touch-icon-114x114.png delete mode 100644 docs/favicons/apple-touch-icon-120x120.png delete mode 100644 docs/favicons/apple-touch-icon-144x144.png delete mode 100644 docs/favicons/apple-touch-icon-152x152.png delete mode 100644 docs/favicons/apple-touch-icon-180x180.png delete mode 100644 docs/favicons/apple-touch-icon-57x57.png delete mode 100644 docs/favicons/apple-touch-icon-60x60.png delete mode 100644 docs/favicons/apple-touch-icon-72x72.png delete mode 100644 docs/favicons/apple-touch-icon-76x76.png delete mode 100644 docs/favicons/apple-touch-icon-precomposed.png delete mode 100644 docs/favicons/favicon-96x96.png delete mode 100644 docs/favicons/mstile-144x144.png delete mode 100644 docs/favicons/mstile-310x150.png delete mode 100644 docs/favicons/mstile-310x310.png delete mode 100644 docs/favicons/mstile-70x70.png delete mode 100644 docs/images/arc-de-triomphe.png delete mode 100644 docs/images/b.png rename docs/images/{ => blog}/metro-ui-css-grid-tiles.png (100%) create mode 100644 docs/images/bulma-banner.png create mode 100644 docs/images/bulma-icon.png create mode 100644 docs/images/bulma-type-white.png create mode 100644 docs/images/bulma-type.png delete mode 100644 docs/images/bulma-white.png delete mode 100644 docs/images/bulma.png delete mode 100644 docs/images/sparrow/app-store-badge.svg delete mode 100644 docs/images/sparrow/business-insider.png delete mode 100644 docs/images/sparrow/google-play-badge.png delete mode 100644 docs/images/sparrow/iphone-perspective.png delete mode 100644 docs/images/sparrow/iphone.png delete mode 100644 docs/images/sparrow/logo-grayscale.png delete mode 100644 docs/images/sparrow/logo.png delete mode 100644 docs/images/sparrow/techcrunch.png delete mode 100644 docs/images/sparrow/venture-beat.png delete mode 100644 docs/images/sparrow/wired.png delete mode 100644 images/bulma-banner.png diff --git a/README.md b/README.md index 7a2dc001..cf3c1867 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Bulma is a modern CSS framework based on [Flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes). -[![Bulma: a Flexbox CSS framework](https://raw.githubusercontent.com/jgthms/bulma/master/images/bulma-banner.png)](http://bulma.io) +[![Bulma: a Flexbox CSS framework](https://raw.githubusercontent.com/jgthms/bulma/master/docs/images/bulma-banner.png)](http://bulma.io) ## Quick install diff --git a/docs/_config.yml b/docs/_config.yml index b7414489..1cd70d78 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,7 +1,7 @@ # Meta title: "Bulma: a modern CSS framework based on Flexbox" -description: "Bulma is a CSS framework based on Flexbox and built with Sass" +description: "Bulma is an open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free." # Build diff --git a/docs/_includes/head.html b/docs/_includes/head.html index 7ace113e..fba7a234 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -12,24 +12,28 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 390423a8..91ee02bf 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -2,9 +2,9 @@

diff --git a/docs/_posts/2016-04-11-metro-ui-css-grid-with-bulma-tiles.md b/docs/_posts/2016-04-11-metro-ui-css-grid-with-bulma-tiles.md index 5e7a2a82..4f24f6f4 100644 --- a/docs/_posts/2016-04-11-metro-ui-css-grid-with-bulma-tiles.md +++ b/docs/_posts/2016-04-11-metro-ui-css-grid-with-bulma-tiles.md @@ -3,9 +3,9 @@ layout: post title: "Metro UI CSS grid with Bulma tiles" --- -Have you ever wanted to build a **Metro-UI-like grid in CSS**? +Have you ever wanted to build a **Metro-UI-like grid in CSS**? Thanks to Flexbox and the new [Bulma tiles](http://bulma.io/documentation/grid/tiles/), you now can! And it only requires 1 HTML element: the `tile` element. -[![Metro UI grid tiles in CSS](/images/metro-ui-css-grid-tiles.png)](http://bulma.io/documentation/grid/tiles/) +[![Metro UI grid tiles in CSS](/images/blog/metro-ui-css-grid-tiles.png)](http://bulma.io/documentation/grid/tiles/) Check out the [documentation](http://bulma.io/documentation/grid/tiles/)! diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index 9cf9d0be..0362d6c7 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -3787,7 +3787,7 @@ a.box:active { .nav-item a, a.nav-item { - color: #4a4a4a; + color: #7a7a7a; } .nav-item a:hover, diff --git a/docs/documentation/components/level.html b/docs/documentation/components/level.html index 500ae8eb..e42bfb58 100644 --- a/docs/documentation/components/level.html +++ b/docs/documentation/components/level.html @@ -199,7 +199,7 @@ doc-subtab: level Menu

- +

Reservations @@ -219,7 +219,7 @@ doc-subtab: level Menu

- +

Reservations diff --git a/docs/documentation/components/nav.html b/docs/documentation/components/nav.html index e80c6327..400f7d7e 100644 --- a/docs/documentation/components/nav.html +++ b/docs/documentation/components/nav.html @@ -37,7 +37,7 @@ doc-subtab: nav