From: Jeremy Thomas Date: Thu, 22 Sep 2016 19:30:09 +0000 (+0100) Subject: Fix imports X-Git-Tag: 0.2.0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70b136705367f61943e8adea75e6c98c0857b532;p=thirdparty%2Fbulma.git Fix imports --- diff --git a/css/bulma.css b/css/bulma.css index 95ffdd7a3..17eb58077 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,1015 +340,1109 @@ table th { vertical-align: top; } -.is-block { - display: block; +.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; } -@media screen and (max-width: 768px) { - .is-block-mobile { - display: block !important; - } +.container { + position: relative; } -@media screen and (min-width: 769px) { - .is-block-tablet { - display: block !important; +@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: 769px) and (max-width: 979px) { - .is-block-tablet-only { - display: block !important; +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; } } -@media screen and (max-width: 979px) { - .is-block-touch { - display: block !important; - } +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; } -@media screen and (min-width: 980px) { - .is-block-desktop { - display: block !important; - } +.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; } -@media screen and (min-width: 980px) and (max-width: 1179px) { - .is-block-desktop-only { - display: block !important; - } +.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%; } -@media screen and (min-width: 1180px) { - .is-block-widescreen { - display: block !important; - } +.delete:before, .modal-close:before { + -webkit-transform: rotate(45deg); + transform: rotate(45deg); } -.is-flex { - display: -webkit-box; - display: -ms-flexbox; - display: flex; +.delete:after, .modal-close:after { + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); } -@media screen and (max-width: 768px) { - .is-flex-mobile { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - } +.delete:hover, .modal-close:hover { + background-color: rgba(18, 18, 18, 0.5); } -@media screen and (min-width: 769px) { - .is-flex-tablet { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - } +.delete.is-small, .is-small.modal-close { + height: 16px; + width: 16px; } -@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; - } +.delete.is-medium, .is-medium.modal-close { + height: 32px; + width: 32px; } -@media screen and (max-width: 979px) { - .is-flex-touch { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - } +.delete.is-large, .is-large.modal-close { + height: 40px; + width: 40px; } -@media screen and (min-width: 980px) { - .is-flex-desktop { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - } +.icon { + display: inline-block; + font-size: 21px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; } -@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; - } +.icon .fa { + font-size: inherit; + line-height: inherit; } -@media screen and (min-width: 1180px) { - .is-flex-widescreen { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - } +.icon.is-small { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; } -.is-inline { - display: inline; +.icon.is-medium { + display: inline-block; + font-size: 28px; + height: 32px; + line-height: 32px; + text-align: center; + vertical-align: top; + width: 32px; } -@media screen and (max-width: 768px) { - .is-inline-mobile { - display: inline !important; - } +.icon.is-large { + display: inline-block; + font-size: 42px; + height: 48px; + line-height: 48px; + text-align: center; + vertical-align: top; + width: 48px; } -@media screen and (min-width: 769px) { - .is-inline-tablet { - display: inline !important; - } +.hamburger, .nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; } -@media screen and (min-width: 769px) and (max-width: 979px) { - .is-inline-tablet-only { - display: inline !important; - } +.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; } -@media screen and (max-width: 979px) { - .is-inline-touch { - display: inline !important; - } +.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { + margin-top: -6px; } -@media screen and (min-width: 980px) { - .is-inline-desktop { - display: inline !important; - } +.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { + margin-top: -1px; } -@media screen and (min-width: 980px) and (max-width: 1179px) { - .is-inline-desktop-only { - display: inline !important; - } +.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { + margin-top: 4px; } -@media screen and (min-width: 1180px) { - .is-inline-widescreen { - display: inline !important; - } +.hamburger:hover, .nav-toggle:hover { + background-color: whitesmoke; } -.is-inline-block { - display: inline-block; +.hamburger.is-active span, .is-active.nav-toggle span { + background-color: #11e4c4; } -@media screen and (max-width: 768px) { - .is-inline-block-mobile { - display: inline-block !important; - } +.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; } -@media screen and (min-width: 769px) { - .is-inline-block-tablet { - display: inline-block !important; - } +.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { + opacity: 0; } -@media screen and (min-width: 769px) and (max-width: 979px) { - .is-inline-block-tablet-only { - display: inline-block !important; - } +.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; } -@media screen and (max-width: 979px) { - .is-inline-block-touch { - display: inline-block !important; - } +.heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; } -@media screen and (min-width: 980px) { - .is-inline-block-desktop { - display: inline-block !important; - } +.highlight { + font-size: 12px; + font-weight: normal; + max-width: 100%; + overflow: hidden; + padding: 0; } -@media screen and (min-width: 980px) and (max-width: 1179px) { - .is-inline-block-desktop-only { - display: inline-block !important; - } +.highlight pre { + overflow: auto; + max-width: 100%; } -@media screen and (min-width: 1180px) { - .is-inline-block-widescreen { - display: inline-block !important; - } +.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; } -.is-inline-flex { +.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; } -@media screen and (max-width: 768px) { - .is-inline-flex-mobile { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } +.tag .delete, .tag .modal-close { + margin-left: 4px; + margin-right: -6px; } -@media screen and (min-width: 769px) { - .is-inline-flex-tablet { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } +.tag.is-white { + background-color: white; + color: #121212; } -@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; - } +.tag.is-black { + background-color: #121212; + color: white; } -@media screen and (max-width: 979px) { - .is-inline-flex-touch { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } +.tag.is-light { + background-color: whitesmoke; + color: #7a7a7a; } -@media screen and (min-width: 980px) { - .is-inline-flex-desktop { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } +.tag.is-dark { + background-color: #7a7a7a; + color: whitesmoke; } -@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; - } +.tag.is-primary { + background-color: #11e4c4; + color: white; } -@media screen and (min-width: 1180px) { - .is-inline-flex-widescreen { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } +.tag.is-info { + background-color: #0f6bff; + color: white; } -.is-clearfix:after { - clear: both; - content: " "; - display: table; +.tag.is-success { + background-color: #20ee68; + color: white; } -.is-pulled-left { - float: left; +.tag.is-warning { + background-color: #ffcf0f; + color: white; } -.is-pulled-right { - float: right; +.tag.is-danger { + background-color: #ff0f3f; + color: white; } -.is-clipped { - overflow: hidden !important; +.tag.is-small { + font-size: 11px; + height: 20px; + padding-left: 8px; + padding-right: 8px; } -.is-overlay { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; +.tag.is-medium { + font-size: 14px; + height: 32px; + padding-left: 14px; + padding-right: 14px; } -.has-text-centered { - text-align: center; +.tag.is-large { + font-size: 18px; + height: 40px; + line-height: 24px; + padding-left: 18px; + padding-right: 18px; } -.has-text-left { - text-align: left; +.tag.is-large .delete, .tag.is-large .modal-close { + margin-left: 4px; + margin-right: -8px; } -.has-text-right { - text-align: right; +.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-hidden { - display: none !important; +.is-block { + display: block; } @media screen and (max-width: 768px) { - .is-hidden-mobile { - display: none !important; + .is-block-mobile { + display: block !important; } } @media screen and (min-width: 769px) { - .is-hidden-tablet { - display: none !important; + .is-block-tablet { + display: block !important; } } @media screen and (min-width: 769px) and (max-width: 979px) { - .is-hidden-tablet-only { - display: none !important; + .is-block-tablet-only { + display: block !important; } } @media screen and (max-width: 979px) { - .is-hidden-touch { - display: none !important; + .is-block-touch { + display: block !important; } } @media screen and (min-width: 980px) { - .is-hidden-desktop { - display: none !important; + .is-block-desktop { + display: block !important; } } @media screen and (min-width: 980px) and (max-width: 1179px) { - .is-hidden-desktop-only { - display: none !important; + .is-block-desktop-only { + display: block !important; } } @media screen and (min-width: 1180px) { - .is-hidden-widescreen { - display: none !important; + .is-block-widescreen { + display: block !important; } } -.is-disabled { - pointer-events: none; -} - -.is-marginless { - margin: 0 !important; +.is-flex { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } -.is-paddingless { - padding: 0 !important; +@media screen and (max-width: 768px) { + .is-flex-mobile { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } } -.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); - display: block; - padding: 20px; +@media screen and (min-width: 769px) { + .is-flex-tablet { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } } -a.box:hover, a.box:focus { - box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1), 0 0 0 1px #11e4c4; +@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; + } } -a.box:active { - box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.2), 0 0 0 1px #11e4c4; +@media screen and (max-width: 979px) { + .is-flex-touch { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } } -.button { - -moz-appearance: none; - -webkit-appearance: none; - -webkit-box-align: center; - -ms-flex-align: 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; - 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; - padding-left: 10px; - padding-right: 10px; - text-align: center; - white-space: nowrap; +@media screen and (min-width: 980px) { + .is-flex-desktop { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } } -.button:hover { - border-color: #b5b5b5; +@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; + } } -.button:active, .button:focus, .button.is-active { - border-color: #11e4c4; - outline: none; +@media screen and (min-width: 1180px) { + .is-flex-widescreen { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } } -.button[disabled], .button.is-disabled { - background-color: whitesmoke; - border-color: #dbdbdb; - cursor: not-allowed; - pointer-events: none; +.is-inline { + display: inline; } -.button[disabled]::-moz-placeholder, .button.is-disabled::-moz-placeholder { - color: rgba(36, 36, 36, 0.3); +@media screen and (max-width: 768px) { + .is-inline-mobile { + display: inline !important; + } } -.button[disabled]::-webkit-input-placeholder, .button.is-disabled::-webkit-input-placeholder { - color: rgba(36, 36, 36, 0.3); +@media screen and (min-width: 769px) { + .is-inline-tablet { + display: inline !important; + } } -.button[disabled]:-moz-placeholder, .button.is-disabled:-moz-placeholder { - color: rgba(36, 36, 36, 0.3); +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-inline-tablet-only { + display: inline !important; + } } -.button[disabled]:-ms-input-placeholder, .button.is-disabled:-ms-input-placeholder { - color: rgba(36, 36, 36, 0.3); +@media screen and (max-width: 979px) { + .is-inline-touch { + display: inline !important; + } } -.button strong { - color: inherit; +@media screen and (min-width: 980px) { + .is-inline-desktop { + display: inline !important; + } } -.button small { - display: block; - font-size: 11px; - line-height: 1; - margin-top: 5px; +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-inline-desktop-only { + display: inline !important; + } } -.button .icon:first-child, -.button .tag:first-child { - margin-left: -2px; - margin-right: 4px; +@media screen and (min-width: 1180px) { + .is-inline-widescreen { + display: inline !important; + } } -.button .icon:last-child, -.button .tag:last-child { - margin-left: 4px; - margin-right: -2px; +.is-inline-block { + display: inline-block; } -.button:hover, .button:focus, .button.is-active { - color: #242424; +@media screen and (max-width: 768px) { + .is-inline-block-mobile { + display: inline-block !important; + } } -.button:active { - box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.2); +@media screen and (min-width: 769px) { + .is-inline-block-tablet { + display: inline-block !important; + } } -.button.is-white { - background-color: white; - border-color: transparent; - color: #121212; +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-inline-block-tablet-only { + display: inline-block !important; + } } -.button.is-white:hover, .button.is-white:focus, .button.is-white.is-active { - background-color: #e6e6e6; - border-color: transparent; - color: #121212; +@media screen and (max-width: 979px) { + .is-inline-block-touch { + display: inline-block !important; + } } -.button.is-white:active { - border-color: transparent; +@media screen and (min-width: 980px) { + .is-inline-block-desktop { + display: inline-block !important; + } } -.button.is-white.is-inverted { - background-color: #121212; - color: white; +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-inline-block-desktop-only { + display: inline-block !important; + } } -.button.is-white.is-inverted:hover { - background-color: #050505; +@media screen and (min-width: 1180px) { + .is-inline-block-widescreen { + display: inline-block !important; + } } -.button.is-white.is-loading:after { - border-color: transparent transparent #121212 #121212 !important; +.is-inline-flex { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; } -.button.is-white.is-outlined { - background-color: transparent; - border-color: white; - color: white; +@media screen and (max-width: 768px) { + .is-inline-flex-mobile { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } -.button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus { - background-color: white; - border-color: white; - color: #121212; +@media screen and (min-width: 769px) { + .is-inline-flex-tablet { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } -.button.is-black { - background-color: #121212; - border-color: transparent; - color: white; +@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; + } } -.button.is-black:hover, .button.is-black:focus, .button.is-black.is-active { - background-color: black; - border-color: transparent; - color: white; +@media screen and (max-width: 979px) { + .is-inline-flex-touch { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } -.button.is-black:active { - border-color: transparent; +@media screen and (min-width: 980px) { + .is-inline-flex-desktop { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } -.button.is-black.is-inverted { - background-color: white; - color: #121212; +@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; + } } -.button.is-black.is-inverted:hover { - background-color: #f2f2f2; +@media screen and (min-width: 1180px) { + .is-inline-flex-widescreen { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } -.button.is-black.is-loading:after { - border-color: transparent transparent white white !important; +.is-clearfix:after { + clear: both; + content: " "; + display: table; } -.button.is-black.is-outlined { - background-color: transparent; - border-color: #121212; - color: #121212; +.is-pulled-left { + float: left; } -.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus { - background-color: #121212; - border-color: #121212; - color: white; +.is-pulled-right { + float: right; } -.button.is-light { - background-color: whitesmoke; - border-color: transparent; - color: #7a7a7a; -} - -.button.is-light:hover, .button.is-light:focus, .button.is-light.is-active { - background-color: #dbdbdb; - border-color: transparent; - color: #7a7a7a; +.is-clipped { + overflow: hidden !important; } -.button.is-light:active { - border-color: transparent; +.is-overlay { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; } -.button.is-light.is-inverted { - background-color: #7a7a7a; - color: whitesmoke; +.has-text-centered { + text-align: center; } -.button.is-light.is-inverted:hover { - background-color: #6e6e6e; +.has-text-left { + text-align: left; } -.button.is-light.is-loading:after { - border-color: transparent transparent #7a7a7a #7a7a7a !important; +.has-text-right { + text-align: right; } -.button.is-light.is-outlined { - background-color: transparent; - border-color: whitesmoke; - color: whitesmoke; +.is-hidden { + display: none !important; } -.button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus { - background-color: whitesmoke; - border-color: whitesmoke; - color: #7a7a7a; +@media screen and (max-width: 768px) { + .is-hidden-mobile { + display: none !important; + } } -.button.is-dark { - background-color: #7a7a7a; - border-color: transparent; - color: whitesmoke; +@media screen and (min-width: 769px) { + .is-hidden-tablet { + display: none !important; + } } -.button.is-dark:hover, .button.is-dark:focus, .button.is-dark.is-active { - background-color: #616161; - border-color: transparent; - color: whitesmoke; +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-hidden-tablet-only { + display: none !important; + } } -.button.is-dark:active { - border-color: transparent; +@media screen and (max-width: 979px) { + .is-hidden-touch { + display: none !important; + } } -.button.is-dark.is-inverted { - background-color: whitesmoke; - color: #7a7a7a; +@media screen and (min-width: 980px) { + .is-hidden-desktop { + display: none !important; + } } -.button.is-dark.is-inverted:hover { - background-color: #e8e8e8; +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-hidden-desktop-only { + display: none !important; + } } -.button.is-dark.is-loading:after { - border-color: transparent transparent whitesmoke whitesmoke !important; +@media screen and (min-width: 1180px) { + .is-hidden-widescreen { + display: none !important; + } } -.button.is-dark.is-outlined { - background-color: transparent; - border-color: #7a7a7a; - color: #7a7a7a; +.is-disabled { + pointer-events: none; } -.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus { - background-color: #7a7a7a; - border-color: #7a7a7a; - color: whitesmoke; +.is-marginless { + margin: 0 !important; } -.button.is-primary { - background-color: #11e4c4; - border-color: transparent; - color: white; +.is-paddingless { + padding: 0 !important; } -.button.is-primary:hover, .button.is-primary:focus, .button.is-primary.is-active { - background-color: #0eb49b; - border-color: transparent; - 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; } -.button.is-primary:active { - border-color: transparent; +.container { + position: relative; } -.button.is-primary.is-inverted { - background-color: white; - color: #11e4c4; +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } } -.button.is-primary.is-inverted:hover { - background-color: #f2f2f2; +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } } -.button.is-primary.is-loading:after { - border-color: transparent transparent white white !important; +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; } -.button.is-primary.is-outlined { - background-color: transparent; - border-color: #11e4c4; - color: #11e4c4; +.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); + display: block; + padding: 20px; } -.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus { - background-color: #11e4c4; - border-color: #11e4c4; - color: white; +a.box:hover, a.box:focus { + box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1), 0 0 0 1px #11e4c4; } -.button.is-info { - background-color: #0f6bff; - border-color: transparent; - color: white; +a.box:active { + box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.2), 0 0 0 1px #11e4c4; } -.button.is-info:hover, .button.is-info:focus, .button.is-info.is-active { - background-color: #0054db; - border-color: transparent; - 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; } -.button.is-info:active { - border-color: transparent; +.container { + position: relative; } -.button.is-info.is-inverted { - background-color: white; - color: #0f6bff; +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } } -.button.is-info.is-inverted:hover { - background-color: #f2f2f2; +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } } -.button.is-info.is-loading:after { - border-color: transparent transparent white white !important; +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; } -.button.is-info.is-outlined { - background-color: transparent; - border-color: #0f6bff; - color: #0f6bff; +.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; } -.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus { - background-color: #0f6bff; - border-color: #0f6bff; - color: white; +.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%; } -.button.is-success { - background-color: #20ee68; - border-color: transparent; - color: white; +.delete:before, .modal-close:before { + -webkit-transform: rotate(45deg); + transform: rotate(45deg); } -.button.is-success:hover, .button.is-success:focus, .button.is-success.is-active { - background-color: #0fcc51; - border-color: transparent; - color: white; +.delete:after, .modal-close:after { + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); } -.button.is-success:active { - border-color: transparent; +.delete:hover, .modal-close:hover { + background-color: rgba(18, 18, 18, 0.5); } -.button.is-success.is-inverted { - background-color: white; - color: #20ee68; +.delete.is-small, .is-small.modal-close { + height: 16px; + width: 16px; } -.button.is-success.is-inverted:hover { - background-color: #f2f2f2; +.delete.is-medium, .is-medium.modal-close { + height: 32px; + width: 32px; } -.button.is-success.is-loading:after { - border-color: transparent transparent white white !important; +.delete.is-large, .is-large.modal-close { + height: 40px; + width: 40px; } -.button.is-success.is-outlined { - background-color: transparent; - border-color: #20ee68; - color: #20ee68; +.icon { + display: inline-block; + font-size: 21px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; } -.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus { - background-color: #20ee68; - border-color: #20ee68; - color: white; +.icon .fa { + font-size: inherit; + line-height: inherit; } -.button.is-warning { - background-color: #ffcf0f; - border-color: transparent; - color: white; +.icon.is-small { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; } -.button.is-warning:hover, .button.is-warning:focus, .button.is-warning.is-active { - background-color: #dbaf00; - border-color: transparent; - color: white; +.icon.is-medium { + display: inline-block; + font-size: 28px; + height: 32px; + line-height: 32px; + text-align: center; + vertical-align: top; + width: 32px; } -.button.is-warning:active { - border-color: transparent; +.icon.is-large { + display: inline-block; + font-size: 42px; + height: 48px; + line-height: 48px; + text-align: center; + vertical-align: top; + width: 48px; } -.button.is-warning.is-inverted { - background-color: white; - color: #ffcf0f; +.hamburger, .nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; } -.button.is-warning.is-inverted:hover { - background-color: #f2f2f2; +.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; } -.button.is-warning.is-loading:after { - border-color: transparent transparent white white !important; +.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { + margin-top: -6px; } -.button.is-warning.is-outlined { - background-color: transparent; - border-color: #ffcf0f; - color: #ffcf0f; +.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { + margin-top: -1px; } -.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus { - background-color: #ffcf0f; - border-color: #ffcf0f; - color: white; +.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { + margin-top: 4px; } -.button.is-danger { - background-color: #ff0f3f; - border-color: transparent; - color: white; +.hamburger:hover, .nav-toggle:hover { + background-color: whitesmoke; } -.button.is-danger:hover, .button.is-danger:focus, .button.is-danger.is-active { - background-color: #db002c; - border-color: transparent; - color: white; +.hamburger.is-active span, .is-active.nav-toggle span { + background-color: #11e4c4; } -.button.is-danger:active { - border-color: transparent; +.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; } -.button.is-danger.is-inverted { - background-color: white; - color: #ff0f3f; +.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { + opacity: 0; } -.button.is-danger.is-inverted:hover { - background-color: #f2f2f2; +.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; } -.button.is-danger.is-loading:after { - border-color: transparent transparent white white !important; +.heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; } -.button.is-danger.is-outlined { - background-color: transparent; - border-color: #ff0f3f; - color: #ff0f3f; +.highlight { + font-size: 12px; + font-weight: normal; + max-width: 100%; + overflow: hidden; + padding: 0; } -.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus { - background-color: #ff0f3f; - border-color: #ff0f3f; - color: white; +.highlight pre { + overflow: auto; + max-width: 100%; } -.button.is-link { - background-color: transparent; - border-color: transparent; - color: #7a7a7a; - text-decoration: underline; +.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; } -.button.is-link:hover, .button.is-link:focus { - background-color: #dbdbdb; - color: #242424; +.number { + background-color: whitesmoke; + border-radius: 290486px; + display: inline-block; + font-size: 18px; + vertical-align: top; } -.button.is-small { - border-radius: 2px; - font-size: 11px; +.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: 6px; - padding-right: 6px; -} - -.button.is-medium { - font-size: 18px; - height: 40px; - padding-left: 14px; - padding-right: 14px; + padding-left: 10px; + padding-right: 10px; + vertical-align: top; + white-space: nowrap; } -.button.is-large { - font-size: 22px; - height: 48px; - padding-left: 20px; - padding-right: 20px; +.tag .delete, .tag .modal-close { + margin-left: 4px; + margin-right: -6px; } -.button[disabled], .button.is-disabled { - opacity: 0.5; +.tag.is-white { + background-color: white; + color: #121212; } -.button.is-fullwidth { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - width: 100%; +.tag.is-black { + background-color: #121212; + color: white; } -.button.is-loading { - color: transparent !important; - pointer-events: none; +.tag.is-light { + background-color: whitesmoke; + color: #7a7a7a; } -.button.is-loading:after { - left: 50%; - margin-left: -8px; - margin-top: -8px; - position: absolute; - top: 50%; - position: absolute !important; +.tag.is-dark { + background-color: #7a7a7a; + color: whitesmoke; } -.content a:not(.button) { - border-bottom: 1px solid #dbdbdb; +.tag.is-primary { + background-color: #11e4c4; + color: white; } -.content a:not(.button):visited { - color: #b86bff; +.tag.is-info { + background-color: #0f6bff; + color: white; } -.content a:not(.button):hover { - border-bottom-color: #11e4c4; +.tag.is-success { + background-color: #20ee68; + color: white; } -.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: #242424; - 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: whitesmoke; - border-left: 5px solid #dbdbdb; - 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; +.tag.is-warning { + background-color: #ffcf0f; + color: white; } -.content ul { - list-style: disc outside; - margin-left: 2em; - margin-right: 2em; - margin-top: 1em; +.tag.is-danger { + background-color: #ff0f3f; + color: white; } -.content ul ul { - list-style-type: circle; - margin-top: 0.5em; +.tag.is-small { + font-size: 11px; + height: 20px; + padding-left: 8px; + padding-right: 8px; } -.content ul ul ul { - list-style-type: square; +.tag.is-medium { + font-size: 14px; + height: 32px; + padding-left: 14px; + padding-right: 14px; } -.content.is-medium { +.tag.is-large { font-size: 18px; + height: 40px; + line-height: 24px; + padding-left: 18px; + padding-right: 18px; } -.content.is-medium code { - font-size: 14px; -} - -.content.is-large { - font-size: 24px; +.tag.is-large .delete, .tag.is-large .modal-close { + margin-left: 4px; + margin-right: -8px; } -.content.is-large code { - font-size: 18px; +.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 { +.button { -moz-appearance: none; -webkit-appearance: none; -webkit-box-align: center; @@ -1371,3910 +1465,6196 @@ a.box:active { padding-right: 8px; position: relative; vertical-align: top; - box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.1); - max-width: 100%; - width: 100%; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding-left: 10px; + padding-right: 10px; + text-align: center; + white-space: nowrap; } -.input:hover, .textarea:hover { +.button:hover { border-color: #b5b5b5; } -.input:active, .textarea:active, .input:focus, .textarea:focus, .input.is-active, .is-active.textarea { +.button:active, .button:focus, .button.is-active { border-color: #11e4c4; outline: none; } -.input[disabled], [disabled].textarea, .input.is-disabled, .is-disabled.textarea { +.button[disabled], .button.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 { +.button[disabled]::-moz-placeholder, .button.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 { +.button[disabled]::-webkit-input-placeholder, .button.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 { +.button[disabled]:-moz-placeholder, .button.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 { +.button[disabled]:-ms-input-placeholder, .button.is-disabled:-ms-input-placeholder { color: rgba(36, 36, 36, 0.3); } -.input.is-white, .is-white.textarea { - border-color: white; -} - -.input.is-black, .is-black.textarea { - border-color: #121212; +.button strong { + color: inherit; } -.input.is-light, .is-light.textarea { - border-color: whitesmoke; +.button small { + display: block; + font-size: 11px; + line-height: 1; + margin-top: 5px; } -.input.is-dark, .is-dark.textarea { - border-color: #7a7a7a; +.button .icon:first-child, +.button .tag:first-child { + margin-left: -2px; + margin-right: 4px; } -.input.is-primary, .is-primary.textarea { - border-color: #11e4c4; +.button .icon:last-child, +.button .tag:last-child { + margin-left: 4px; + margin-right: -2px; } -.input.is-info, .is-info.textarea { - border-color: #0f6bff; +.button:hover, .button:focus, .button.is-active { + color: #242424; } -.input.is-success, .is-success.textarea { - border-color: #20ee68; +.button:active { + box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.2); } -.input.is-warning, .is-warning.textarea { - border-color: #ffcf0f; +.button.is-white { + background-color: white; + border-color: transparent; + color: #121212; } -.input.is-danger, .is-danger.textarea { - border-color: #ff0f3f; +.button.is-white:hover, .button.is-white:focus, .button.is-white.is-active { + background-color: #f2f2f2; + border-color: transparent; + color: #121212; } -.input[type="search"], [type="search"].textarea { - border-radius: 290486px; +.button.is-white:active { + border-color: transparent; } -.input.is-small, .is-small.textarea { - border-radius: 2px; - font-size: 11px; - height: 24px; - line-height: 16px; - padding-left: 6px; - padding-right: 6px; +.button.is-white.is-inverted { + background-color: #121212; + color: white; } -.input.is-medium, .is-medium.textarea { - font-size: 18px; - height: 40px; - line-height: 32px; - padding-left: 10px; - padding-right: 10px; +.button.is-white.is-inverted:hover { + background-color: #050505; } -.input.is-large, .is-large.textarea { - font-size: 24px; - height: 48px; - line-height: 40px; - padding-left: 12px; - padding-right: 12px; +.button.is-white.is-loading:after { + border-color: transparent transparent #121212 #121212 !important; } -.input.is-fullwidth, .is-fullwidth.textarea { - display: block; - width: 100%; +.button.is-white.is-outlined { + background-color: transparent; + border-color: white; + color: white; } -.input.is-inline, .is-inline.textarea { - display: inline; - width: auto; +.button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus { + background-color: white; + border-color: white; + color: #121212; } -.textarea { - display: block; - line-height: 1.2; - max-height: 600px; - max-width: 100%; - min-height: 120px; - min-width: 100%; - padding: 10px; - resize: vertical; +.button.is-black { + background-color: #121212; + border-color: transparent; + color: white; } -.checkbox, .radio { - cursor: pointer; - display: inline-block; - line-height: 16px; - position: relative; - vertical-align: top; +.button.is-black:hover, .button.is-black:focus, .button.is-black.is-active { + background-color: #050505; + border-color: transparent; + color: white; } -.checkbox input, .radio input { - cursor: pointer; +.button.is-black:active { + border-color: transparent; } -.checkbox:hover, .radio:hover { - color: #242424; -} - -.is-disabled.checkbox, .is-disabled.radio { - color: #b5b5b5; - pointer-events: none; +.button.is-black.is-inverted { + background-color: white; + color: #121212; } -.is-disabled.checkbox input, .is-disabled.radio input { - pointer-events: none; +.button.is-black.is-inverted:hover { + background-color: #f2f2f2; } -.radio + .radio { - margin-left: 10px; +.button.is-black.is-loading:after { + border-color: transparent transparent white white !important; } -.select { - display: inline-block; - height: 32px; - position: relative; - vertical-align: top; +.button.is-black.is-outlined { + background-color: transparent; + border-color: #121212; + color: #121212; } -.select select { - -moz-appearance: none; - -webkit-appearance: none; - -webkit-box-align: center; - -ms-flex-align: 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; - line-height: 24px; - padding-left: 8px; - padding-right: 8px; - position: relative; - vertical-align: top; - cursor: pointer; - display: block; - outline: none; - padding-right: 36px; +.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus { + background-color: #121212; + border-color: #121212; + color: white; } -.select select:hover { - border-color: #b5b5b5; +.button.is-light { + background-color: whitesmoke; + border-color: transparent; + color: #7a7a7a; } -.select select:active, .select select:focus, .select select.is-active { - border-color: #11e4c4; - outline: none; +.button.is-light:hover, .button.is-light:focus, .button.is-light.is-active { + background-color: #e8e8e8; + border-color: transparent; + color: #7a7a7a; } -.select select[disabled], .select select.is-disabled { - background-color: whitesmoke; - border-color: #dbdbdb; - cursor: not-allowed; - pointer-events: none; +.button.is-light:active { + border-color: transparent; } -.select select[disabled]::-moz-placeholder, .select select.is-disabled::-moz-placeholder { - color: rgba(36, 36, 36, 0.3); +.button.is-light.is-inverted { + background-color: #7a7a7a; + color: whitesmoke; } -.select select[disabled]::-webkit-input-placeholder, .select select.is-disabled::-webkit-input-placeholder { - color: rgba(36, 36, 36, 0.3); +.button.is-light.is-inverted:hover { + background-color: #6e6e6e; } -.select select[disabled]:-moz-placeholder, .select select.is-disabled:-moz-placeholder { - color: rgba(36, 36, 36, 0.3); +.button.is-light.is-loading:after { + border-color: transparent transparent #7a7a7a #7a7a7a !important; } -.select select[disabled]:-ms-input-placeholder, .select select.is-disabled:-ms-input-placeholder { - color: rgba(36, 36, 36, 0.3); +.button.is-light.is-outlined { + background-color: transparent; + border-color: whitesmoke; + color: whitesmoke; } -.select select.is-white { - border-color: white; +.button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus { + background-color: whitesmoke; + border-color: whitesmoke; + color: #7a7a7a; } -.select select.is-black { - border-color: #121212; +.button.is-dark { + background-color: #7a7a7a; + border-color: transparent; + color: whitesmoke; } -.select select.is-light { - border-color: whitesmoke; +.button.is-dark:hover, .button.is-dark:focus, .button.is-dark.is-active { + background-color: #6e6e6e; + border-color: transparent; + color: whitesmoke; } -.select select.is-dark { - border-color: #7a7a7a; +.button.is-dark:active { + border-color: transparent; } -.select select.is-primary { - border-color: #11e4c4; +.button.is-dark.is-inverted { + background-color: whitesmoke; + color: #7a7a7a; } -.select select.is-info { - border-color: #0f6bff; +.button.is-dark.is-inverted:hover { + background-color: #e8e8e8; } -.select select.is-success { - border-color: #20ee68; +.button.is-dark.is-loading:after { + border-color: transparent transparent whitesmoke whitesmoke !important; } -.select select.is-warning { - border-color: #ffcf0f; +.button.is-dark.is-outlined { + background-color: transparent; + border-color: #7a7a7a; + color: #7a7a7a; } -.select select.is-danger { - border-color: #ff0f3f; +.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus { + background-color: #7a7a7a; + border-color: #7a7a7a; + color: whitesmoke; } -.select select:hover { - border-color: #b5b5b5; +.button.is-primary { + background-color: #11e4c4; + border-color: transparent; + color: white; } -.select select::ms-expand { - display: none; +.button.is-primary:hover, .button.is-primary:focus, .button.is-primary.is-active { + background-color: #0fccb0; + border-color: transparent; + color: white; } -.select.is-fullwidth { - width: 100%; +.button.is-primary:active { + border-color: transparent; } -.select.is-fullwidth select { - width: 100%; +.button.is-primary.is-inverted { + background-color: white; + color: #11e4c4; } -.select:after { - border: 1px solid #11e4c4; - border-right: 0; - border-top: 0; - content: " "; - display: block; - height: 7px; - pointer-events: none; - position: absolute; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); - width: 7px; - margin-top: -6px; - right: 16px; - top: 50%; +.button.is-primary.is-inverted:hover { + background-color: #f2f2f2; } -.select:hover:after { - border-color: #242424; +.button.is-primary.is-loading:after { + border-color: transparent transparent white white !important; } -.select.is-small { - height: 24px; +.button.is-primary.is-outlined { + background-color: transparent; + border-color: #11e4c4; + color: #11e4c4; } -.select.is-small select { - border-radius: 2px; - font-size: 11px; - height: 24px; - line-height: 16px; - padding-left: 6px; - padding-right: 6px; - padding-right: 28px; +.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus { + background-color: #11e4c4; + border-color: #11e4c4; + color: white; } -.select.is-medium { - height: 40px; +.button.is-info { + background-color: #0f6bff; + border-color: transparent; + color: white; } -.select.is-medium select { - font-size: 18px; - height: 40px; - line-height: 32px; - padding-left: 10px; - padding-right: 10px; - padding-right: 44px; +.button.is-info:hover, .button.is-info:focus, .button.is-info.is-active { + background-color: #005ef5; + border-color: transparent; + color: white; } -.select.is-large { - height: 48px; +.button.is-info:active { + border-color: transparent; } -.select.is-large select { - font-size: 24px; - height: 48px; - line-height: 40px; - padding-left: 12px; - padding-right: 12px; - padding-right: 52px; +.button.is-info.is-inverted { + background-color: white; + color: #0f6bff; } -.label { - color: #242424; - display: block; - font-weight: bold; +.button.is-info.is-inverted:hover { + background-color: #f2f2f2; } -.label:not(:last-child) { - margin-bottom: 5px; +.button.is-info.is-loading:after { + border-color: transparent transparent white white !important; } -.help { - display: block; - font-size: 11px; - margin-top: 5px; +.button.is-info.is-outlined { + background-color: transparent; + border-color: #0f6bff; + color: #0f6bff; } -.help.is-white { +.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus { + background-color: #0f6bff; + border-color: #0f6bff; color: white; } -.help.is-black { - color: #121212; +.button.is-success { + background-color: #20ee68; + border-color: transparent; + color: white; } -.help.is-light { - color: whitesmoke; +.button.is-success:hover, .button.is-success:focus, .button.is-success.is-active { + background-color: #11e45b; + border-color: transparent; + color: white; } -.help.is-dark { - color: #7a7a7a; +.button.is-success:active { + border-color: transparent; } -.help.is-primary { - color: #11e4c4; +.button.is-success.is-inverted { + background-color: white; + color: #20ee68; } -.help.is-info { - color: #0f6bff; +.button.is-success.is-inverted:hover { + background-color: #f2f2f2; } -.help.is-success { - color: #20ee68; +.button.is-success.is-loading:after { + border-color: transparent transparent white white !important; } -.help.is-warning { - color: #ffcf0f; +.button.is-success.is-outlined { + background-color: transparent; + border-color: #20ee68; + color: #20ee68; } -.help.is-danger { - color: #ff0f3f; +.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus { + background-color: #20ee68; + border-color: #20ee68; + color: white; } -@media screen and (max-width: 768px) { - .control-label { - margin-bottom: 5px; - } +.button.is-warning { + background-color: #ffcf0f; + border-color: transparent; + color: white; } -@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; - margin-right: 20px; - padding-top: 7px; - text-align: right; - } +.button.is-warning:hover, .button.is-warning:focus, .button.is-warning.is-active { + background-color: #f5c400; + border-color: transparent; + color: white; } -.control { - position: relative; - text-align: left; +.button.is-warning:active { + border-color: transparent; } -.control:not(:last-child) { - margin-bottom: 10px; +.button.is-warning.is-inverted { + background-color: white; + color: #ffcf0f; } -.control.has-addons { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; +.button.is-warning.is-inverted:hover { + background-color: #f2f2f2; } -.control.has-addons .button, -.control.has-addons .input, -.control.has-addons .textarea, -.control.has-addons .select { - border-radius: 0; - margin-right: -1px; - width: auto; +.button.is-warning.is-loading:after { + border-color: transparent transparent white white !important; } -.control.has-addons .button:hover, -.control.has-addons .input:hover, -.control.has-addons .textarea:hover, -.control.has-addons .select:hover { - z-index: 2; +.button.is-warning.is-outlined { + background-color: transparent; + border-color: #ffcf0f; + color: #ffcf0f; } -.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; +.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus { + background-color: #ffcf0f; + border-color: #ffcf0f; + color: white; } -.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; +.button.is-danger { + background-color: #ff0f3f; + border-color: transparent; + color: white; } -.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; +.button.is-danger:hover, .button.is-danger:focus, .button.is-danger.is-active { + background-color: #f50031; + border-color: transparent; + color: white; } -.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; +.button.is-danger:active { + border-color: transparent; } -.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; +.button.is-danger.is-inverted { + background-color: white; + color: #ff0f3f; } -.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; +.button.is-danger.is-inverted:hover { + background-color: #f2f2f2; } -.control.has-addons.has-addons-centered { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; +.button.is-danger.is-loading:after { + border-color: transparent transparent white white !important; } -.control.has-addons.has-addons-right { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; +.button.is-danger.is-outlined { + background-color: transparent; + border-color: #ff0f3f; + color: #ff0f3f; } -.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; +.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus { + background-color: #ff0f3f; + border-color: #ff0f3f; + color: white; } -.control.has-icon > .fa { - display: inline-block; - font-size: 14px; - height: 24px; - line-height: 24px; - text-align: center; - vertical-align: top; - width: 24px; - color: #b5b5b5; - pointer-events: none; - position: absolute; - top: 4px; - z-index: 4; +.button.is-link { + background-color: transparent; + border-color: transparent; + color: #7a7a7a; + text-decoration: underline; } -.control.has-icon .input:focus + .fa, .control.has-icon .textarea:focus + .fa { +.button.is-link:hover, .button.is-link:focus { + background-color: #dbdbdb; color: #242424; } -.control.has-icon .input.is-small + .fa, .control.has-icon .is-small.textarea + .fa { - font-size: 10.5px; - top: 0; +.button.is-small { + border-radius: 2px; + font-size: 11px; + height: 24px; + line-height: 16px; + padding-left: 6px; + padding-right: 6px; } -.control.has-icon .input.is-medium + .fa, .control.has-icon .is-medium.textarea + .fa { - font-size: 21px; - top: 8px; +.button.is-medium { + font-size: 18px; + height: 40px; + padding-left: 14px; + padding-right: 14px; } -.control.has-icon .input.is-large + .fa, .control.has-icon .is-large.textarea + .fa { - font-size: 21px; - top: 12px; +.button.is-large { + font-size: 22px; + height: 48px; + padding-left: 20px; + padding-right: 20px; } -.control.has-icon:not(.has-icon-right) > .fa { - left: 4px; +.button[disabled], .button.is-disabled { + opacity: 0.5; } -.control.has-icon:not(.has-icon-right) .input, .control.has-icon:not(.has-icon-right) .textarea { - padding-left: 32px; +.button.is-fullwidth { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 100%; } -.control.has-icon:not(.has-icon-right) .input.is-small, .control.has-icon:not(.has-icon-right) .is-small.textarea { - padding-left: 24px; +.button.is-loading { + color: transparent !important; + pointer-events: none; } -.control.has-icon:not(.has-icon-right) .input.is-small + .fa, .control.has-icon:not(.has-icon-right) .is-small.textarea + .fa { - left: 0; +.button.is-loading:after { + left: 50%; + margin-left: -8px; + margin-top: -8px; + position: absolute; + top: 50%; + position: absolute !important; } -.control.has-icon:not(.has-icon-right) .input.is-medium, .control.has-icon:not(.has-icon-right) .is-medium.textarea { - padding-left: 40px; +.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; } -.control.has-icon:not(.has-icon-right) .input.is-medium + .fa, .control.has-icon:not(.has-icon-right) .is-medium.textarea + .fa { - left: 8px; +.container { + position: relative; } -.control.has-icon:not(.has-icon-right) .input.is-large, .control.has-icon:not(.has-icon-right) .is-large.textarea { - padding-left: 48px; +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } } -.control.has-icon:not(.has-icon-right) .input.is-large + .fa, .control.has-icon:not(.has-icon-right) .is-large.textarea + .fa { - left: 12px; +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } } -.control.has-icon.has-icon-right > .fa { - right: 4px; +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; } -.control.has-icon.has-icon-right .input, .control.has-icon.has-icon-right .textarea { - padding-right: 32px; +.content { + color: #7a7a7a; } -.control.has-icon.has-icon-right .input.is-small, .control.has-icon.has-icon-right .is-small.textarea { - padding-right: 24px; +.content a:not(.button) { + border-bottom: 1px solid #dbdbdb; } -.control.has-icon.has-icon-right .input.is-small + .fa, .control.has-icon.has-icon-right .is-small.textarea + .fa { - right: 0; +.content a:not(.button):visited { + color: #b86bff; } -.control.has-icon.has-icon-right .input.is-medium, .control.has-icon.has-icon-right .is-medium.textarea { - padding-right: 40px; +.content a:not(.button):hover { + border-bottom-color: #11e4c4; } -.control.has-icon.has-icon-right .input.is-medium + .fa, .control.has-icon.has-icon-right .is-medium.textarea + .fa { - right: 8px; +.content li + li { + margin-top: 0.25em; } -.control.has-icon.has-icon-right .input.is-large, .control.has-icon.has-icon-right .is-large.textarea { - padding-right: 48px; +.content blockquote:not(:last-child), +.content p:not(:last-child), +.content ol:not(:last-child), +.content ul:not(:last-child) { + margin-bottom: 1em; } -.control.has-icon.has-icon-right .input.is-large + .fa, .control.has-icon.has-icon-right .is-large.textarea + .fa { - right: 12px; +.content h1, +.content h2, +.content h3, +.content h4, +.content h5, +.content h6 { + color: #242424; + font-weight: 300; + line-height: 1.125; + margin-bottom: 20px; } -.control.is-grouped { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; +.content h1:not(:first-child), +.content h2:not(:first-child), +.content h3:not(:first-child) { + margin-top: 40px; } -.control.is-grouped > .control:not(:last-child) { - margin-bottom: 0; - margin-right: 10px; +.content blockquote { + background-color: whitesmoke; + border-left: 5px solid #dbdbdb; + padding: 1.5em; } -.control.is-grouped > .control.is-expanded { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; +.content h1 { + font-size: 2em; } -.control.is-grouped.is-grouped-centered { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; +.content h2 { + font-size: 1.75em; } -.control.is-grouped.is-grouped-right { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; +.content h3 { + font-size: 1.5em; } -@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; - } +.content h4 { + font-size: 1.25em; } -.control.is-loading:after { - position: absolute !important; - right: 8px; - top: 8px; +.content h5 { + font-size: 1.125em; } -.image { - display: block; - position: relative; +.content h6 { + font-size: 1em; } -.image img { - display: block; - height: auto; - width: 100%; +.content ol { + list-style: decimal outside; + margin-left: 2em; + margin-right: 2em; + margin-top: 1em; } -.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%; +.content ul { + list-style: disc outside; + margin-left: 2em; + margin-right: 2em; + margin-top: 1em; } -.image.is-square, .image.is-1by1 { - padding-top: 100%; +.content ul ul { + list-style-type: circle; + margin-top: 0.5em; } -.image.is-4by3 { - padding-top: 75%; +.content ul ul ul { + list-style-type: square; } -.image.is-3by2 { - padding-top: 66.6666%; +.content.is-medium { + font-size: 18px; } -.image.is-16by9 { - padding-top: 56.25%; +.content.is-medium code { + font-size: 14px; } -.image.is-2by1 { - padding-top: 50%; +.content.is-large { + font-size: 24px; } -.image.is-16x16 { - height: 16px; - width: 16px; +.content.is-large code { + font-size: 18px; } -.image.is-24x24 { - height: 24px; - width: 24px; +.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; } -.image.is-32x32 { - height: 32px; - width: 32px; +.container { + position: relative; } -.image.is-48x48 { - height: 48px; - width: 48px; +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } } -.image.is-64x64 { - height: 64px; - width: 64px; +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } } -.image.is-96x96 { - height: 96px; - width: 96px; +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; } -.image.is-128x128 { - height: 128px; - width: 128px; +.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; } -.notification { - background-color: whitesmoke; - border-radius: 3px; - padding: 16px 20px; - position: relative; +.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%; } -.notification:after { - clear: both; - content: " "; - display: table; +.delete:before, .modal-close:before { + -webkit-transform: rotate(45deg); + transform: rotate(45deg); } -.notification .delete, .notification .modal-close { - border-radius: 0 3px; - float: right; - margin: -16px -20px 0 20px; +.delete:after, .modal-close:after { + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); } -.notification .subtitle, -.notification .title { - color: inherit; +.delete:hover, .modal-close:hover { + background-color: rgba(18, 18, 18, 0.5); } -.notification.is-white { - background-color: white; - color: #121212; +.delete.is-small, .is-small.modal-close { + height: 16px; + width: 16px; } -.notification.is-black { - background-color: #121212; - color: white; +.delete.is-medium, .is-medium.modal-close { + height: 32px; + width: 32px; } -.notification.is-light { - background-color: whitesmoke; - color: #7a7a7a; +.delete.is-large, .is-large.modal-close { + height: 40px; + width: 40px; } -.notification.is-dark { - background-color: #7a7a7a; - color: whitesmoke; +.icon { + display: inline-block; + font-size: 21px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; } -.notification.is-primary { - background-color: #11e4c4; - color: white; +.icon .fa { + font-size: inherit; + line-height: inherit; } -.notification.is-info { - background-color: #0f6bff; - color: white; +.icon.is-small { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; } -.notification.is-success { - background-color: #20ee68; - color: white; +.icon.is-medium { + display: inline-block; + font-size: 28px; + height: 32px; + line-height: 32px; + text-align: center; + vertical-align: top; + width: 32px; } -.notification.is-warning { - background-color: #ffcf0f; - color: white; +.icon.is-large { + display: inline-block; + font-size: 42px; + height: 48px; + line-height: 48px; + text-align: center; + vertical-align: top; + width: 48px; } -.notification.is-danger { - background-color: #ff0f3f; - color: white; +.hamburger, .nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; } -.progress { - -moz-appearance: none; - -webkit-appearance: none; - border: none; - border-radius: 290486px; +.hamburger span, .nav-toggle span { + background-color: #7a7a7a; display: block; - height: 12px; - overflow: hidden; - padding: 0; - width: 100%; + 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; } -.progress::-webkit-progress-bar { - background-color: #dbdbdb; +.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { + margin-top: -6px; } -.progress::-webkit-progress-value { - background-color: #7a7a7a; +.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { + margin-top: -1px; } -.progress::-moz-progress-bar { - background-color: #7a7a7a; +.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { + margin-top: 4px; } -.progress.is-white::-webkit-progress-value { - background-color: white; +.hamburger:hover, .nav-toggle:hover { + background-color: whitesmoke; } -.progress.is-white::-moz-progress-bar { - background-color: white; +.hamburger.is-active span, .is-active.nav-toggle span { + background-color: #11e4c4; } -.progress.is-black::-webkit-progress-value { - background-color: #121212; +.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; } -.progress.is-black::-moz-progress-bar { - background-color: #121212; +.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { + opacity: 0; } -.progress.is-light::-webkit-progress-value { - background-color: whitesmoke; +.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; } -.progress.is-light::-moz-progress-bar { - background-color: whitesmoke; +.heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; } -.progress.is-dark::-webkit-progress-value { - background-color: #7a7a7a; +.highlight { + font-size: 12px; + font-weight: normal; + max-width: 100%; + overflow: hidden; + padding: 0; } -.progress.is-dark::-moz-progress-bar { - background-color: #7a7a7a; +.highlight pre { + overflow: auto; + max-width: 100%; } -.progress.is-primary::-webkit-progress-value { - background-color: #11e4c4; +.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; } -.progress.is-primary::-moz-progress-bar { - background-color: #11e4c4; +.number { + background-color: whitesmoke; + border-radius: 290486px; + display: inline-block; + font-size: 18px; + vertical-align: top; } -.progress.is-info::-webkit-progress-value { - background-color: #0f6bff; +.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; } -.progress.is-info::-moz-progress-bar { - background-color: #0f6bff; +.tag .delete, .tag .modal-close { + margin-left: 4px; + margin-right: -6px; } -.progress.is-success::-webkit-progress-value { - background-color: #20ee68; +.tag.is-white { + background-color: white; + color: #121212; } -.progress.is-success::-moz-progress-bar { - background-color: #20ee68; +.tag.is-black { + background-color: #121212; + color: white; } -.progress.is-warning::-webkit-progress-value { - background-color: #ffcf0f; +.tag.is-light { + background-color: whitesmoke; + color: #7a7a7a; } -.progress.is-warning::-moz-progress-bar { - background-color: #ffcf0f; +.tag.is-dark { + background-color: #7a7a7a; + color: whitesmoke; } -.progress.is-danger::-webkit-progress-value { - background-color: #ff0f3f; +.tag.is-primary { + background-color: #11e4c4; + color: white; } -.progress.is-danger::-moz-progress-bar { - background-color: #ff0f3f; +.tag.is-info { + background-color: #0f6bff; + color: white; } -.progress.is-small { - height: 8px; +.tag.is-success { + background-color: #20ee68; + color: white; } -.progress.is-medium { - height: 16px; +.tag.is-warning { + background-color: #ffcf0f; + color: white; } -.progress.is-large { - height: 20px; +.tag.is-danger { + background-color: #ff0f3f; + color: white; } -.table { - background-color: white; - color: #242424; - margin-bottom: 20px; - width: 100%; +.tag.is-small { + font-size: 11px; + height: 20px; + padding-left: 8px; + padding-right: 8px; } -.table td, -.table th { - border: 1px solid #dbdbdb; - border-width: 0 0 1px; - padding: 8px 10px; - vertical-align: top; +.tag.is-medium { + font-size: 14px; + height: 32px; + padding-left: 14px; + padding-right: 14px; } -.table td.is-icon, -.table th.is-icon { - padding: 5px; - text-align: center; - white-space: nowrap; - width: 1%; +.tag.is-large { + font-size: 18px; + height: 40px; + line-height: 24px; + padding-left: 18px; + padding-right: 18px; } -.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; +.tag.is-large .delete, .tag.is-large .modal-close { + margin-left: 4px; + margin-right: -8px; } -.table td.is-icon.is-link, -.table th.is-icon.is-link { - padding: 0; +.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; } -.table td.is-icon.is-link > a, -.table th.is-icon.is-link > a { - padding: 5px; +.input, .textarea { + -moz-appearance: none; + -webkit-appearance: none; + -webkit-box-align: center; + -ms-flex-align: 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; + line-height: 24px; + padding-left: 8px; + padding-right: 8px; + position: relative; + vertical-align: top; + box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.1); + max-width: 100%; + width: 100%; } -.table td.is-link, -.table th.is-link { - padding: 0; +.input:hover, .textarea:hover { + border-color: #b5b5b5; } -.table td.is-link > a, -.table th.is-link > a { - display: block; - padding: 8px 10px; +.input:active, .textarea:active, .input:focus, .textarea:focus, .input.is-active, .is-active.textarea { + border-color: #11e4c4; + outline: none; } -.table td.is-link > a:hover, -.table th.is-link > a:hover { - background-color: #11e4c4; - color: white; +.input[disabled], [disabled].textarea, .input.is-disabled, .is-disabled.textarea { + background-color: whitesmoke; + border-color: #dbdbdb; + cursor: not-allowed; + pointer-events: none; } -.table td.is-narrow, -.table th.is-narrow { - white-space: nowrap; - width: 1%; +.input[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, .input.is-disabled::-moz-placeholder, .is-disabled.textarea::-moz-placeholder { + color: rgba(36, 36, 36, 0.3); } -.table th { - color: #242424; - text-align: left; +.input[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder, .is-disabled.textarea::-webkit-input-placeholder { + color: rgba(36, 36, 36, 0.3); } -.table tr:hover { - background-color: whitesmoke; - color: #242424; +.input[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, .input.is-disabled:-moz-placeholder, .is-disabled.textarea:-moz-placeholder { + color: rgba(36, 36, 36, 0.3); } -.table thead td, -.table thead th { - border-width: 0 0 2px; - color: #b5b5b5; +.input[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder, .is-disabled.textarea:-ms-input-placeholder { + color: rgba(36, 36, 36, 0.3); } -.table tbody tr:last-child td, -.table tbody tr:last-child th { - border-bottom-width: 0; +.input.is-white, .is-white.textarea { + border-color: white; } -.table tfoot td, -.table tfoot th { - border-width: 2px 0 0; - color: #b5b5b5; +.input.is-black, .is-black.textarea { + border-color: #121212; } -.table.is-bordered td, -.table.is-bordered th { - border-width: 1px; +.input.is-light, .is-light.textarea { + border-color: whitesmoke; } -.table.is-bordered tr:last-child td, -.table.is-bordered tr:last-child th { - border-bottom-width: 1px; +.input.is-dark, .is-dark.textarea { + border-color: #7a7a7a; } -.table.is-narrow td, -.table.is-narrow th { - padding: 5px 10px; +.input.is-primary, .is-primary.textarea { + border-color: #11e4c4; } -.table.is-narrow td.is-icon, -.table.is-narrow th.is-icon { - padding: 2px; +.input.is-info, .is-info.textarea { + border-color: #0f6bff; } -.table.is-narrow td.is-icon.is-link, -.table.is-narrow th.is-icon.is-link { - padding: 0; +.input.is-success, .is-success.textarea { + border-color: #20ee68; } -.table.is-narrow td.is-icon.is-link > a, -.table.is-narrow th.is-icon.is-link > a { - padding: 2px; +.input.is-warning, .is-warning.textarea { + border-color: #ffcf0f; } -.table.is-narrow td.is-link, -.table.is-narrow th.is-link { - padding: 0; +.input.is-danger, .is-danger.textarea { + border-color: #ff0f3f; } -.table.is-narrow td.is-link > a, -.table.is-narrow th.is-link > a { - padding: 5px 10px; +.input[type="search"], [type="search"].textarea { + border-radius: 290486px; } -.table.is-striped tbody tr:hover { - background-color: #f0f0f0; +.input.is-small, .is-small.textarea { + border-radius: 2px; + font-size: 11px; + height: 24px; + line-height: 16px; + padding-left: 6px; + padding-right: 6px; } -.table.is-striped tbody tr:nth-child(2n) { - background-color: whitesmoke; +.input.is-medium, .is-medium.textarea { + font-size: 18px; + height: 40px; + line-height: 32px; + padding-left: 10px; + padding-right: 10px; } -.table.is-striped tbody tr:nth-child(2n):hover { - background-color: #f0f0f0; +.input.is-large, .is-large.textarea { + font-size: 24px; + height: 48px; + line-height: 40px; + padding-left: 12px; + padding-right: 12px; } -.title, -.subtitle { - font-weight: 300; - word-break: break-word; +.input.is-fullwidth, .is-fullwidth.textarea { + display: block; + width: 100%; } -.title em, -.title span, -.subtitle em, -.subtitle span { - font-weight: 300; +.input.is-inline, .is-inline.textarea { + display: inline; + width: auto; } -.title a:hover, -.subtitle a:hover { - border-bottom: 1px solid; +.textarea { + display: block; + line-height: 1.2; + max-height: 600px; + max-width: 100%; + min-height: 120px; + min-width: 100%; + padding: 10px; + resize: vertical; } -.title strong, -.subtitle strong { - font-weight: 500; +.checkbox, .radio { + cursor: pointer; + display: inline-block; + line-height: 16px; + position: relative; + vertical-align: top; } -.title .tag, -.subtitle .tag { - vertical-align: bottom; +.checkbox input, .radio input { + cursor: pointer; } -.title { +.checkbox:hover, .radio:hover { color: #242424; - font-size: 28px; - line-height: 1; } -.title code { - display: inline-block; - font-size: 28px; +.is-disabled.checkbox, .is-disabled.radio { + color: #b5b5b5; + pointer-events: none; } -.title strong { - color: inherit; +.is-disabled.checkbox input, .is-disabled.radio input { + pointer-events: none; } -.title + .highlight { - margin-top: -10px; +.radio + .radio { + margin-left: 10px; } -.title + .subtitle { - margin-top: -10px; +.select { + display: inline-block; + height: 32px; + position: relative; + vertical-align: top; } -.title.is-1 { - font-size: 48px; +.select select { + -moz-appearance: none; + -webkit-appearance: none; + -webkit-box-align: center; + -ms-flex-align: 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; + line-height: 24px; + padding-left: 8px; + padding-right: 8px; + position: relative; + vertical-align: top; + cursor: pointer; + display: block; + outline: none; + padding-right: 36px; } -.title.is-1 code { - font-size: 40px; +.select select:hover { + border-color: #b5b5b5; } -.title.is-2 { - font-size: 40px; +.select select:active, .select select:focus, .select select.is-active { + border-color: #11e4c4; + outline: none; } -.title.is-2 code { - font-size: 28px; +.select select[disabled], .select select.is-disabled { + background-color: whitesmoke; + border-color: #dbdbdb; + cursor: not-allowed; + pointer-events: none; } -.title.is-3 { - font-size: 28px; +.select select[disabled]::-moz-placeholder, .select select.is-disabled::-moz-placeholder { + color: rgba(36, 36, 36, 0.3); } -.title.is-3 code { - font-size: 24px; +.select select[disabled]::-webkit-input-placeholder, .select select.is-disabled::-webkit-input-placeholder { + color: rgba(36, 36, 36, 0.3); } -.title.is-4 { - font-size: 24px; +.select select[disabled]:-moz-placeholder, .select select.is-disabled:-moz-placeholder { + color: rgba(36, 36, 36, 0.3); } -.title.is-4 code { - font-size: 18px; +.select select[disabled]:-ms-input-placeholder, .select select.is-disabled:-ms-input-placeholder { + color: rgba(36, 36, 36, 0.3); } -.title.is-5 { - font-size: 18px; +.select select.is-white { + border-color: white; } -.title.is-5 code { - font-size: 14px; +.select select.is-black { + border-color: #121212; } -.title.is-6 { - font-size: 14px; +.select select.is-light { + border-color: whitesmoke; } -.title.is-6 code { - font-size: 14px; +.select select.is-dark { + border-color: #7a7a7a; } -.title.is-normal { - font-weight: 400; +.select select.is-primary { + border-color: #11e4c4; } -.title.is-normal strong { - font-weight: 700; +.select select.is-info { + border-color: #0f6bff; } -@media screen and (min-width: 769px) { - .title + .subtitle { - margin-top: -15px; - } +.select select.is-success { + border-color: #20ee68; } -.subtitle { - color: #7a7a7a; - font-size: 18px; - line-height: 1.125; +.select select.is-warning { + border-color: #ffcf0f; } -.subtitle code { - border-radius: 3px; - display: inline-block; - font-size: 14px; - padding: 2px 3px; - vertical-align: top; +.select select.is-danger { + border-color: #ff0f3f; } -.subtitle strong { - color: #242424; +.select select:hover { + border-color: #b5b5b5; } -.subtitle + .title { - margin-top: -20px; +.select select::ms-expand { + display: none; } -.subtitle.is-1 { - font-size: 48px; +.select.is-fullwidth { + width: 100%; } -.subtitle.is-1 code { - font-size: 40px; +.select.is-fullwidth select { + width: 100%; } -.subtitle.is-2 { - font-size: 40px; +.select:after { + border: 1px solid #11e4c4; + border-right: 0; + border-top: 0; + content: " "; + display: block; + height: 7px; + pointer-events: none; + position: absolute; + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); + width: 7px; + margin-top: -6px; + right: 16px; + top: 50%; } -.subtitle.is-2 code { - font-size: 28px; +.select:hover:after { + border-color: #242424; } -.subtitle.is-3 { - font-size: 28px; +.select.is-small { + height: 24px; } -.subtitle.is-3 code { - font-size: 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; } -.subtitle.is-4 { - font-size: 24px; +.select.is-medium { + height: 40px; } -.subtitle.is-4 code { +.select.is-medium select { font-size: 18px; + height: 40px; + line-height: 32px; + padding-left: 10px; + padding-right: 10px; + padding-right: 44px; } -.subtitle.is-5 { - font-size: 18px; +.select.is-large { + height: 48px; } -.subtitle.is-5 code { - font-size: 14px; +.select.is-large select { + font-size: 24px; + height: 48px; + line-height: 40px; + padding-left: 12px; + padding-right: 12px; + padding-right: 52px; } -.subtitle.is-6 { - font-size: 14px; +.label { + color: #242424; + display: block; + font-weight: bold; } -.subtitle.is-6 code { - font-size: 14px; +.label:not(:last-child) { + margin-bottom: 5px; } -.subtitle.is-normal { - font-weight: 400; +.help { + display: block; + font-size: 11px; + margin-top: 5px; } -.subtitle.is-normal strong { - font-weight: 700; +.help.is-white { + color: white; } -.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; +.help.is-black { + color: #121212; } -.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%; +.help.is-light { + color: whitesmoke; } -.delete:before, .modal-close:before { - -webkit-transform: rotate(45deg); - transform: rotate(45deg); +.help.is-dark { + color: #7a7a7a; } -.delete:after, .modal-close:after { - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); +.help.is-primary { + color: #11e4c4; } -.delete:hover, .modal-close:hover { - background-color: rgba(18, 18, 18, 0.5); +.help.is-info { + color: #0f6bff; } -.delete.is-small, .tag:not(.is-large) .delete, .tag:not(.is-large) .modal-close, .is-small.modal-close { - height: 16px; - width: 16px; +.help.is-success { + color: #20ee68; } -.delete.is-medium, .is-medium.modal-close { - height: 32px; - width: 32px; +.help.is-warning { + color: #ffcf0f; } -.delete.is-large, .is-large.modal-close { - height: 40px; - width: 40px; +.help.is-danger { + color: #ff0f3f; } -.icon { - display: inline-block; - font-size: 21px; - height: 24px; - line-height: 24px; - text-align: center; - vertical-align: top; - width: 24px; +@media screen and (max-width: 768px) { + .control-label { + margin-bottom: 5px; + } } -.icon .fa { - font-size: inherit; - line-height: inherit; +@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; + margin-right: 20px; + padding-top: 7px; + text-align: right; + } } -.icon.is-small { - display: inline-block; - font-size: 14px; - height: 16px; - line-height: 16px; - text-align: center; - vertical-align: top; - width: 16px; +.control { + position: relative; + text-align: left; } -.icon.is-medium { - display: inline-block; - font-size: 28px; - height: 32px; - line-height: 32px; - text-align: center; - vertical-align: top; - width: 32px; +.control:not(:last-child) { + margin-bottom: 10px; } -.icon.is-large { - display: inline-block; - font-size: 42px; - height: 48px; - line-height: 48px; - text-align: center; - vertical-align: top; - width: 48px; +.control.has-addons { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; } -.hamburger, .nav-toggle { - cursor: pointer; - display: block; - height: 50px; - position: relative; - width: 50px; +.control.has-addons .button, +.control.has-addons .input, +.control.has-addons .textarea, +.control.has-addons .select { + border-radius: 0; + margin-right: -1px; + width: auto; } -.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; +.control.has-addons .button:hover, +.control.has-addons .input:hover, +.control.has-addons .textarea:hover, +.control.has-addons .select:hover { + z-index: 2; } -.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { - margin-top: -6px; +.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; } -.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { - margin-top: -1px; +.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; } -.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { - margin-top: 4px; +.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; } -.hamburger:hover, .nav-toggle:hover { - background-color: whitesmoke; +.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; } -.hamburger.is-active span, .is-active.nav-toggle span { - background-color: #11e4c4; +.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; } -.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; +.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; } -.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { - opacity: 0; +.control.has-addons.has-addons-centered { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; } -.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; +.control.has-addons.has-addons-right { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; } -.heading { - display: block; - font-size: 11px; - letter-spacing: 1px; - margin-bottom: 5px; - text-transform: uppercase; +.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; } -.highlight { - font-size: 12px; - font-weight: normal; - max-width: 100%; - overflow: hidden; - padding: 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: #b5b5b5; + pointer-events: none; + position: absolute; + top: 4px; + z-index: 4; } -.highlight pre { - overflow: auto; - max-width: 100%; +.control.has-icon .input:focus + .fa, .control.has-icon .textarea:focus + .fa { + color: #242424; } -.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; +.control.has-icon .input.is-small + .fa, .control.has-icon .is-small.textarea + .fa { + font-size: 10.5px; + top: 0; } -.number { - background-color: whitesmoke; - border-radius: 290486px; - display: inline-block; - font-size: 18px; - vertical-align: top; +.control.has-icon .input.is-medium + .fa, .control.has-icon .is-medium.textarea + .fa { + font-size: 21px; + top: 8px; } -.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; +.control.has-icon .input.is-large + .fa, .control.has-icon .is-large.textarea + .fa { + font-size: 21px; + top: 12px; } -.tag .delete, .tag .modal-close { - margin-left: 4px; - margin-right: -6px; +.control.has-icon:not(.has-icon-right) > .fa { + left: 4px; } -.tag.is-white { - background-color: white; - color: #121212; +.control.has-icon:not(.has-icon-right) .input, .control.has-icon:not(.has-icon-right) .textarea { + padding-left: 32px; } -.tag.is-black { - background-color: #121212; - color: white; +.control.has-icon:not(.has-icon-right) .input.is-small, .control.has-icon:not(.has-icon-right) .is-small.textarea { + padding-left: 24px; } -.tag.is-light { - background-color: whitesmoke; - color: #7a7a7a; +.control.has-icon:not(.has-icon-right) .input.is-small + .fa, .control.has-icon:not(.has-icon-right) .is-small.textarea + .fa { + left: 0; } -.tag.is-dark { - background-color: #7a7a7a; - color: whitesmoke; +.control.has-icon:not(.has-icon-right) .input.is-medium, .control.has-icon:not(.has-icon-right) .is-medium.textarea { + padding-left: 40px; } -.tag.is-primary { - background-color: #11e4c4; - color: white; +.control.has-icon:not(.has-icon-right) .input.is-medium + .fa, .control.has-icon:not(.has-icon-right) .is-medium.textarea + .fa { + left: 8px; } -.tag.is-info { - background-color: #0f6bff; - color: white; +.control.has-icon:not(.has-icon-right) .input.is-large, .control.has-icon:not(.has-icon-right) .is-large.textarea { + padding-left: 48px; } -.tag.is-success { - background-color: #20ee68; - color: white; +.control.has-icon:not(.has-icon-right) .input.is-large + .fa, .control.has-icon:not(.has-icon-right) .is-large.textarea + .fa { + left: 12px; } -.tag.is-warning { - background-color: #ffcf0f; - color: white; +.control.has-icon.has-icon-right > .fa { + right: 4px; } -.tag.is-danger { - background-color: #ff0f3f; - color: white; +.control.has-icon.has-icon-right .input, .control.has-icon.has-icon-right .textarea { + padding-right: 32px; } -.tag.is-small { - font-size: 11px; - height: 20px; - padding-left: 8px; - padding-right: 8px; +.control.has-icon.has-icon-right .input.is-small, .control.has-icon.has-icon-right .is-small.textarea { + padding-right: 24px; } -.tag.is-medium { - font-size: 14px; - height: 32px; - padding-left: 14px; - padding-right: 14px; +.control.has-icon.has-icon-right .input.is-small + .fa, .control.has-icon.has-icon-right .is-small.textarea + .fa { + right: 0; } -.tag.is-large { - font-size: 18px; - height: 40px; - line-height: 24px; - padding-left: 18px; - padding-right: 18px; +.control.has-icon.has-icon-right .input.is-medium, .control.has-icon.has-icon-right .is-medium.textarea { + padding-right: 40px; } -.tag.is-large .delete, .tag.is-large .modal-close { - margin-left: 4px; - margin-right: -8px; +.control.has-icon.has-icon-right .input.is-medium + .fa, .control.has-icon.has-icon-right .is-medium.textarea + .fa { + 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; +.control.has-icon.has-icon-right .input.is-large, .control.has-icon.has-icon-right .is-large.textarea { + padding-right: 48px; } -.card-header { - -webkit-box-align: stretch; - -ms-flex-align: 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; +.control.has-icon.has-icon-right .input.is-large + .fa, .control.has-icon.has-icon-right .is-large.textarea + .fa { + right: 12px; } -.card-header-title { - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - color: #242424; +.control.is-grouped { display: -webkit-box; display: -ms-flexbox; display: flex; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.control.is-grouped > .control:not(:last-child) { + margin-bottom: 0; + margin-right: 10px; +} + +.control.is-grouped > .control.is-expanded { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; - font-weight: bold; - padding: 10px; + -ms-flex-negative: 0; + flex-shrink: 0; } -.card-header-icon { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - cursor: pointer; - display: -webkit-box; - display: -ms-flexbox; - display: flex; +.control.is-grouped.is-grouped-centered { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; - width: 40px; } -.card-image { - display: block; - position: relative; +.control.is-grouped.is-grouped-right { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; } -.card-content { - padding: 20px; +@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; + } } -.card-content .title + .subtitle { - margin-top: -20px; +.control.is-loading:after { + position: absolute !important; + right: 8px; + top: 8px; } -.card-footer { - border-top: 1px solid #dbdbdb; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; - display: flex; +.image { + display: block; + position: relative; } -.card-footer-item { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - padding: 10px; +.image img { + display: block; + height: auto; + width: 100%; } -.card-footer-item:not(:last-child) { - border-right: 1px solid #dbdbdb; +.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%; } -.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; - max-width: 100%; - position: relative; - width: 300px; +.image.is-square, .image.is-1by1 { + padding-top: 100%; } -.card .media:not(:last-child) { - margin-bottom: 10px; +.image.is-4by3 { + padding-top: 75%; } -.card.is-fullwidth { - width: 100%; +.image.is-3by2 { + padding-top: 66.6666%; } -.card.is-rounded { - border-radius: 5px; +.image.is-16by9 { + padding-top: 56.25%; } -.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; - padding: 10px; +.image.is-2by1 { + padding-top: 50%; } -.columns.is-mobile > .column.is-narrow { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; +.image.is-16x16 { + height: 16px; + width: 16px; } -.columns.is-mobile > .column.is-full { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 100%; +.image.is-24x24 { + height: 24px; + width: 24px; } -.columns.is-mobile > .column.is-three-quarters { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 75%; +.image.is-32x32 { + height: 32px; + width: 32px; } -.columns.is-mobile > .column.is-two-thirds { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 66.6666%; +.image.is-48x48 { + height: 48px; + width: 48px; } -.columns.is-mobile > .column.is-half { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 50%; +.image.is-64x64 { + height: 64px; + width: 64px; } -.columns.is-mobile > .column.is-one-third { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 33.3333%; +.image.is-96x96 { + height: 96px; + width: 96px; } -.columns.is-mobile > .column.is-one-quarter { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 25%; +.image.is-128x128 { + height: 128px; + width: 128px; } -.columns.is-mobile > .column.is-offset-three-quarters { - margin-left: 75%; +.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; } -.columns.is-mobile > .column.is-offset-two-thirds { - margin-left: 66.6666%; +.container { + position: relative; } -.columns.is-mobile > .column.is-offset-half { - margin-left: 50%; +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } } -.columns.is-mobile > .column.is-offset-one-third { - margin-left: 33.3333%; +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } } -.columns.is-mobile > .column.is-offset-one-quarter { - margin-left: 25%; +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; } -.columns.is-mobile > .column.is-1 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 8.33333%; +.notification { + background-color: whitesmoke; + border-radius: 3px; + padding: 16px 20px; + position: relative; } -.columns.is-mobile > .column.is-offset-1 { - margin-left: 8.33333%; +.notification:after { + clear: both; + content: " "; + display: table; } -.columns.is-mobile > .column.is-2 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 16.66667%; +.notification .delete, .notification .modal-close { + border-radius: 0 3px; + float: right; + margin: -16px -20px 0 20px; } -.columns.is-mobile > .column.is-offset-2 { - margin-left: 16.66667%; +.notification .subtitle, +.notification .title { + color: inherit; } -.columns.is-mobile > .column.is-3 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 25%; +.notification.is-white { + background-color: white; + color: #121212; } -.columns.is-mobile > .column.is-offset-3 { - margin-left: 25%; +.notification.is-black { + background-color: #121212; + color: white; } -.columns.is-mobile > .column.is-4 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 33.33333%; +.notification.is-light { + background-color: whitesmoke; + color: #7a7a7a; } -.columns.is-mobile > .column.is-offset-4 { - margin-left: 33.33333%; +.notification.is-dark { + background-color: #7a7a7a; + color: whitesmoke; } -.columns.is-mobile > .column.is-5 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 41.66667%; +.notification.is-primary { + background-color: #11e4c4; + color: white; } -.columns.is-mobile > .column.is-offset-5 { - margin-left: 41.66667%; +.notification.is-info { + background-color: #0f6bff; + color: white; } -.columns.is-mobile > .column.is-6 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 50%; +.notification.is-success { + background-color: #20ee68; + color: white; } -.columns.is-mobile > .column.is-offset-6 { - margin-left: 50%; +.notification.is-warning { + background-color: #ffcf0f; + color: white; } -.columns.is-mobile > .column.is-7 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 58.33333%; +.notification.is-danger { + background-color: #ff0f3f; + color: white; } -.columns.is-mobile > .column.is-offset-7 { - margin-left: 58.33333%; +.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; } -.columns.is-mobile > .column.is-8 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 66.66667%; +.container { + position: relative; } -.columns.is-mobile > .column.is-offset-8 { - margin-left: 66.66667%; +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } } -.columns.is-mobile > .column.is-9 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 75%; +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } } -.columns.is-mobile > .column.is-offset-9 { - margin-left: 75%; +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; } -.columns.is-mobile > .column.is-10 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 83.33333%; +.progress { + -moz-appearance: none; + -webkit-appearance: none; + border: none; + border-radius: 290486px; + display: block; + height: 12px; + overflow: hidden; + padding: 0; + width: 100%; } -.columns.is-mobile > .column.is-offset-10 { - margin-left: 83.33333%; +.progress::-webkit-progress-bar { + background-color: #dbdbdb; } -.columns.is-mobile > .column.is-11 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 91.66667%; +.progress::-webkit-progress-value { + background-color: #7a7a7a; } -.columns.is-mobile > .column.is-offset-11 { - margin-left: 91.66667%; +.progress::-moz-progress-bar { + background-color: #7a7a7a; } -.columns.is-mobile > .column.is-12 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 100%; +.progress.is-white::-webkit-progress-value { + background-color: white; } -.columns.is-mobile > .column.is-offset-12 { - margin-left: 100%; +.progress.is-white::-moz-progress-bar { + background-color: white; } -@media screen and (max-width: 768px) { - .column.is-narrow-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - } - .column.is-full-mobile { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 100%; - } - .column.is-three-quarters-mobile { - -webkit-box-flex: 0; +.progress.is-black::-webkit-progress-value { + background-color: #121212; +} + +.progress.is-black::-moz-progress-bar { + background-color: #121212; +} + +.progress.is-light::-webkit-progress-value { + background-color: whitesmoke; +} + +.progress.is-light::-moz-progress-bar { + background-color: whitesmoke; +} + +.progress.is-dark::-webkit-progress-value { + background-color: #7a7a7a; +} + +.progress.is-dark::-moz-progress-bar { + background-color: #7a7a7a; +} + +.progress.is-primary::-webkit-progress-value { + background-color: #11e4c4; +} + +.progress.is-primary::-moz-progress-bar { + background-color: #11e4c4; +} + +.progress.is-info::-webkit-progress-value { + background-color: #0f6bff; +} + +.progress.is-info::-moz-progress-bar { + background-color: #0f6bff; +} + +.progress.is-success::-webkit-progress-value { + background-color: #20ee68; +} + +.progress.is-success::-moz-progress-bar { + background-color: #20ee68; +} + +.progress.is-warning::-webkit-progress-value { + background-color: #ffcf0f; +} + +.progress.is-warning::-moz-progress-bar { + background-color: #ffcf0f; +} + +.progress.is-danger::-webkit-progress-value { + background-color: #ff0f3f; +} + +.progress.is-danger::-moz-progress-bar { + background-color: #ff0f3f; +} + +.progress.is-small { + height: 8px; +} + +.progress.is-medium { + height: 16px; +} + +.progress.is-large { + height: 20px; +} + +.table { + background-color: white; + color: #242424; + margin-bottom: 20px; + width: 100%; +} + +.table td, +.table th { + border: 1px solid #dbdbdb; + 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: #11e4c4; + color: white; +} + +.table td.is-narrow, +.table th.is-narrow { + white-space: nowrap; + width: 1%; +} + +.table th { + color: #242424; + text-align: left; +} + +.table tr:hover { + background-color: whitesmoke; + color: #242424; +} + +.table thead td, +.table thead th { + border-width: 0 0 2px; + color: #b5b5b5; +} + +.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: #b5b5b5; +} + +.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: #f0f0f0; +} + +.table.is-striped tbody tr:nth-child(2n) { + background-color: whitesmoke; +} + +.table.is-striped tbody tr:nth-child(2n):hover { + 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; + 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: #242424; + 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: #7a7a7a; + 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: #242424; +} + +.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; +} + +.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; +} + +.card-header { + -webkit-box-align: stretch; + -ms-flex-align: 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; + color: #242424; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + font-weight: bold; + padding: 10px; +} + +.card-header-icon { + -webkit-box-align: center; + -ms-flex-align: 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; + 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 #dbdbdb; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.card-footer-item { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding: 10px; +} + +.card-footer-item:not(:last-child) { + border-right: 1px solid #dbdbdb; +} + +.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; + 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 { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + padding: 10px; +} + +.columns.is-mobile > .column.is-narrow { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; +} + +.columns.is-mobile > .column.is-full { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 100%; +} + +.columns.is-mobile > .column.is-three-quarters { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 75%; +} + +.columns.is-mobile > .column.is-two-thirds { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.6666%; +} + +.columns.is-mobile > .column.is-half { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 50%; +} + +.columns.is-mobile > .column.is-one-third { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 33.3333%; +} + +.columns.is-mobile > .column.is-one-quarter { + -webkit-box-flex: 0; + -ms-flex: none; + 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 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 8.33333%; +} + +.columns.is-mobile > .column.is-offset-1 { + margin-left: 8.33333%; +} + +.columns.is-mobile > .column.is-2 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 16.66667%; +} + +.columns.is-mobile > .column.is-offset-2 { + margin-left: 16.66667%; +} + +.columns.is-mobile > .column.is-3 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 25%; +} + +.columns.is-mobile > .column.is-offset-3 { + margin-left: 25%; +} + +.columns.is-mobile > .column.is-4 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 33.33333%; +} + +.columns.is-mobile > .column.is-offset-4 { + margin-left: 33.33333%; +} + +.columns.is-mobile > .column.is-5 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 41.66667%; +} + +.columns.is-mobile > .column.is-offset-5 { + margin-left: 41.66667%; +} + +.columns.is-mobile > .column.is-6 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 50%; +} + +.columns.is-mobile > .column.is-offset-6 { + margin-left: 50%; +} + +.columns.is-mobile > .column.is-7 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 58.33333%; +} + +.columns.is-mobile > .column.is-offset-7 { + margin-left: 58.33333%; +} + +.columns.is-mobile > .column.is-8 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.66667%; +} + +.columns.is-mobile > .column.is-offset-8 { + margin-left: 66.66667%; +} + +.columns.is-mobile > .column.is-9 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 75%; +} + +.columns.is-mobile > .column.is-offset-9 { + margin-left: 75%; +} + +.columns.is-mobile > .column.is-10 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 83.33333%; +} + +.columns.is-mobile > .column.is-offset-10 { + margin-left: 83.33333%; +} + +.columns.is-mobile > .column.is-11 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 91.66667%; +} + +.columns.is-mobile > .column.is-offset-11 { + margin-left: 91.66667%; +} + +.columns.is-mobile > .column.is-12 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 100%; +} + +.columns.is-mobile > .column.is-offset-12 { + margin-left: 100%; +} + +@media screen and (max-width: 768px) { + .column.is-narrow-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + } + .column.is-full-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 100%; + } + .column.is-three-quarters-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 75%; + } + .column.is-two-thirds-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.6666%; + } + .column.is-half-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 50%; + } + .column.is-one-third-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + 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 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 8.33333%; + } + .column.is-offset-1-mobile { + margin-left: 8.33333%; + } + .column.is-2-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 16.66667%; + } + .column.is-offset-2-mobile { + margin-left: 16.66667%; + } + .column.is-3-mobile { + -webkit-box-flex: 0; + -ms-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; + 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; + 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; + width: 50%; + } + .column.is-offset-6-mobile { + margin-left: 50%; + } + .column.is-7-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 58.33333%; + } + .column.is-offset-7-mobile { + margin-left: 58.33333%; + } + .column.is-8-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.66667%; + } + .column.is-offset-8-mobile { + margin-left: 66.66667%; + } + .column.is-9-mobile { + -webkit-box-flex: 0; + -ms-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; + 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; + 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; + width: 100%; + } + .column.is-offset-12-mobile { + margin-left: 100%; + } +} + +@media screen and (min-width: 769px) { + .column.is-narrow, .column.is-narrow-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + } + .column.is-full, .column.is-full-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 100%; + } + .column.is-three-quarters, .column.is-three-quarters-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 75%; + } + .column.is-two-thirds, .column.is-two-thirds-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.6666%; + } + .column.is-half, .column.is-half-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 50%; + } + .column.is-one-third, .column.is-one-third-tablet { + -webkit-box-flex: 0; + -ms-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; + 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 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 8.33333%; + } + .column.is-offset-1, .column.is-offset-1-tablet { + margin-left: 8.33333%; + } + .column.is-2, .column.is-2-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 16.66667%; + } + .column.is-offset-2, .column.is-offset-2-tablet { + margin-left: 16.66667%; + } + .column.is-3, .column.is-3-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 25%; + } + .column.is-offset-3, .column.is-offset-3-tablet { + margin-left: 25%; + } + .column.is-4, .column.is-4-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 33.33333%; + } + .column.is-offset-4, .column.is-offset-4-tablet { + margin-left: 33.33333%; + } + .column.is-5, .column.is-5-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 41.66667%; + } + .column.is-offset-5, .column.is-offset-5-tablet { + margin-left: 41.66667%; + } + .column.is-6, .column.is-6-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 50%; + } + .column.is-offset-6, .column.is-offset-6-tablet { + margin-left: 50%; + } + .column.is-7, .column.is-7-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 58.33333%; + } + .column.is-offset-7, .column.is-offset-7-tablet { + margin-left: 58.33333%; + } + .column.is-8, .column.is-8-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.66667%; + } + .column.is-offset-8, .column.is-offset-8-tablet { + margin-left: 66.66667%; + } + .column.is-9, .column.is-9-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 75%; + } + .column.is-offset-9, .column.is-offset-9-tablet { + margin-left: 75%; + } + .column.is-10, .column.is-10-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 83.33333%; + } + .column.is-offset-10, .column.is-offset-10-tablet { + margin-left: 83.33333%; + } + .column.is-11, .column.is-11-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 91.66667%; + } + .column.is-offset-11, .column.is-offset-11-tablet { + margin-left: 91.66667%; + } + .column.is-12, .column.is-12-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + 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 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + } + .column.is-full-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 100%; + } + .column.is-three-quarters-desktop { + -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 75%; } - .column.is-two-thirds-mobile { + .column.is-two-thirds-desktop { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 66.6666%; } - .column.is-half-mobile { + .column.is-half-desktop { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 50%; } - .column.is-one-third-mobile { + .column.is-one-third-desktop { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 33.3333%; } - .column.is-one-quarter-mobile { + .column.is-one-quarter-desktop { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 25%; } - .column.is-offset-three-quarters-mobile { + .column.is-offset-three-quarters-desktop { margin-left: 75%; } - .column.is-offset-two-thirds-mobile { + .column.is-offset-two-thirds-desktop { margin-left: 66.6666%; } - .column.is-offset-half-mobile { + .column.is-offset-half-desktop { margin-left: 50%; } - .column.is-offset-one-third-mobile { + .column.is-offset-one-third-desktop { margin-left: 33.3333%; } - .column.is-offset-one-quarter-mobile { + .column.is-offset-one-quarter-desktop { margin-left: 25%; } - .column.is-1-mobile { + .column.is-1-desktop { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 8.33333%; } - .column.is-offset-1-mobile { + .column.is-offset-1-desktop { margin-left: 8.33333%; } - .column.is-2-mobile { + .column.is-2-desktop { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 16.66667%; } - .column.is-offset-2-mobile { + .column.is-offset-2-desktop { margin-left: 16.66667%; } - .column.is-3-mobile { + .column.is-3-desktop { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 25%; } - .column.is-offset-3-mobile { + .column.is-offset-3-desktop { margin-left: 25%; } - .column.is-4-mobile { + .column.is-4-desktop { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 33.33333%; } - .column.is-offset-4-mobile { + .column.is-offset-4-desktop { margin-left: 33.33333%; } - .column.is-5-mobile { + .column.is-5-desktop { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 41.66667%; } - .column.is-offset-5-mobile { + .column.is-offset-5-desktop { margin-left: 41.66667%; } - .column.is-6-mobile { + .column.is-6-desktop { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 50%; } - .column.is-offset-6-mobile { + .column.is-offset-6-desktop { margin-left: 50%; } - .column.is-7-mobile { + .column.is-7-desktop { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 58.33333%; } - .column.is-offset-7-mobile { + .column.is-offset-7-desktop { margin-left: 58.33333%; } - .column.is-8-mobile { + .column.is-8-desktop { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 66.66667%; } - .column.is-offset-8-mobile { + .column.is-offset-8-desktop { margin-left: 66.66667%; } - .column.is-9-mobile { + .column.is-9-desktop { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 75%; } - .column.is-offset-9-mobile { + .column.is-offset-9-desktop { margin-left: 75%; } - .column.is-10-mobile { + .column.is-10-desktop { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 83.33333%; } - .column.is-offset-10-mobile { + .column.is-offset-10-desktop { margin-left: 83.33333%; } - .column.is-11-mobile { + .column.is-11-desktop { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 91.66667%; } - .column.is-offset-11-mobile { + .column.is-offset-11-desktop { margin-left: 91.66667%; } - .column.is-12-mobile { + .column.is-12-desktop { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 100%; } - .column.is-offset-12-mobile { + .column.is-offset-12-desktop { margin-left: 100%; } } -@media screen and (min-width: 769px) { - .column.is-narrow, .column.is-narrow-tablet { +@media screen and (min-width: 1180px) { + .column.is-narrow-widescreen { -webkit-box-flex: 0; -ms-flex: none; flex: none; } - .column.is-full, .column.is-full-tablet { + .column.is-full-widescreen { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 100%; } - .column.is-three-quarters, .column.is-three-quarters-tablet { + .column.is-three-quarters-widescreen { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 75%; } - .column.is-two-thirds, .column.is-two-thirds-tablet { + .column.is-two-thirds-widescreen { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 66.6666%; } - .column.is-half, .column.is-half-tablet { + .column.is-half-widescreen { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 50%; } - .column.is-one-third, .column.is-one-third-tablet { + .column.is-one-third-widescreen { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 33.3333%; } - .column.is-one-quarter, .column.is-one-quarter-tablet { + .column.is-one-quarter-widescreen { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 25%; } - .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet { + .column.is-offset-three-quarters-widescreen { margin-left: 75%; } - .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet { + .column.is-offset-two-thirds-widescreen { margin-left: 66.6666%; } - .column.is-offset-half, .column.is-offset-half-tablet { + .column.is-offset-half-widescreen { margin-left: 50%; } - .column.is-offset-one-third, .column.is-offset-one-third-tablet { + .column.is-offset-one-third-widescreen { margin-left: 33.3333%; } - .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet { + .column.is-offset-one-quarter-widescreen { margin-left: 25%; } - .column.is-1, .column.is-1-tablet { + .column.is-1-widescreen { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 8.33333%; } - .column.is-offset-1, .column.is-offset-1-tablet { + .column.is-offset-1-widescreen { margin-left: 8.33333%; } - .column.is-2, .column.is-2-tablet { + .column.is-2-widescreen { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 16.66667%; } - .column.is-offset-2, .column.is-offset-2-tablet { + .column.is-offset-2-widescreen { margin-left: 16.66667%; } - .column.is-3, .column.is-3-tablet { + .column.is-3-widescreen { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 25%; } - .column.is-offset-3, .column.is-offset-3-tablet { + .column.is-offset-3-widescreen { margin-left: 25%; } - .column.is-4, .column.is-4-tablet { + .column.is-4-widescreen { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 33.33333%; } - .column.is-offset-4, .column.is-offset-4-tablet { + .column.is-offset-4-widescreen { margin-left: 33.33333%; } - .column.is-5, .column.is-5-tablet { + .column.is-5-widescreen { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 41.66667%; } - .column.is-offset-5, .column.is-offset-5-tablet { + .column.is-offset-5-widescreen { margin-left: 41.66667%; } - .column.is-6, .column.is-6-tablet { + .column.is-6-widescreen { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 50%; } - .column.is-offset-6, .column.is-offset-6-tablet { + .column.is-offset-6-widescreen { margin-left: 50%; } - .column.is-7, .column.is-7-tablet { + .column.is-7-widescreen { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 58.33333%; } - .column.is-offset-7, .column.is-offset-7-tablet { + .column.is-offset-7-widescreen { margin-left: 58.33333%; } - .column.is-8, .column.is-8-tablet { + .column.is-8-widescreen { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 66.66667%; } - .column.is-offset-8, .column.is-offset-8-tablet { + .column.is-offset-8-widescreen { margin-left: 66.66667%; } - .column.is-9, .column.is-9-tablet { + .column.is-9-widescreen { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 75%; } - .column.is-offset-9, .column.is-offset-9-tablet { + .column.is-offset-9-widescreen { margin-left: 75%; } - .column.is-10, .column.is-10-tablet { + .column.is-10-widescreen { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 83.33333%; } - .column.is-offset-10, .column.is-offset-10-tablet { + .column.is-offset-10-widescreen { margin-left: 83.33333%; } - .column.is-11, .column.is-11-tablet { + .column.is-11-widescreen { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 91.66667%; } - .column.is-offset-11, .column.is-offset-11-tablet { + .column.is-offset-11-widescreen { margin-left: 91.66667%; } - .column.is-12, .column.is-12-tablet { + .column.is-12-widescreen { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 100%; } - .column.is-offset-12, .column.is-offset-12-tablet { + .column.is-offset-12-widescreen { margin-left: 100%; } } -@media screen and (min-width: 980px) { - .column.is-narrow-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - } - .column.is-full-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 100%; - } - .column.is-three-quarters-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 75%; - } - .column.is-two-thirds-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 66.6666%; - } - .column.is-half-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 50%; +.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 { + -webkit-box-pack: center; + -ms-flex-pack: center; + 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 { + -ms-flex-wrap: wrap; + flex-wrap: wrap; } - .column.is-one-third-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; + .columns.is-grid > .column { + max-width: 33.3333%; + padding: 10px; width: 33.3333%; } - .column.is-one-quarter-desktop { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 25%; - } - .column.is-offset-three-quarters-desktop { - margin-left: 75%; - } - .column.is-offset-two-thirds-desktop { - margin-left: 66.6666%; + .columns.is-grid > .column + .column { + margin-left: 0; } - .column.is-offset-half-desktop { - margin-left: 50%; +} + +.columns.is-mobile { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.columns.is-multiline { + -ms-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; +} + +@media screen and (min-width: 769px) { + .columns:not(.is-desktop) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .column.is-offset-one-third-desktop { - margin-left: 33.3333%; +} + +@media screen and (min-width: 980px) { + .columns.is-desktop { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .column.is-offset-one-quarter-desktop { - margin-left: 25%; +} + +.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; + 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 { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + 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: -webkit-box; + display: -ms-flexbox; + display: flex; } - .column.is-1-desktop { + .tile.is-1 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 8.33333%; } - .column.is-offset-1-desktop { - margin-left: 8.33333%; - } - .column.is-2-desktop { + .tile.is-2 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 16.66667%; } - .column.is-offset-2-desktop { - margin-left: 16.66667%; - } - .column.is-3-desktop { + .tile.is-3 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 25%; } - .column.is-offset-3-desktop { - margin-left: 25%; - } - .column.is-4-desktop { + .tile.is-4 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 33.33333%; } - .column.is-offset-4-desktop { - margin-left: 33.33333%; - } - .column.is-5-desktop { + .tile.is-5 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 41.66667%; } - .column.is-offset-5-desktop { - margin-left: 41.66667%; - } - .column.is-6-desktop { + .tile.is-6 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 50%; } - .column.is-offset-6-desktop { - margin-left: 50%; - } - .column.is-7-desktop { + .tile.is-7 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 58.33333%; } - .column.is-offset-7-desktop { - margin-left: 58.33333%; - } - .column.is-8-desktop { + .tile.is-8 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 66.66667%; } - .column.is-offset-8-desktop { - margin-left: 66.66667%; - } - .column.is-9-desktop { + .tile.is-9 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 75%; } - .column.is-offset-9-desktop { - margin-left: 75%; - } - .column.is-10-desktop { + .tile.is-10 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 83.33333%; } - .column.is-offset-10-desktop { - margin-left: 83.33333%; - } - .column.is-11-desktop { + .tile.is-11 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 91.66667%; } - .column.is-offset-11-desktop { - margin-left: 91.66667%; - } - .column.is-12-desktop { + .tile.is-12 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 100%; } - .column.is-offset-12-desktop { - margin-left: 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; +} + +.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) { - .column.is-narrow-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - } - .column.is-full-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 100%; - } - .column.is-three-quarters-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 75%; - } - .column.is-two-thirds-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 66.6666%; - } - .column.is-half-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 50%; - } - .column.is-one-third-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - 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 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 8.33333%; - } - .column.is-offset-1-widescreen { - margin-left: 8.33333%; - } - .column.is-2-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 16.66667%; - } - .column.is-offset-2-widescreen { - margin-left: 16.66667%; - } - .column.is-3-widescreen { - -webkit-box-flex: 0; - -ms-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; - 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; - width: 41.66667%; + .container { + max-width: 1200px; } - .column.is-offset-5-widescreen { - margin-left: 41.66667%; +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + +.level-item .title, +.level-item .subtitle { + margin-bottom: 0; +} + +@media screen and (max-width: 768px) { + .level-item:not(:last-child) { + margin-bottom: 10px; } - .column.is-6-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 50%; +} + +.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 { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; +} + +@media screen and (max-width: 768px) { + .level-left + .level-right { + margin-top: 20px; } - .column.is-offset-6-widescreen { - margin-left: 50%; +} + +@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; + display: flex; } - .column.is-7-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 58.33333%; +} + +@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; + display: flex; + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; } - .column.is-offset-7-widescreen { - margin-left: 58.33333%; +} + +.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; +} + +.level code { + border-radius: 3px; +} + +.level img { + display: inline-block; + vertical-align: top; +} + +.level.is-mobile { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.level.is-mobile > .level-item:not(:last-child) { + margin-bottom: 0; +} + +.level.is-mobile > .level-item:not(.is-narrow) { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; +} + +@media screen and (min-width: 769px) { + .level { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .column.is-8-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 66.66667%; + .level > .level-item:not(.is-narrow) { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; } - .column.is-offset-8-widescreen { - margin-left: 66.66667%; +} + +.media-number { + background-color: whitesmoke; + 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; } - .column.is-9-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 75%; +} + +@media screen and (min-width: 769px) { + .media-number { + margin-right: 10px; } - .column.is-offset-9-widescreen { - margin-left: 75%; +} + +.media-left { + margin-right: 10px; +} + +.media-right { + margin-left: 10px; +} + +.media-content { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 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; + display: flex; + text-align: left; +} + +.media .content:not(:last-child) { + margin-bottom: 10px; +} + +.media .media { + border-top: 1px solid rgba(219, 219, 219, 0.5); + display: -webkit-box; + display: -ms-flexbox; + 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(219, 219, 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; } - .column.is-10-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 83.33333%; +} + +.menu-nav a { + display: block; + padding: 5px 10px; +} + +.menu-list a { + border-radius: 2px; + color: #7a7a7a; + display: block; + padding: 5px 10px; +} + +.menu-list a:hover { + background-color: whitesmoke; + color: #11e4c4; +} + +.menu-list a.is-active { + background-color: #11e4c4; + color: white; +} + +.menu-list li ul { + border-left: 1px solid #dbdbdb; + margin: 10px; + padding-left: 10px; +} + +.menu-label { + color: #b5b5b5; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} + +.menu-label:not(:first-child) { + 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; } - .column.is-offset-10-widescreen { - margin-left: 83.33333%; + .container.is-fluid { + margin: 0 20px; + max-width: none; } - .column.is-11-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 91.66667%; +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; } - .column.is-offset-11-widescreen { - margin-left: 91.66667%; +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + +.message-body { + border: 1px solid #dbdbdb; + border-radius: 3px; + padding: 12px 15px; +} + +.message-body strong { + color: inherit; +} + +.message-header { + background-color: #7a7a7a; + 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: whitesmoke; + border-radius: 3px; +} + +.message.is-white { + background-color: white; +} + +.message.is-white .message-header { + background-color: white; + color: #121212; +} + +.message.is-white .message-body { + border-color: white; + color: #666666; +} + +.message.is-black { + background-color: whitesmoke; +} + +.message.is-black .message-header { + background-color: #121212; + color: white; +} + +.message.is-black .message-body { + border-color: #121212; + color: gray; +} + +.message.is-light { + background-color: whitesmoke; +} + +.message.is-light .message-header { + background-color: whitesmoke; + color: #7a7a7a; +} + +.message.is-light .message-body { + border-color: whitesmoke; + color: #666666; +} + +.message.is-dark { + background-color: whitesmoke; +} + +.message.is-dark .message-header { + background-color: #7a7a7a; + color: whitesmoke; +} + +.message.is-dark .message-body { + border-color: #7a7a7a; + color: gray; +} + +.message.is-primary { + background-color: #ecfefb; +} + +.message.is-primary .message-header { + background-color: #11e4c4; + color: white; +} + +.message.is-primary .message-body { + border-color: #11e4c4; + color: gray; +} + +.message.is-info { + background-color: #ebf2ff; +} + +.message.is-info .message-header { + background-color: #0f6bff; + color: white; +} + +.message.is-info .message-body { + border-color: #0f6bff; + color: gray; +} + +.message.is-success { + background-color: #ecfef2; +} + +.message.is-success .message-header { + background-color: #20ee68; + color: white; +} + +.message.is-success .message-body { + border-color: #20ee68; + color: gray; +} + +.message.is-warning { + background-color: #fffbeb; +} + +.message.is-warning .message-header { + background-color: #ffcf0f; + color: white; +} + +.message.is-warning .message-body { + border-color: #ffcf0f; + color: gray; +} + +.message.is-danger { + background-color: #ffebef; +} + +.message.is-danger .message-header { + background-color: #ff0f3f; + color: white; +} + +.message.is-danger .message-body { + border-color: #ff0f3f; + 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; } - .column.is-12-widescreen { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 100%; + .container.is-fluid { + margin: 0 20px; + max-width: none; } - .column.is-offset-12-widescreen { - margin-left: 100%; +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; } } -.columns { - margin-left: -10px; - margin-right: -10px; - margin-top: -10px; +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; } -.columns:last-child { - margin-bottom: -10px; +.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; } -.columns:not(:last-child) { - margin-bottom: 10px; +.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); } -.columns.is-centered { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; +.delete:after, .modal-close:after { + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); } -.columns.is-gapless { - margin-left: 0; - margin-right: 0; - margin-top: 0; +.delete:hover, .modal-close:hover { + background-color: rgba(18, 18, 18, 0.5); } -.columns.is-gapless:last-child { - margin-bottom: 0; +.delete.is-small, .is-small.modal-close { + height: 16px; + width: 16px; } -.columns.is-gapless:not(:last-child) { - margin-bottom: 20px; +.delete.is-medium, .is-medium.modal-close { + height: 32px; + width: 32px; } -.columns.is-gapless > .column { - margin: 0; - padding: 0; +.delete.is-large, .is-large.modal-close { + height: 40px; + width: 40px; } -@media screen and (min-width: 769px) { - .columns.is-grid { - -ms-flex-wrap: wrap; - flex-wrap: wrap; - } - .columns.is-grid > .column { - max-width: 33.3333%; - padding: 10px; - width: 33.3333%; - } - .columns.is-grid > .column + .column { - margin-left: 0; - } +.icon { + display: inline-block; + font-size: 21px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; } -.columns.is-mobile { - display: -webkit-box; - display: -ms-flexbox; - display: flex; +.icon .fa { + font-size: inherit; + line-height: inherit; } -.columns.is-multiline { - -ms-flex-wrap: wrap; - flex-wrap: wrap; +.icon.is-small { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; } -.columns.is-vcentered { - -webkit-box-align: center; - -ms-flex-align: center; - -ms-grid-row-align: center; - align-items: center; +.icon.is-medium { + display: inline-block; + font-size: 28px; + height: 32px; + line-height: 32px; + text-align: center; + vertical-align: top; + width: 32px; } -@media screen and (min-width: 769px) { - .columns:not(.is-desktop) { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - } +.icon.is-large { + display: inline-block; + font-size: 42px; + height: 48px; + line-height: 48px; + text-align: center; + vertical-align: top; + width: 48px; } -@media screen and (min-width: 980px) { - .columns.is-desktop { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - } +.hamburger, .nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; } -.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; - min-height: min-content; +.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; } -.tile.is-ancestor { - margin-left: -10px; - margin-right: -10px; - margin-top: -10px; +.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { + margin-top: -6px; } -.tile.is-ancestor:last-child { - margin-bottom: -10px; +.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { + margin-top: -1px; } -.tile.is-ancestor:not(:last-child) { - margin-bottom: 10px; +.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { + margin-top: 4px; } -.tile.is-child { - margin: 0 !important; +.hamburger:hover, .nav-toggle:hover { + background-color: whitesmoke; } -.tile.is-parent { - padding: 10px; +.hamburger.is-active span, .is-active.nav-toggle span { + background-color: #11e4c4; } -.tile.is-vertical { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; +.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; } -.tile.is-vertical > .tile.is-child:not(:last-child) { - margin-bottom: 20px !important; +.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { + opacity: 0; } -@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; - width: 8.33333%; - } - .tile.is-2 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 16.66667%; - } - .tile.is-3 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 25%; - } - .tile.is-4 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 33.33333%; - } - .tile.is-5 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 41.66667%; - } - .tile.is-6 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 50%; - } - .tile.is-7 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 58.33333%; - } - .tile.is-8 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 66.66667%; - } - .tile.is-9 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 75%; - } - .tile.is-10 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 83.33333%; - } - .tile.is-11 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 91.66667%; - } - .tile.is-12 { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - width: 100%; - } +.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 { - background-color: #fdf6e3; - color: #586e75; + font-size: 12px; + font-weight: normal; + max-width: 100%; + overflow: hidden; + padding: 0; } -.highlight .c { - color: #93a1a1; +.highlight pre { + overflow: auto; + max-width: 100%; } -.highlight .err, -.highlight .g { - color: #586e75; +.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; } -.highlight .k { - color: #859900; +.number { + background-color: whitesmoke; + border-radius: 290486px; + display: inline-block; + font-size: 18px; + vertical-align: top; } -.highlight .l, -.highlight .n { - color: #586e75; +.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; } -.highlight .o { - color: #859900; +.tag .delete, .tag .modal-close { + margin-left: 4px; + margin-right: -6px; } -.highlight .x { - color: #cb4b16; +.tag.is-white { + background-color: white; + color: #121212; } -.highlight .p { - color: #586e75; +.tag.is-black { + background-color: #121212; + color: white; } -.highlight .cm { - color: #93a1a1; +.tag.is-light { + background-color: whitesmoke; + color: #7a7a7a; } -.highlight .cp { - color: #859900; +.tag.is-dark { + background-color: #7a7a7a; + color: whitesmoke; } -.highlight .c1 { - color: #93a1a1; +.tag.is-primary { + background-color: #11e4c4; + color: white; } -.highlight .cs { - color: #859900; +.tag.is-info { + background-color: #0f6bff; + color: white; } -.highlight .gd { - color: #2aa198; +.tag.is-success { + background-color: #20ee68; + color: white; } -.highlight .ge { - color: #586e75; - font-style: italic; +.tag.is-warning { + background-color: #ffcf0f; + color: white; } -.highlight .gr { - color: #dc322f; +.tag.is-danger { + background-color: #ff0f3f; + color: white; } -.highlight .gh { - color: #cb4b16; +.tag.is-small { + font-size: 11px; + height: 20px; + padding-left: 8px; + padding-right: 8px; } -.highlight .gi { - color: #859900; +.tag.is-medium { + font-size: 14px; + height: 32px; + padding-left: 14px; + padding-right: 14px; } -.highlight .go, -.highlight .gp { - color: #586e75; +.tag.is-large { + font-size: 18px; + height: 40px; + line-height: 24px; + padding-left: 18px; + padding-right: 18px; } -.highlight .gs { - color: #586e75; - font-weight: bold; +.tag.is-large .delete, .tag.is-large .modal-close { + margin-left: 4px; + margin-right: -8px; } -.highlight .gu { - color: #cb4b16; +.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; } -.highlight .gt { - color: #586e75; +.modal-background { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + background-color: rgba(18, 18, 18, 0.86); } -.highlight .kc { - color: #cb4b16; +.modal-content, .modal-card { + margin: 0 20px; + max-height: calc(100vh - 160px); + overflow: auto; + position: relative; + width: 100%; } -.highlight .kd { - color: #268bd2; +@media screen and (min-width: 769px) { + .modal-content, .modal-card { + margin: 0 auto; + max-height: calc(100vh - 40px); + width: 640px; + } } -.highlight .kn, -.highlight .kp { - color: #859900; +.modal-close { + background: none; + height: 40px; + position: fixed; + right: 20px; + top: 20px; + width: 40px; } -.highlight .kr { - color: #268bd2; +.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; + max-height: calc(100vh - 40px); + overflow: hidden; } -.highlight .kt { - color: #dc322f; +.modal-card-head, +.modal-card-foot { + -webkit-box-align: center; + -ms-flex-align: 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; + padding: 20px; + position: relative; } -.highlight .ld { - color: #586e75; +.modal-card-head { + border-bottom: 1px solid #dbdbdb; + border-top-left-radius: 5px; + border-top-right-radius: 5px; } -.highlight .m, -.highlight .s { - color: #2aa198; +.modal-card-title { + color: #242424; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + font-size: 24px; + line-height: 1; } -.highlight .na { - color: #B58900; +.modal-card-foot { + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + border-top: 1px solid #dbdbdb; } -.highlight .nb { - color: #586e75; +.modal-card-foot .button:not(:last-child) { + margin-right: 10px; } -.highlight .nc { - color: #268bd2; +.modal-card-body { + background-color: white; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + overflow: auto; + padding: 20px; } -.highlight .no { - color: #cb4b16; +.modal { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + -webkit-box-align: center; + -ms-flex-align: center; + -ms-grid-row-align: center; + align-items: center; + display: none; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + overflow: hidden; + position: fixed; + z-index: 1986; } -.highlight .nd { - color: #268bd2; +.modal.is-active { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } -.highlight .ni, -.highlight .ne { - color: #cb4b16; +.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; } -.highlight .nf { - color: #268bd2; +.container { + position: relative; } -.highlight .nl, -.highlight .nn, -.highlight .nx, -.highlight .py { - color: #586e75; +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } } -.highlight .nt, -.highlight .nv { - color: #268bd2; +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } } -.highlight .ow { - color: #859900; +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; } -.highlight .w { - color: #586e75; +.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; } -.highlight .mf, -.highlight .mh, -.highlight .mi, -.highlight .mo { - color: #2aa198; +.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%; } -.highlight .sb { - color: #93a1a1; +.delete:before, .modal-close:before { + -webkit-transform: rotate(45deg); + transform: rotate(45deg); } -.highlight .sc { - color: #2aa198; +.delete:after, .modal-close:after { + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); } -.highlight .sd { - color: #586e75; +.delete:hover, .modal-close:hover { + background-color: rgba(18, 18, 18, 0.5); } -.highlight .s2 { - color: #2aa198; +.delete.is-small, .is-small.modal-close { + height: 16px; + width: 16px; } -.highlight .se { - color: #cb4b16; +.delete.is-medium, .is-medium.modal-close { + height: 32px; + width: 32px; } -.highlight .sh { - color: #586e75; +.delete.is-large, .is-large.modal-close { + height: 40px; + width: 40px; } -.highlight .si, -.highlight .sx { - color: #2aa198; +.icon { + display: inline-block; + font-size: 21px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; } -.highlight .sr { - color: #dc322f; +.icon .fa { + font-size: inherit; + line-height: inherit; } -.highlight .s1, -.highlight .ss { - color: #2aa198; +.icon.is-small { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; } -.highlight .bp, -.highlight .vc, -.highlight .vg, -.highlight .vi { - color: #268bd2; +.icon.is-medium { + display: inline-block; + font-size: 28px; + height: 32px; + line-height: 32px; + text-align: center; + vertical-align: top; + width: 32px; } -.highlight .il { - color: #2aa198; +.icon.is-large { + display: inline-block; + font-size: 42px; + height: 48px; + line-height: 48px; + text-align: center; + vertical-align: top; + width: 48px; } -.level-item .title, -.level-item .subtitle { - margin-bottom: 0; +.hamburger, .nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; } -@media screen and (max-width: 768px) { - .level-item:not(:last-child) { - margin-bottom: 10px; - } +.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; } -.level-left .level-item:not(:last-child), -.level-right .level-item:not(:last-child) { - margin-right: 10px; +.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { + margin-top: -6px; } -.level-left .level-item.is-flexible, -.level-right .level-item.is-flexible { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; +.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { + margin-top: -1px; } -@media screen and (max-width: 768px) { - .level-left + .level-right { - margin-top: 20px; - } +.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { + margin-top: 4px; } -@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; - display: flex; - } +.hamburger:hover, .nav-toggle:hover { + background-color: whitesmoke; } -@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; - display: flex; - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; - } +.hamburger.is-active span, .is-active.nav-toggle span { + background-color: #11e4c4; } -.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; +.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; } -.level code { - border-radius: 3px; +.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { + opacity: 0; } -.level img { - display: inline-block; - vertical-align: top; +.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; } -.level.is-mobile { - display: -webkit-box; - display: -ms-flexbox; - display: flex; +.heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; } -.level.is-mobile > .level-item:not(:last-child) { - margin-bottom: 0; +.highlight { + font-size: 12px; + font-weight: normal; + max-width: 100%; + overflow: hidden; + padding: 0; } -.level.is-mobile > .level-item:not(.is-narrow) { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; +.highlight pre { + overflow: auto; + max-width: 100%; } -@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; - } +.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; } -.media-number { +.number { background-color: whitesmoke; 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; - } +.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; } -@media screen and (min-width: 769px) { - .media-number { - margin-right: 10px; - } +.tag .delete, .tag .modal-close { + margin-left: 4px; + margin-right: -6px; } -.media-left { - margin-right: 10px; +.tag.is-white { + background-color: white; + color: #121212; } -.media-right { - margin-left: 10px; +.tag.is-black { + background-color: #121212; + color: white; } -.media-content { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 1; - flex-shrink: 1; - text-align: left; +.tag.is-light { + background-color: whitesmoke; + color: #7a7a7a; } -.media { - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - text-align: left; +.tag.is-dark { + background-color: #7a7a7a; + color: whitesmoke; } -.media .content:not(:last-child) { - margin-bottom: 10px; +.tag.is-primary { + background-color: #11e4c4; + color: white; } -.media .media { - border-top: 1px solid rgba(219, 219, 219, 0.5); - display: -webkit-box; - display: -ms-flexbox; - display: flex; - padding-top: 10px; +.tag.is-info { + background-color: #0f6bff; + color: white; } -.media .media .content:not(:last-child), -.media .media .control:not(:last-child) { - margin-bottom: 5px; +.tag.is-success { + background-color: #20ee68; + color: white; } -.media .media .media { - padding-top: 5px; +.tag.is-warning { + background-color: #ffcf0f; + color: white; } -.media .media .media + .media { - margin-top: 5px; +.tag.is-danger { + background-color: #ff0f3f; + color: white; } -.media + .media { - border-top: 1px solid rgba(219, 219, 219, 0.5); - margin-top: 10px; - padding-top: 10px; +.tag.is-small { + font-size: 11px; + height: 20px; + padding-left: 8px; + padding-right: 8px; } -.media.is-large + .media { - margin-top: 20px; - padding-top: 20px; +.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) { - .media.is-large .media-number { - margin-right: 20px; + .nav-toggle { + display: none; } } -.menu-nav a { - display: block; - padding: 5px 10px; +.nav-item { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding: 10px; } -.menu-list a { - border-radius: 2px; - color: #7a7a7a; - display: block; - padding: 5px 10px; +.nav-item a { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; } -.menu-list a:hover { - background-color: whitesmoke; - color: #11e4c4; +.nav-item img { + max-height: 24px; } -.menu-list a.is-active { - background-color: #11e4c4; - color: white; +.nav-item .button + .button { + margin-left: 10px; } -.menu-list li ul { - border-left: 1px solid #dbdbdb; - margin: 10px; - padding-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 { + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + } +} + +.nav-item a, +a.nav-item { + color: #7a7a7a; } -.menu-label { - color: #b5b5b5; - font-size: 11px; - letter-spacing: 1px; - margin-bottom: 5px; - text-transform: uppercase; +.nav-item a:hover, +a.nav-item:hover { + color: #242424; } -.menu-label:not(:first-child) { - margin-top: 20px; +.nav-item a.is-active, +a.nav-item.is-active { + color: #242424; } -.message-body { - border: 1px solid #dbdbdb; - border-radius: 3px; - padding: 12px 15px; +.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; } -.message-body strong { - color: inherit; +.nav-item a.is-tab:hover, +a.nav-item.is-tab:hover { + border-bottom: 1px solid #11e4c4; + border-top: 1px solid transparent; } -.message-header { - background-color: #7a7a7a; - border-radius: 3px 3px 0 0; - color: white; - padding: 7px 10px; +.nav-item a.is-tab.is-active, +a.nav-item.is-tab.is-active { + border-bottom: 3px solid #11e4c4; + border-top: 3px solid transparent; + color: #11e4c4; } -.message-header strong { - color: inherit; +@media screen and (max-width: 768px) { + .nav-menu { + background-color: white; + box-shadow: 0 4px 7px rgba(18, 18, 18, 0.1); + left: 0; + display: none; + right: 0; + top: 100%; + position: absolute; + } + .nav-menu .nav-item { + border-top: 1px solid rgba(219, 219, 219, 0.5); + padding: 10px; + } + .nav-menu.is-active { + display: block; + } } -.message-header + .message-body { - border-radius: 0 0 3px 3px; - border-top: none; +@media screen and (min-width: 769px) and (max-width: 979px) { + .nav-menu { + padding-right: 20px; + } } -.message { - background-color: whitesmoke; - border-radius: 3px; +.nav-left { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -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; + overflow: hidden; + overflow-x: auto; + white-space: nowrap; } -.message.is-white { - background-color: white; +.nav-center { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + margin-left: auto; + margin-right: auto; } -.message.is-white .message-header { - background-color: white; - color: #121212; +@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; + 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; + } } -.message.is-white .message-body { - border-color: white; - color: #666666; +.nav { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + background-color: white; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + min-height: 50px; + position: relative; + text-align: center; + z-index: 2; } -.message.is-black { - background-color: whitesmoke; +.nav > .container { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + min-height: 50px; + width: 100%; } -.message.is-black .message-header { - background-color: #121212; - color: white; +.nav > .container > .nav-left > .nav-item:first-child:not(.is-tab) { + padding-left: 0; } -.message.is-black .message-body { - border-color: #121212; - color: gray; +.nav > .container > .nav-right > .nav-item:last-child:not(.is-tab) { + padding-right: 0; } -.message.is-light { - background-color: whitesmoke; +.container > .nav > .nav-left > .nav-item:first-child:not(.is-tab) { + padding-left: 0; } -.message.is-light .message-header { - background-color: whitesmoke; - color: #7a7a7a; +.container > .nav > .nav-right > .nav-item:last-child:not(.is-tab) { + padding-right: 0; } -.message.is-light .message-body { - border-color: whitesmoke; - color: #666666; +.nav.has-shadow { + box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1); } -.message.is-dark { - background-color: whitesmoke; +@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; + } } -.message.is-dark .message-header { - background-color: #7a7a7a; - color: whitesmoke; +.pagination { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + text-align: center; } -.message.is-dark .message-body { - border-color: #7a7a7a; - color: gray; +.pagination a { + display: block; + min-width: 32px; + padding: 3px 8px; } -.message.is-primary { - background-color: #ecfefb; +.pagination span { + color: #b5b5b5; + display: block; + margin: 0 4px; } -.message.is-primary .message-header { - background-color: #11e4c4; - color: white; +.pagination li { + margin: 0 2px; } -.message.is-primary .message-body { - border-color: #11e4c4; - color: gray; +.pagination ul { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + 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: center; + -ms-flex-pack: center; + justify-content: center; } -.message.is-info { - background-color: #ebf2ff; +@media screen and (max-width: 768px) { + .pagination { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + } + .pagination > a { + width: calc(50% - 5px); + } + .pagination > a:not(:first-child) { + margin-left: 10px; + } + .pagination li { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + } + .pagination ul { + margin-top: 10px; + } } -.message.is-info .message-header { - background-color: #0f6bff; - color: white; +@media screen and (min-width: 769px) { + .pagination > a:not(:first-child) { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + } } -.message.is-info .message-body { - border-color: #0f6bff; - color: gray; +.panel-icon { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; + color: #b5b5b5; + float: left; + margin: 0 4px 0 -2px; } -.message.is-success { - background-color: #ecfef2; +.panel-icon .fa { + font-size: inherit; + line-height: inherit; } -.message.is-success .message-header { - background-color: #20ee68; - color: white; +.panel-heading { + background-color: whitesmoke; + border-bottom: 1px solid #dbdbdb; + border-radius: 4px 4px 0 0; + color: #242424; + font-size: 18px; + font-weight: 300; + padding: 10px; } -.message.is-success .message-body { - border-color: #20ee68; - color: gray; +.panel-list a { + color: #7a7a7a; } -.message.is-warning { - background-color: #fffbeb; +.panel-list a:hover { + color: #11e4c4; } -.message.is-warning .message-header { - background-color: #ffcf0f; - color: white; +.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; } -.message.is-warning .message-body { - border-color: #ffcf0f; - color: gray; +.panel-tabs a { + border-bottom: 1px solid #dbdbdb; + margin-bottom: -1px; + padding: 5px; } -.message.is-danger { - background-color: #ffebef; +.panel-tabs a.is-active { + border-bottom-color: #242424; + color: #242424; } -.message.is-danger .message-header { - background-color: #ff0f3f; - color: white; +.panel-tabs:not(:last-child) { + border-bottom: 1px solid #dbdbdb; } -.message.is-danger .message-body { - border-color: #ff0f3f; - color: gray; +.panel-block { + color: #242424; + display: block; + line-height: 16px; + padding: 10px; } -.modal-background { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - background-color: rgba(18, 18, 18, 0.86); +.panel-block:not(:last-child) { + border-bottom: 1px solid #dbdbdb; } -.modal-content, .modal-card { - margin: 0 20px; - max-height: calc(100vh - 160px); - overflow: auto; - position: relative; - width: 100%; +a.panel-block:hover { + background-color: whitesmoke; } -@media screen and (min-width: 769px) { - .modal-content, .modal-card { - margin: 0 auto; - max-height: calc(100vh - 40px); - width: 640px; - } +.panel { + border: 1px solid #dbdbdb; + border-radius: 5px; } -.modal-close { - background: none; - height: 40px; - position: fixed; - right: 20px; - top: 20px; - width: 40px; +.panel:not(:last-child) { + margin-bottom: 20px; } -.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; - max-height: calc(100vh - 40px); - overflow: hidden; +.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; } -.modal-card-head, -.modal-card-foot { - -webkit-box-align: center; - -ms-flex-align: 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; - padding: 20px; +.container { position: relative; } -.modal-card-head { - border-bottom: 1px solid #dbdbdb; - border-top-left-radius: 5px; - border-top-right-radius: 5px; -} - -.modal-card-title { - color: #242424; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - 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 #dbdbdb; +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } } -.modal-card-foot .button:not(:last-child) { - margin-right: 10px; +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } } -.modal-card-body { - background-color: white; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 1; - flex-shrink: 1; - overflow: auto; - padding: 20px; +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; } -.modal { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - -webkit-box-align: center; - -ms-flex-align: center; - -ms-grid-row-align: center; - align-items: center; - display: none; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - overflow: hidden; - position: fixed; - z-index: 1986; +.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; } -.modal.is-active { - display: -webkit-box; - display: -ms-flexbox; - display: flex; +.container { + position: relative; } -@media screen and (min-width: 769px) { - .nav-toggle { - display: none; +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; } } -.nav-item { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: 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; +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } } -.nav-item img { - max-height: 24px; +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; } -.nav-item .button + .button { - margin-left: 10px; +.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; } -.nav-item .tag:first-child { - margin-right: 5px; +.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%; } -.nav-item .tag:last-child { - margin-left: 5px; +.delete:before, .modal-close:before { + -webkit-transform: rotate(45deg); + transform: rotate(45deg); } -@media screen and (max-width: 768px) { - .nav-item { - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - } +.delete:after, .modal-close:after { + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); } -.nav-item a, -a.nav-item { - color: #7a7a7a; +.delete:hover, .modal-close:hover { + background-color: rgba(18, 18, 18, 0.5); } -.nav-item a:hover, -a.nav-item:hover { - color: #242424; +.delete.is-small, .is-small.modal-close { + height: 16px; + width: 16px; } -.nav-item a.is-active, -a.nav-item.is-active { - color: #242424; +.delete.is-medium, .is-medium.modal-close { + height: 32px; + width: 32px; } -.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; +.delete.is-large, .is-large.modal-close { + height: 40px; + width: 40px; } -.nav-item a.is-tab:hover, -a.nav-item.is-tab:hover { - border-bottom: 1px solid #11e4c4; - border-top: 1px solid transparent; +.icon { + display: inline-block; + font-size: 21px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; } -.nav-item a.is-tab.is-active, -a.nav-item.is-tab.is-active { - border-bottom: 3px solid #11e4c4; - border-top: 3px solid transparent; - color: #11e4c4; +.icon .fa { + font-size: inherit; + line-height: inherit; } -@media screen and (max-width: 768px) { - .nav-menu { - background-color: white; - box-shadow: 0 4px 7px rgba(18, 18, 18, 0.1); - left: 0; - display: none; - right: 0; - top: 100%; - position: absolute; - } - .nav-menu .nav-item { - border-top: 1px solid rgba(219, 219, 219, 0.5); - padding: 10px; - } - .nav-menu.is-active { - display: block; - } +.icon.is-small { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; } -@media screen and (min-width: 769px) and (max-width: 979px) { - .nav-menu { - padding-right: 20px; - } +.icon.is-medium { + display: inline-block; + font-size: 28px; + height: 32px; + line-height: 32px; + text-align: center; + vertical-align: top; + width: 32px; } -.nav-left { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -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; - overflow: hidden; - overflow-x: auto; - white-space: nowrap; +.icon.is-large { + display: inline-block; + font-size: 42px; + height: 48px; + line-height: 48px; + text-align: center; + vertical-align: top; + width: 48px; } -.nav-center { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - margin-left: auto; - margin-right: auto; +.hamburger, .nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; } -@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; - 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; - } +.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; } -.nav { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - background-color: white; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - min-height: 50px; - position: relative; - text-align: center; - z-index: 2; +.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { + margin-top: -6px; } -.nav > .container { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - min-height: 50px; - width: 100%; +.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { + margin-top: -1px; } -.nav > .container > .nav-left > .nav-item:first-child:not(.is-tab) { - padding-left: 0; +.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { + margin-top: 4px; } -.nav > .container > .nav-right > .nav-item:last-child:not(.is-tab) { - padding-right: 0; +.hamburger:hover, .nav-toggle:hover { + background-color: whitesmoke; } -.container > .nav > .nav-left > .nav-item:first-child:not(.is-tab) { - padding-left: 0; +.hamburger.is-active span, .is-active.nav-toggle span { + background-color: #11e4c4; } -.container > .nav > .nav-right > .nav-item:last-child:not(.is-tab) { - padding-right: 0; +.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; } -.nav.has-shadow { - box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1); +.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; } -@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; - } +.heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; } -.pagination { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - text-align: center; +.highlight { + font-size: 12px; + font-weight: normal; + max-width: 100%; + overflow: hidden; + padding: 0; } -.pagination a { - display: block; - min-width: 32px; - padding: 3px 8px; +.highlight pre { + overflow: auto; + max-width: 100%; } -.pagination span { - color: #b5b5b5; +.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; - margin: 0 4px; + height: 16px; + position: relative; + width: 16px; } -.pagination li { - margin: 0 2px; +.number { + background-color: whitesmoke; + border-radius: 290486px; + display: inline-block; + font-size: 18px; + vertical-align: top; } -.pagination ul { +.tag { -webkit-box-align: center; -ms-flex-align: center; align-items: center; - 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; + 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; } -@media screen and (max-width: 768px) { - .pagination { - -ms-flex-wrap: wrap; - flex-wrap: wrap; - } - .pagination > a { - width: calc(50% - 5px); - } - .pagination > a:not(:first-child) { - margin-left: 10px; - } - .pagination li { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; - } - .pagination ul { - margin-top: 10px; - } -} - -@media screen and (min-width: 769px) { - .pagination > a:not(:first-child) { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - } +.tag .delete, .tag .modal-close { + margin-left: 4px; + margin-right: -6px; } -.panel-icon { - display: inline-block; - font-size: 14px; - height: 16px; - line-height: 16px; - text-align: center; - vertical-align: top; - width: 16px; - color: #b5b5b5; - float: left; - margin: 0 4px 0 -2px; +.tag.is-white { + background-color: white; + color: #121212; } -.panel-icon .fa { - font-size: inherit; - line-height: inherit; +.tag.is-black { + background-color: #121212; + color: white; } -.panel-heading { +.tag.is-light { background-color: whitesmoke; - border-bottom: 1px solid #dbdbdb; - border-radius: 4px 4px 0 0; - color: #242424; - font-size: 18px; - font-weight: 300; - padding: 10px; + color: #7a7a7a; } -.panel-list a { - color: #7a7a7a; +.tag.is-dark { + background-color: #7a7a7a; + color: whitesmoke; } -.panel-list a:hover { - color: #11e4c4; +.tag.is-primary { + background-color: #11e4c4; + color: white; } -.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; +.tag.is-info { + background-color: #0f6bff; + color: white; } -.panel-tabs a { - border-bottom: 1px solid #dbdbdb; - margin-bottom: -1px; - padding: 5px; +.tag.is-success { + background-color: #20ee68; + color: white; } -.panel-tabs a.is-active { - border-bottom-color: #242424; - color: #242424; +.tag.is-warning { + background-color: #ffcf0f; + color: white; } -.panel-tabs:not(:last-child) { - border-bottom: 1px solid #dbdbdb; +.tag.is-danger { + background-color: #ff0f3f; + color: white; } -.panel-block { - color: #242424; - display: block; - line-height: 16px; - padding: 10px; +.tag.is-small { + font-size: 11px; + height: 20px; + padding-left: 8px; + padding-right: 8px; } -.panel-block:not(:last-child) { - border-bottom: 1px solid #dbdbdb; +.tag.is-medium { + font-size: 14px; + height: 32px; + padding-left: 14px; + padding-right: 14px; } -a.panel-block:hover { - background-color: whitesmoke; +.tag.is-large { + font-size: 18px; + height: 40px; + line-height: 24px; + padding-left: 18px; + padding-right: 18px; } -.panel { - border: 1px solid #dbdbdb; - border-radius: 5px; +.tag.is-large .delete, .tag.is-large .modal-close { + margin-left: 4px; + margin-right: -8px; } -.panel:not(:last-child) { - margin-bottom: 20px; +.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 { @@ -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 38670e3f4..e71aa6a59 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":"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;;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 d4b837dc4..b30ca048b 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 793231487..aef77a201 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 277fe5320..0fc1b4faf 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 07b53c130..b365e0446 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 b4108db84..6735bd59d 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 d5a980ad4..047e2e006 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 53cfc48cd..ff0207665 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 2bd01756b..9cea3e192 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 5d3cd0026..aa72b44e7 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 c2c6daace..43675b256 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 c133fd996..f4e2cf684 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 a03297736..e8c82cef9 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 c8b280345..1d3a58b4c 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 63cddc116..0a339f6f8 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 a60949ee0..c8f8a6883 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 b676dee62..751dada92 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 b4f99840b..d6e96a630 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 a4a7dc655..28bc7ac6e 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 f5c9c21d6..77eff0986 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 b4518b2b2..67664fd08 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 cc27b444f..d00357c9f 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 63d1739af..66851189e 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 510187261..b98bae341 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 bfaeaa680..c889f30cd 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 9984df0d9..a130abfa5 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 3f2f26d37..c78870a4f 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 329193654..33a068b35 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 06822e700..af934fc1f 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 95b74d0b9..71626ee3f 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 28b77c160..8e42e2e6e 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 e15c8065a..b0f0ed86a 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 86336c540..bb419848c 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