/* * Media query shorthand, to be used with variables from $site-breakpoints * Defaults to min-width * * Usage: @include mq(lg, min/max(optional) ) { ... } */ /* * Generate grid cols * */ /* line 24, _assets/sass/mixins/_columns.scss */ .row > * { padding-left: 6px; padding-right: 6px; /* * Default columns align left width smallest width */ -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } @media (min-width: 768px) { /* line 24, _assets/sass/mixins/_columns.scss */ .row > * { padding-left: 8px; padding-right: 8px; /* * Default columns align left width smallest width */ -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } } @media (min-width: 1024px) { /* line 24, _assets/sass/mixins/_columns.scss */ .row > * { padding-left: 16px; padding-right: 16px; /* * Default columns align left width smallest width */ -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } } @media (min-width: 1700px) { /* line 24, _assets/sass/mixins/_columns.scss */ .row > * { padding-left: 16px; padding-right: 16px; /* * Default columns align left width smallest width */ -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } } /* line 42, _assets/sass/mixins/_columns.scss */ .col-1 { width: 8.3333333333%; max-width: 8.3333333333%; -webkit-box-flex: 0; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-2 { width: 16.6666666667%; max-width: 16.6666666667%; -webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-3 { width: 25%; max-width: 25%; -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-4 { width: 33.3333333333%; max-width: 33.3333333333%; -webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-5 { width: 41.6666666667%; max-width: 41.6666666667%; -webkit-box-flex: 0; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-6 { width: 50%; max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-7 { width: 58.3333333333%; max-width: 58.3333333333%; -webkit-box-flex: 0; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-8 { width: 66.6666666667%; max-width: 66.6666666667%; -webkit-box-flex: 0; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-9 { width: 75%; max-width: 75%; -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-10 { width: 83.3333333333%; max-width: 83.3333333333%; -webkit-box-flex: 0; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-11 { width: 91.6666666667%; max-width: 91.6666666667%; -webkit-box-flex: 0; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-12 { width: 100%; max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } @media (min-width: 768px) { /* line 42, _assets/sass/mixins/_columns.scss */ .col-md-1 { width: 8.3333333333%; max-width: 8.3333333333%; -webkit-box-flex: 0; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-md-2 { width: 16.6666666667%; max-width: 16.6666666667%; -webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-md-3 { width: 25%; max-width: 25%; -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-md-4 { width: 33.3333333333%; max-width: 33.3333333333%; -webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-md-5 { width: 41.6666666667%; max-width: 41.6666666667%; -webkit-box-flex: 0; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-md-6 { width: 50%; max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-md-7 { width: 58.3333333333%; max-width: 58.3333333333%; -webkit-box-flex: 0; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-md-8 { width: 66.6666666667%; max-width: 66.6666666667%; -webkit-box-flex: 0; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-md-9 { width: 75%; max-width: 75%; -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-md-10 { width: 83.3333333333%; max-width: 83.3333333333%; -webkit-box-flex: 0; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-md-11 { width: 91.6666666667%; max-width: 91.6666666667%; -webkit-box-flex: 0; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-md-12 { width: 100%; max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } @media (min-width: 1024px) { /* line 42, _assets/sass/mixins/_columns.scss */ .col-lg-1 { width: 8.3333333333%; max-width: 8.3333333333%; -webkit-box-flex: 0; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-lg-2 { width: 16.6666666667%; max-width: 16.6666666667%; -webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-lg-3 { width: 25%; max-width: 25%; -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-lg-4 { width: 33.3333333333%; max-width: 33.3333333333%; -webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-lg-5 { width: 41.6666666667%; max-width: 41.6666666667%; -webkit-box-flex: 0; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-lg-6 { width: 50%; max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-lg-7 { width: 58.3333333333%; max-width: 58.3333333333%; -webkit-box-flex: 0; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-lg-8 { width: 66.6666666667%; max-width: 66.6666666667%; -webkit-box-flex: 0; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-lg-9 { width: 75%; max-width: 75%; -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-lg-10 { width: 83.3333333333%; max-width: 83.3333333333%; -webkit-box-flex: 0; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-lg-11 { width: 91.6666666667%; max-width: 91.6666666667%; -webkit-box-flex: 0; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-lg-12 { width: 100%; max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } @media (min-width: 1700px) { /* line 42, _assets/sass/mixins/_columns.scss */ .col-xl-1 { width: 8.3333333333%; max-width: 8.3333333333%; -webkit-box-flex: 0; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-xl-2 { width: 16.6666666667%; max-width: 16.6666666667%; -webkit-box-flex: 0; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-xl-3 { width: 25%; max-width: 25%; -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-xl-4 { width: 33.3333333333%; max-width: 33.3333333333%; -webkit-box-flex: 0; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-xl-5 { width: 41.6666666667%; max-width: 41.6666666667%; -webkit-box-flex: 0; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-xl-6 { width: 50%; max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-xl-7 { width: 58.3333333333%; max-width: 58.3333333333%; -webkit-box-flex: 0; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-xl-8 { width: 66.6666666667%; max-width: 66.6666666667%; -webkit-box-flex: 0; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-xl-9 { width: 75%; max-width: 75%; -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-xl-10 { width: 83.3333333333%; max-width: 83.3333333333%; -webkit-box-flex: 0; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-xl-11 { width: 91.6666666667%; max-width: 91.6666666667%; -webkit-box-flex: 0; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%; } /* line 42, _assets/sass/mixins/_columns.scss */ .col-xl-12 { width: 100%; max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } } /* * Generate grid rows * * $row-class defines the row classname. E.G. .row * $column-gutter sets the negative margins for each defined breakpoint. * */ /* line 25, _assets/sass/mixins/_rows.scss */ .row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -6px; margin-right: -6px; } @media (min-width: 768px) { /* line 25, _assets/sass/mixins/_rows.scss */ .row { margin-left: -8px; margin-right: -8px; } } @media (min-width: 1024px) { /* line 25, _assets/sass/mixins/_rows.scss */ .row { margin-left: -16px; margin-right: -16px; } } @media (min-width: 1700px) { /* line 25, _assets/sass/mixins/_rows.scss */ .row { margin-left: -16px; margin-right: -16px; } } /* line 1, _assets/sass/base/_reset.scss */ * { -webkit-box-sizing: border-box; box-sizing: border-box; } /* line 5, _assets/sass/base/_reset.scss */ main { display: block; } /* line 9, _assets/sass/base/_reset.scss */ html, body, div, span, applet, object, iframe, p, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button, pre { margin: 0; padding: 0; border: 0; background: 0; font-size: 100%; font-family: inherit; vertical-align: baseline; } /* line 30, _assets/sass/base/_reset.scss */ h1, h2, h3, h4, h5, h6 { margin: 0; } /* HTML5 display-role reset for older browsers */ /* line 35, _assets/sass/base/_reset.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } /* line 40, _assets/sass/base/_reset.scss */ html { line-height: 1.15; -webkit-text-size-adjust: 100%; } /* line 45, _assets/sass/base/_reset.scss */ a { color: inherit; text-decoration: none; background-color: transparent; } /* line 51, _assets/sass/base/_reset.scss */ svg { fill: currentColor; } /* line 55, _assets/sass/base/_reset.scss */ ol, ul { list-style: none; } /* line 59, _assets/sass/base/_reset.scss */ img { border-style: none; max-width: 100%; } /* line 64, _assets/sass/base/_reset.scss */ blockquote, q { quotes: none; } /* line 68, _assets/sass/base/_reset.scss */ blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } /* line 74, _assets/sass/base/_reset.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 79, _assets/sass/base/_reset.scss */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /* line 86, _assets/sass/base/_reset.scss */ [hidden] { display: none; } /* line 1, _assets/sass/base/_base.scss */ html { color: #000; margin: 0 0 40px; font: 400 13px/1.4 'Open Sans', arial, sans-serif; } /* line 7, _assets/sass/base/_base.scss */ body { padding-top: 60px; } /* line 11, _assets/sass/base/_base.scss */ * { -webkit-box-sizing: border-box; box-sizing: border-box; outline: none; } /* line 18, _assets/sass/base/_base.scss */ button:hover, .button:hover { opacity: .8; } /* line 23, _assets/sass/base/_base.scss */ label, button, input { cursor: pointer; } /* line 29, _assets/sass/base/_base.scss */ strong, b { font-weight: 600; } /* line 33, _assets/sass/base/_base.scss */ h1 { text-align: center; font-size: 32px; font-weight: 600; margin-top: 40px; } /* line 40, _assets/sass/base/_base.scss */ h4, h3 { display: block; width: 100%; margin: 40px 0 10px; font-size: 16px; font-weight: 600; } /* line 49, _assets/sass/base/_base.scss */ .align-right { text-align: right; } /* line 1, _assets/sass/modules/_wrapper.scss */ .wrapper { position: relative; margin-left: auto; margin-right: auto; width: 100%; max-width: 100%; padding-left: 24px; padding-right: 24px; } @media (min-width: 768px) { /* line 1, _assets/sass/modules/_wrapper.scss */ .wrapper { padding-left: 32px; padding-right: 32px; } } @media (min-width: 1024px) { /* line 1, _assets/sass/modules/_wrapper.scss */ .wrapper { padding-left: 48px; padding-right: 48px; } } @media (min-width: 1700px) { /* line 1, _assets/sass/modules/_wrapper.scss */ .wrapper { padding-left: 48px; padding-right: 48px; } } /* line 1, _assets/sass/modules/_buttons.scss */ .button { padding: 6px 16px; background: #349000; color: #ffefbf; font-size: 14px; font-weight: 700; line-height: 1.2; text-shadow: 0 1px 1px #000; cursor: pointer; border-radius: 40px; border: 0; } /* line 13, _assets/sass/modules/_buttons.scss */ .button--danger { background: #860602; color: #fff; } /* line 1, _assets/sass/modules/_titan_thumbs.scss */ [data-titan-thumb] { display: inline-block; width: 32px; height: 32px; background: #000; border-radius: 50%; vertical-align: middle; margin: 1px; border: 1px solid #666; background-size: cover; } /* line 12, _assets/sass/modules/_titan_thumbs.scss */ [data-titan-thumb].thumb--large { width: 46px; height: 46px; margin: 2px; } /* line 25, _assets/sass/modules/_titan_thumbs.scss */ [data-titan-thumb="4000"] { background-image: url("../img/Titans/4000.png"); } /* line 25, _assets/sass/modules/_titan_thumbs.scss */ [data-titan-thumb="4001"] { background-image: url("../img/Titans/4001.png"); } /* line 25, _assets/sass/modules/_titan_thumbs.scss */ [data-titan-thumb="4002"] { background-image: url("../img/Titans/4002.png"); } /* line 25, _assets/sass/modules/_titan_thumbs.scss */ [data-titan-thumb="4003"] { background-image: url("../img/Titans/4003.png"); } /* line 25, _assets/sass/modules/_titan_thumbs.scss */ [data-titan-thumb="4010"] { background-image: url("../img/Titans/4010.png"); } /* line 25, _assets/sass/modules/_titan_thumbs.scss */ [data-titan-thumb="4011"] { background-image: url("../img/Titans/4011.png"); } /* line 25, _assets/sass/modules/_titan_thumbs.scss */ [data-titan-thumb="4012"] { background-image: url("../img/Titans/4012.png"); } /* line 25, _assets/sass/modules/_titan_thumbs.scss */ [data-titan-thumb="4013"] { background-image: url("../img/Titans/4013.png"); } /* line 25, _assets/sass/modules/_titan_thumbs.scss */ [data-titan-thumb="4020"] { background-image: url("../img/Titans/4020.png"); } /* line 25, _assets/sass/modules/_titan_thumbs.scss */ [data-titan-thumb="4021"] { background-image: url("../img/Titans/4021.png"); } /* line 25, _assets/sass/modules/_titan_thumbs.scss */ [data-titan-thumb="4022"] { background-image: url("../img/Titans/4022.png"); } /* line 25, _assets/sass/modules/_titan_thumbs.scss */ [data-titan-thumb="4023"] { background-image: url("../img/Titans/4023.png"); } /* line 3, _assets/sass/modules/_war.scss */ .war h1 date { display: block; font-size: 16px; color: #666; } /* line 9, _assets/sass/modules/_war.scss */ .war .row { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } /* line 13, _assets/sass/modules/_war.scss */ .war .team { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #666; line-height: 1.2; padding: 2px 8px; margin: 0 -8px; } /* line 21, _assets/sass/modules/_war.scss */ .war .team.is--hover { outline: 2px solid gold; } /* line 25, _assets/sass/modules/_war.scss */ .war .team__details { margin-left: 8px; } /* line 29, _assets/sass/modules/_war.scss */ .war .team__location { display: block; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; font-size: 11px; color: #0079b3; margin-bottom: 2px; } /* line 40, _assets/sass/modules/_war.scss */ .war .best-team { font-weight: 600; color: black; } /* line 45, _assets/sass/modules/_war.scss */ .war img { max-width: 32px; background: black; border-radius: 50%; vertical-align: middle; margin: 1px; border: 1px solid #666; display: none; } /* line 55, _assets/sass/modules/_war.scss */ .war input[type="checkbox"] { margin: 0 6px 0 0; vertical-align: middle; } @media (min-width: 1700px) { /* line 61, _assets/sass/modules/_war.scss */ .war img { display: inline-block; } } /* line 1, _assets/sass/modules/_hamburger.scss */ .hamburger { position: fixed; background: #fff; top: 60px; bottom: 0; left: 0; padding: 20px; overflow: auto; border-right: 1px solid #E1E1E1; -webkit-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: -webkit-transform 250ms; transition: -webkit-transform 250ms; transition: transform 250ms; transition: transform 250ms, -webkit-transform 250ms; } /* line 13, _assets/sass/modules/_hamburger.scss */ .hamburger.is-active { -webkit-transform: translateX(0%); transform: translateX(0%); } /* line 17, _assets/sass/modules/_hamburger.scss */ .hamburger h3 { margin-top: 0; } /* line 21, _assets/sass/modules/_hamburger.scss */ .hamburger li { margin-bottom: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } /* line 27, _assets/sass/modules/_hamburger.scss */ .hamburger .button { margin-right: 8px; } /* line 1, _assets/sass/modules/_header.scss */ header { height: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid #E1E1E1; position: fixed; top: 0; left: 0; width: 100%; background: #fff; z-index: 1000; } /* line 15, _assets/sass/modules/_header.scss */ header .form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } /* line 19, _assets/sass/modules/_header.scss */ header .form h3 { margin: 0; width: auto; margin-right: 10px; } /* line 25, _assets/sass/modules/_header.scss */ header .form textarea { resize: none; overflow: hidden; width: 112px; height: 28px; line-height: 1.4; padding: 4px; outline: none; } /* line 35, _assets/sass/modules/_header.scss */ header .form .button { margin: 0 5px; } /* line 38, _assets/sass/modules/_header.scss */ header .form .button:last-child { margin-right: 0; } /* line 44, _assets/sass/modules/_header.scss */ header [type="file"] { display: none; } /* line 1, _assets/sass/modules/_calculator.scss */ .calculator { display: block; } /* line 4, _assets/sass/modules/_calculator.scss */ .calculator table { margin: 80px auto; } /* line 8, _assets/sass/modules/_calculator.scss */ .calculator thead { font-weight: 600; color: #261CD1; } /* line 13, _assets/sass/modules/_calculator.scss */ .calculator td { border: 0; padding: 15px 20px; width: calc(100% / 6); } /* line 20, _assets/sass/modules/_calculator.scss */ .calculator tbody tr:nth-child(odd) td { background: #FAFAFC; } /* line 25, _assets/sass/modules/_calculator.scss */ .calculator input { border: 0; font: inherit; font-weight: 600; background: none; outline: 0; cursor: text; color: #261CD1; } /* line 1, _assets/sass/modules/_toe.scss */ .loadingbar { position: fixed; top: 0; left: 0; width: 0; height: 8px; background: #3a86ff; } /* line 11, _assets/sass/modules/_toe.scss */ .toe__filters { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } /* line 16, _assets/sass/modules/_toe.scss */ .toe__filters span { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .2px; display: block; padding: 3px 16px; line-height: 20px; margin: 0 5px; -webkit-box-shadow: 0 0 0 1px #eee; box-shadow: 0 0 0 1px #eee; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* line 28, _assets/sass/modules/_toe.scss */ .toe__filters span:hover { -webkit-box-shadow: 0 0 0 1px #333; box-shadow: 0 0 0 1px #333; } /* line 33, _assets/sass/modules/_toe.scss */ .toe__filters input { display: none; } /* line 36, _assets/sass/modules/_toe.scss */ .toe__filters input:checked + span { -webkit-box-shadow: 0 0 0 2px #3a86ff; box-shadow: 0 0 0 2px #3a86ff; } /* line 42, _assets/sass/modules/_toe.scss */ .toe .titans { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; width: 200px; } /* line 48, _assets/sass/modules/_toe.scss */ .toe .titans__container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 20px 0 60px; } /* line 56, _assets/sass/modules/_toe.scss */ .toe .titans__shortcut { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-left: 15px; } /* line 61, _assets/sass/modules/_toe.scss */ .toe .titans__shortcut button { width: 46px; height: 46px; line-height: 46px; border-radius: 50%; margin: 2px; font-size: 16px; font-weight: 300; text-align: center; color: #fff; border: 1px solid rgba(0, 0, 0, 0.2); } /* line 75, _assets/sass/modules/_toe.scss */ .toe .titans__waterteam { background: #359AE8; } /* line 79, _assets/sass/modules/_toe.scss */ .toe .titans__fireteam { background: #F54A48; } /* line 83, _assets/sass/modules/_toe.scss */ .toe .titans__earthteam { background: #4EBF41; } /* line 87, _assets/sass/modules/_toe.scss */ .toe .titans__row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin-top: 20px; } /* line 96, _assets/sass/modules/_toe.scss */ .toe .titans__clear { padding: 8px 32px; border-radius: 16px; background: rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2); } /* line 103, _assets/sass/modules/_toe.scss */ .toe .titans li { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; width: 25%; max-width: 25%; } /* line 109, _assets/sass/modules/_toe.scss */ .toe .titans .thumb--large { opacity: .5; max-width: 46px; margin: 2px; } /* line 115, _assets/sass/modules/_toe.scss */ .toe .titans input { display: none; } /* line 118, _assets/sass/modules/_toe.scss */ .toe .titans input:checked + .thumb--large { opacity: 1; } /* line 124, _assets/sass/modules/_toe.scss */ .toe table { width: 700px; margin: 0 auto; } /* line 129, _assets/sass/modules/_toe.scss */ .toe table tfoot td { font-weight: bold; padding: 40px 0 20px; } /* line 135, _assets/sass/modules/_toe.scss */ .toe table thead { font-weight: 600; color: #261CD1; } /* line 139, _assets/sass/modules/_toe.scss */ .toe table thead th { padding-bottom: 20px; font-weight: 600; } /* line 145, _assets/sass/modules/_toe.scss */ .toe table td { padding: 5px 10px; text-align: center; vertical-align: middle; border: solid #fff; border-width: 2px 0; } /* line 153, _assets/sass/modules/_toe.scss */ .toe table .missed td:first-child { border-left: 8px solid #ffadad; } /* line 158, _assets/sass/modules/_toe.scss */ .toe img { max-width: 32px; background: black; border-radius: 50%; vertical-align: middle; margin: 1px; border: 1px solid #666; } @media print { @page { margin: 0; } /* line 6, _assets/sass/base/_print.scss */ body { padding: 0; } /* line 10, _assets/sass/base/_print.scss */ header, [type="checkbox"] { display: none; } /* line 15, _assets/sass/base/_print.scss */ .war .team__details { margin-left: 0; color: black; font-weight: 400; } /* line 21, _assets/sass/base/_print.scss */ .war .team.is--hover { outline: 0; } }