From 8b19f4276d8f344f174d0a30fee3d15d1b93eace Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Thu, 18 Oct 2018 22:21:16 +0700 Subject: [PATCH] icons only --- .gitignore | 1 + source/_assets/sass/main.scss | 17 +- source/assets/build/css/main.css | 3379 ++----------------------- source/assets/build/js/main.js | 26 +- source/assets/build/mix-manifest.json | 4 +- source/assets/images/jigsaw.png | Bin 26060 -> 0 bytes source/index.blade.php | 75 +- webpack.mix.js | 25 +- 8 files changed, 235 insertions(+), 3292 deletions(-) delete mode 100644 source/assets/images/jigsaw.png diff --git a/.gitignore b/.gitignore index 760423f..55e4121 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /build_local/ /node_modules/ /vendor/ +/source/assets/ diff --git a/source/_assets/sass/main.scss b/source/_assets/sass/main.scss index a22c984..0e9b198 100644 --- a/source/_assets/sass/main.scss +++ b/source/_assets/sass/main.scss @@ -1,11 +1,13 @@ +$fa-font-path: "../../fonts"; + @import "node_modules/bootstrap/scss/functions"; @import "node_modules/bootstrap/scss/variables"; @import "node_modules/bootstrap/scss/mixins"; -@import "node_modules/bootstrap/scss/root"; +//@import "node_modules/bootstrap/scss/root"; @import "node_modules/bootstrap/scss/reboot"; @import "node_modules/bootstrap/scss/type"; @import "node_modules/bootstrap/scss/grid"; -@import "node_modules/bootstrap/scss/utilities"; +//@import "node_modules/bootstrap/scss/utilities"; @import "node_modules/bootstrap/scss/print"; @import "node_modules/fork-awesome/scss/fork-awesome"; @@ -13,6 +15,13 @@ small, .small { font-weight: 400; font-size: 14pt; } -.portfolio-item { - margin-bottom: 25px; +.container { + margin-top: 45vh; + h3 { + margin-bottom: 25px; + text-align: center; + a { + color: $black; + } + } } diff --git a/source/assets/build/css/main.css b/source/assets/build/css/main.css index c3e163d..9eae224 100644 --- a/source/assets/build/css/main.css +++ b/source/assets/build/css/main.css @@ -1,35 +1,4 @@ @charset "UTF-8"; -:root { - --blue: #007bff; - --indigo: #6610f2; - --purple: #6f42c1; - --pink: #e83e8c; - --red: #dc3545; - --orange: #fd7e14; - --yellow: #ffc107; - --green: #28a745; - --teal: #20c997; - --cyan: #17a2b8; - --white: #fff; - --gray: #6c757d; - --gray-dark: #343a40; - --primary: #007bff; - --secondary: #6c757d; - --success: #28a745; - --info: #17a2b8; - --warning: #ffc107; - --danger: #dc3545; - --light: #f8f9fa; - --dark: #343a40; - --breakpoint-xs: 0; - --breakpoint-sm: 576px; - --breakpoint-md: 768px; - --breakpoint-lg: 992px; - --breakpoint-xl: 1200px; - --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; -} - *, *::before, *::after { @@ -1388,3224 +1357,207 @@ mark, } } -@media (min-width: 1200px) { - .col-xl { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; - } - .col-xl-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: none; - } - .col-xl-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.33333333%; - flex: 0 0 8.33333333%; - max-width: 8.33333333%; - } - .col-xl-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66666667%; - flex: 0 0 16.66666667%; - max-width: 16.66666667%; - } - .col-xl-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; - } - .col-xl-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33333333%; - flex: 0 0 33.33333333%; - max-width: 33.33333333%; - } - .col-xl-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.66666667%; - flex: 0 0 41.66666667%; - max-width: 41.66666667%; - } - .col-xl-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; - } - .col-xl-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.33333333%; - flex: 0 0 58.33333333%; - max-width: 58.33333333%; - } - .col-xl-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66666667%; - flex: 0 0 66.66666667%; - max-width: 66.66666667%; - } - .col-xl-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; - } - .col-xl-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33333333%; - flex: 0 0 83.33333333%; - max-width: 83.33333333%; - } - .col-xl-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.66666667%; - flex: 0 0 91.66666667%; - max-width: 91.66666667%; - } - .col-xl-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; - } - .order-xl-first { - -webkit-box-ordinal-group: 0; - -ms-flex-order: -1; - order: -1; - } - .order-xl-last { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; - } - .order-xl-0 { - -webkit-box-ordinal-group: 1; - -ms-flex-order: 0; - order: 0; - } - .order-xl-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - } - .order-xl-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - } - .order-xl-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } - .order-xl-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - } - .order-xl-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; - } - .order-xl-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; - } - .order-xl-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; - } - .order-xl-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; - } - .order-xl-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; - } - .order-xl-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; - } - .order-xl-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; - } - .order-xl-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; - } - .offset-xl-0 { - margin-left: 0; - } - .offset-xl-1 { - margin-left: 8.33333333%; - } - .offset-xl-2 { - margin-left: 16.66666667%; - } - .offset-xl-3 { - margin-left: 25%; - } - .offset-xl-4 { - margin-left: 33.33333333%; - } - .offset-xl-5 { - margin-left: 41.66666667%; - } - .offset-xl-6 { - margin-left: 50%; - } - .offset-xl-7 { - margin-left: 58.33333333%; - } - .offset-xl-8 { - margin-left: 66.66666667%; - } - .offset-xl-9 { - margin-left: 75%; - } - .offset-xl-10 { - margin-left: 83.33333333%; - } - .offset-xl-11 { - margin-left: 91.66666667%; - } -} - -.align-baseline { - vertical-align: baseline !important; -} - -.align-top { - vertical-align: top !important; -} - -.align-middle { - vertical-align: middle !important; -} - -.align-bottom { - vertical-align: bottom !important; -} - -.align-text-bottom { - vertical-align: text-bottom !important; -} - -.align-text-top { - vertical-align: text-top !important; -} - -.bg-primary { - background-color: #007bff !important; -} - -a.bg-primary:hover, a.bg-primary:focus, -button.bg-primary:hover, -button.bg-primary:focus { - background-color: #0062cc !important; -} - -.bg-secondary { - background-color: #6c757d !important; -} - -a.bg-secondary:hover, a.bg-secondary:focus, -button.bg-secondary:hover, -button.bg-secondary:focus { - background-color: #545b62 !important; -} - -.bg-success { - background-color: #28a745 !important; -} - -a.bg-success:hover, a.bg-success:focus, -button.bg-success:hover, -button.bg-success:focus { - background-color: #1e7e34 !important; -} - -.bg-info { - background-color: #17a2b8 !important; -} - -a.bg-info:hover, a.bg-info:focus, -button.bg-info:hover, -button.bg-info:focus { - background-color: #117a8b !important; -} - -.bg-warning { - background-color: #ffc107 !important; -} - -a.bg-warning:hover, a.bg-warning:focus, -button.bg-warning:hover, -button.bg-warning:focus { - background-color: #d39e00 !important; -} - -.bg-danger { - background-color: #dc3545 !important; -} - -a.bg-danger:hover, a.bg-danger:focus, -button.bg-danger:hover, -button.bg-danger:focus { - background-color: #bd2130 !important; -} - -.bg-light { - background-color: #f8f9fa !important; -} - -a.bg-light:hover, a.bg-light:focus, -button.bg-light:hover, -button.bg-light:focus { - background-color: #dae0e5 !important; -} - -.bg-dark { - background-color: #343a40 !important; -} - -a.bg-dark:hover, a.bg-dark:focus, -button.bg-dark:hover, -button.bg-dark:focus { - background-color: #1d2124 !important; -} - -.bg-white { - background-color: #fff !important; -} - -.bg-transparent { - background-color: transparent !important; -} - -.border { - border: 1px solid #dee2e6 !important; -} - -.border-top { - border-top: 1px solid #dee2e6 !important; -} - -.border-right { - border-right: 1px solid #dee2e6 !important; -} - -.border-bottom { - border-bottom: 1px solid #dee2e6 !important; -} - -.border-left { - border-left: 1px solid #dee2e6 !important; -} - -.border-0 { - border: 0 !important; -} - -.border-top-0 { - border-top: 0 !important; -} - -.border-right-0 { - border-right: 0 !important; -} - -.border-bottom-0 { - border-bottom: 0 !important; -} - -.border-left-0 { - border-left: 0 !important; -} - -.border-primary { - border-color: #007bff !important; -} - -.border-secondary { - border-color: #6c757d !important; -} - -.border-success { - border-color: #28a745 !important; -} - -.border-info { - border-color: #17a2b8 !important; -} - -.border-warning { - border-color: #ffc107 !important; -} - -.border-danger { - border-color: #dc3545 !important; -} - -.border-light { - border-color: #f8f9fa !important; -} - -.border-dark { - border-color: #343a40 !important; -} - -.border-white { - border-color: #fff !important; -} - -.rounded { - border-radius: 0.25rem !important; -} - -.rounded-top { - border-top-left-radius: 0.25rem !important; - border-top-right-radius: 0.25rem !important; -} - -.rounded-right { - border-top-right-radius: 0.25rem !important; - border-bottom-right-radius: 0.25rem !important; -} - -.rounded-bottom { - border-bottom-right-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; -} - -.rounded-left { - border-top-left-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; -} - -.rounded-circle { - border-radius: 50% !important; -} - -.rounded-0 { - border-radius: 0 !important; -} - -.clearfix::after { - display: block; - clear: both; - content: ""; -} - -.d-none { - display: none !important; -} - -.d-inline { - display: inline !important; -} - -.d-inline-block { - display: inline-block !important; -} - -.d-block { - display: block !important; -} - -.d-table { - display: table !important; -} - -.d-table-row { - display: table-row !important; -} - -.d-table-cell { - display: table-cell !important; -} - -.d-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; -} - -.d-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; -} - -@media (min-width: 576px) { - .d-sm-none { - display: none !important; - } - .d-sm-inline { - display: inline !important; - } - .d-sm-inline-block { - display: inline-block !important; - } - .d-sm-block { - display: block !important; - } - .d-sm-table { - display: table !important; - } - .d-sm-table-row { - display: table-row !important; - } - .d-sm-table-cell { - display: table-cell !important; - } - .d-sm-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - } - .d-sm-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} - -@media (min-width: 768px) { - .d-md-none { - display: none !important; - } - .d-md-inline { - display: inline !important; - } - .d-md-inline-block { - display: inline-block !important; - } - .d-md-block { - display: block !important; - } - .d-md-table { - display: table !important; - } - .d-md-table-row { - display: table-row !important; - } - .d-md-table-cell { - display: table-cell !important; - } - .d-md-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - } - .d-md-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} - -@media (min-width: 992px) { - .d-lg-none { - display: none !important; - } - .d-lg-inline { - display: inline !important; - } - .d-lg-inline-block { - display: inline-block !important; - } - .d-lg-block { - display: block !important; - } - .d-lg-table { - display: table !important; - } - .d-lg-table-row { - display: table-row !important; - } - .d-lg-table-cell { - display: table-cell !important; - } - .d-lg-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - } - .d-lg-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} - -@media (min-width: 1200px) { - .d-xl-none { - display: none !important; - } - .d-xl-inline { - display: inline !important; - } - .d-xl-inline-block { - display: inline-block !important; - } - .d-xl-block { - display: block !important; - } - .d-xl-table { - display: table !important; - } - .d-xl-table-row { - display: table-row !important; - } - .d-xl-table-cell { - display: table-cell !important; - } - .d-xl-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - } - .d-xl-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} - -@media print { - .d-print-none { - display: none !important; - } - .d-print-inline { - display: inline !important; - } - .d-print-inline-block { - display: inline-block !important; - } - .d-print-block { - display: block !important; - } - .d-print-table { - display: table !important; - } - .d-print-table-row { - display: table-row !important; - } - .d-print-table-cell { - display: table-cell !important; - } - .d-print-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - } - .d-print-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} - -.embed-responsive { - position: relative; - display: block; - width: 100%; - padding: 0; - overflow: hidden; -} - -.embed-responsive::before { - display: block; - content: ""; -} - -.embed-responsive .embed-responsive-item, -.embed-responsive iframe, -.embed-responsive embed, -.embed-responsive object, -.embed-responsive video { - position: absolute; - top: 0; - bottom: 0; - left: 0; - width: 100%; - height: 100%; - border: 0; -} - -.embed-responsive-21by9::before { - padding-top: 42.85714286%; -} - -.embed-responsive-16by9::before { - padding-top: 56.25%; -} - -.embed-responsive-4by3::before { - padding-top: 75%; -} - -.embed-responsive-1by1::before { - padding-top: 100%; -} - -.flex-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; -} - -.flex-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; -} - -.flex-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; -} - -.flex-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; -} - -.flex-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; -} - -.flex-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; -} - -.flex-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; -} - -.flex-fill { - -webkit-box-flex: 1 !important; - -ms-flex: 1 1 auto !important; - flex: 1 1 auto !important; -} - -.flex-grow-0 { - -webkit-box-flex: 0 !important; - -ms-flex-positive: 0 !important; - flex-grow: 0 !important; -} - -.flex-grow-1 { - -webkit-box-flex: 1 !important; - -ms-flex-positive: 1 !important; - flex-grow: 1 !important; -} - -.flex-shrink-0 { - -ms-flex-negative: 0 !important; - flex-shrink: 0 !important; -} - -.flex-shrink-1 { - -ms-flex-negative: 1 !important; - flex-shrink: 1 !important; -} - -.justify-content-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; -} - -.justify-content-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; -} - -.justify-content-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; -} - -.justify-content-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; -} - -.justify-content-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; -} - -.align-items-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; -} - -.align-items-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; -} - -.align-items-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; -} - -.align-items-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; -} - -.align-items-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; -} - -.align-content-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; -} - -.align-content-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; -} - -.align-content-center { - -ms-flex-line-pack: center !important; - align-content: center !important; -} - -.align-content-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; -} - -.align-content-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; -} - -.align-content-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; -} - -.align-self-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; -} - -.align-self-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; -} - -.align-self-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; -} - -.align-self-center { - -ms-flex-item-align: center !important; - align-self: center !important; -} - -.align-self-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; -} - -.align-self-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; -} - -@media (min-width: 576px) { - .flex-sm-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .flex-sm-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .flex-sm-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .flex-sm-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .flex-sm-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .flex-sm-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .flex-sm-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .flex-sm-fill { - -webkit-box-flex: 1 !important; - -ms-flex: 1 1 auto !important; - flex: 1 1 auto !important; - } - .flex-sm-grow-0 { - -webkit-box-flex: 0 !important; - -ms-flex-positive: 0 !important; - flex-grow: 0 !important; - } - .flex-sm-grow-1 { - -webkit-box-flex: 1 !important; - -ms-flex-positive: 1 !important; - flex-grow: 1 !important; - } - .flex-sm-shrink-0 { - -ms-flex-negative: 0 !important; - flex-shrink: 0 !important; - } - .flex-sm-shrink-1 { - -ms-flex-negative: 1 !important; - flex-shrink: 1 !important; - } - .justify-content-sm-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .justify-content-sm-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .justify-content-sm-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .justify-content-sm-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .justify-content-sm-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .align-items-sm-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .align-items-sm-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .align-items-sm-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .align-items-sm-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .align-items-sm-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .align-content-sm-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .align-content-sm-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .align-content-sm-center { - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .align-content-sm-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .align-content-sm-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .align-content-sm-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .align-self-sm-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; - } - .align-self-sm-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .align-self-sm-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .align-self-sm-center { - -ms-flex-item-align: center !important; - align-self: center !important; - } - .align-self-sm-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .align-self-sm-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; - } -} - -@media (min-width: 768px) { - .flex-md-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .flex-md-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .flex-md-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .flex-md-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .flex-md-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .flex-md-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .flex-md-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .flex-md-fill { - -webkit-box-flex: 1 !important; - -ms-flex: 1 1 auto !important; - flex: 1 1 auto !important; - } - .flex-md-grow-0 { - -webkit-box-flex: 0 !important; - -ms-flex-positive: 0 !important; - flex-grow: 0 !important; - } - .flex-md-grow-1 { - -webkit-box-flex: 1 !important; - -ms-flex-positive: 1 !important; - flex-grow: 1 !important; - } - .flex-md-shrink-0 { - -ms-flex-negative: 0 !important; - flex-shrink: 0 !important; - } - .flex-md-shrink-1 { - -ms-flex-negative: 1 !important; - flex-shrink: 1 !important; - } - .justify-content-md-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .justify-content-md-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .justify-content-md-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .justify-content-md-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .justify-content-md-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .align-items-md-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .align-items-md-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .align-items-md-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .align-items-md-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .align-items-md-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .align-content-md-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .align-content-md-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .align-content-md-center { - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .align-content-md-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .align-content-md-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .align-content-md-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .align-self-md-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; - } - .align-self-md-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .align-self-md-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .align-self-md-center { - -ms-flex-item-align: center !important; - align-self: center !important; - } - .align-self-md-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .align-self-md-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; - } -} - -@media (min-width: 992px) { - .flex-lg-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .flex-lg-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .flex-lg-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .flex-lg-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .flex-lg-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .flex-lg-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .flex-lg-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .flex-lg-fill { - -webkit-box-flex: 1 !important; - -ms-flex: 1 1 auto !important; - flex: 1 1 auto !important; - } - .flex-lg-grow-0 { - -webkit-box-flex: 0 !important; - -ms-flex-positive: 0 !important; - flex-grow: 0 !important; - } - .flex-lg-grow-1 { - -webkit-box-flex: 1 !important; - -ms-flex-positive: 1 !important; - flex-grow: 1 !important; - } - .flex-lg-shrink-0 { - -ms-flex-negative: 0 !important; - flex-shrink: 0 !important; - } - .flex-lg-shrink-1 { - -ms-flex-negative: 1 !important; - flex-shrink: 1 !important; - } - .justify-content-lg-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .justify-content-lg-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .justify-content-lg-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .justify-content-lg-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .justify-content-lg-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .align-items-lg-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .align-items-lg-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .align-items-lg-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .align-items-lg-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .align-items-lg-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .align-content-lg-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .align-content-lg-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .align-content-lg-center { - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .align-content-lg-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .align-content-lg-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .align-content-lg-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .align-self-lg-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; - } - .align-self-lg-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .align-self-lg-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .align-self-lg-center { - -ms-flex-item-align: center !important; - align-self: center !important; - } - .align-self-lg-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .align-self-lg-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; - } -} - -@media (min-width: 1200px) { - .flex-xl-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .flex-xl-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .flex-xl-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .flex-xl-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .flex-xl-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .flex-xl-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .flex-xl-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .flex-xl-fill { - -webkit-box-flex: 1 !important; - -ms-flex: 1 1 auto !important; - flex: 1 1 auto !important; - } - .flex-xl-grow-0 { - -webkit-box-flex: 0 !important; - -ms-flex-positive: 0 !important; - flex-grow: 0 !important; - } - .flex-xl-grow-1 { - -webkit-box-flex: 1 !important; - -ms-flex-positive: 1 !important; - flex-grow: 1 !important; - } - .flex-xl-shrink-0 { - -ms-flex-negative: 0 !important; - flex-shrink: 0 !important; - } - .flex-xl-shrink-1 { - -ms-flex-negative: 1 !important; - flex-shrink: 1 !important; - } - .justify-content-xl-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .justify-content-xl-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .justify-content-xl-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .justify-content-xl-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .justify-content-xl-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .align-items-xl-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .align-items-xl-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .align-items-xl-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .align-items-xl-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .align-items-xl-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .align-content-xl-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .align-content-xl-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .align-content-xl-center { - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .align-content-xl-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .align-content-xl-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .align-content-xl-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .align-self-xl-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; - } - .align-self-xl-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .align-self-xl-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .align-self-xl-center { - -ms-flex-item-align: center !important; - align-self: center !important; - } - .align-self-xl-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .align-self-xl-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; - } -} - -.float-left { - float: left !important; -} - -.float-right { - float: right !important; -} - -.float-none { - float: none !important; -} - -@media (min-width: 576px) { - .float-sm-left { - float: left !important; - } - .float-sm-right { - float: right !important; - } - .float-sm-none { - float: none !important; - } -} - -@media (min-width: 768px) { - .float-md-left { - float: left !important; - } - .float-md-right { - float: right !important; - } - .float-md-none { - float: none !important; - } -} - -@media (min-width: 992px) { - .float-lg-left { - float: left !important; - } - .float-lg-right { - float: right !important; - } - .float-lg-none { - float: none !important; - } -} - -@media (min-width: 1200px) { - .float-xl-left { - float: left !important; - } - .float-xl-right { - float: right !important; - } - .float-xl-none { - float: none !important; - } -} - -.position-static { - position: static !important; -} - -.position-relative { - position: relative !important; -} - -.position-absolute { - position: absolute !important; -} - -.position-fixed { - position: fixed !important; -} - -.position-sticky { - position: -webkit-sticky !important; - position: sticky !important; -} - -.fixed-top { - position: fixed; - top: 0; - right: 0; - left: 0; - z-index: 1030; -} - -.fixed-bottom { - position: fixed; - right: 0; - bottom: 0; - left: 0; - z-index: 1030; -} - -@supports ((position: -webkit-sticky) or (position: sticky)) { - .sticky-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; - } -} - -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border: 0; -} - -.sr-only-focusable:active, .sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - overflow: visible; - clip: auto; - white-space: normal; -} - -.shadow-sm { - -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; - box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; -} - -.shadow { - -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; -} - -.shadow-lg { - -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; - box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; -} - -.shadow-none { - -webkit-box-shadow: none !important; - box-shadow: none !important; -} - -.w-25 { - width: 25% !important; -} - -.w-50 { - width: 50% !important; -} - -.w-75 { - width: 75% !important; -} - -.w-100 { - width: 100% !important; -} - -.w-auto { - width: auto !important; -} - -.h-25 { - height: 25% !important; -} - -.h-50 { - height: 50% !important; -} - -.h-75 { - height: 75% !important; -} - -.h-100 { - height: 100% !important; -} - -.h-auto { - height: auto !important; -} - -.mw-100 { - max-width: 100% !important; -} - -.mh-100 { - max-height: 100% !important; -} - -.m-0 { - margin: 0 !important; -} - -.mt-0, -.my-0 { - margin-top: 0 !important; -} - -.mr-0, -.mx-0 { - margin-right: 0 !important; -} - -.mb-0, -.my-0 { - margin-bottom: 0 !important; -} - -.ml-0, -.mx-0 { - margin-left: 0 !important; -} - -.m-1 { - margin: 0.25rem !important; -} - -.mt-1, -.my-1 { - margin-top: 0.25rem !important; -} - -.mr-1, -.mx-1 { - margin-right: 0.25rem !important; -} - -.mb-1, -.my-1 { - margin-bottom: 0.25rem !important; -} - -.ml-1, -.mx-1 { - margin-left: 0.25rem !important; -} - -.m-2 { - margin: 0.5rem !important; -} - -.mt-2, -.my-2 { - margin-top: 0.5rem !important; -} - -.mr-2, -.mx-2 { - margin-right: 0.5rem !important; -} - -.mb-2, -.my-2 { - margin-bottom: 0.5rem !important; -} - -.ml-2, -.mx-2 { - margin-left: 0.5rem !important; -} - -.m-3 { - margin: 1rem !important; -} - -.mt-3, -.my-3 { - margin-top: 1rem !important; -} - -.mr-3, -.mx-3 { - margin-right: 1rem !important; -} - -.mb-3, -.my-3 { - margin-bottom: 1rem !important; -} - -.ml-3, -.mx-3 { - margin-left: 1rem !important; -} - -.m-4 { - margin: 1.5rem !important; -} - -.mt-4, -.my-4 { - margin-top: 1.5rem !important; -} - -.mr-4, -.mx-4 { - margin-right: 1.5rem !important; -} - -.mb-4, -.my-4 { - margin-bottom: 1.5rem !important; -} - -.ml-4, -.mx-4 { - margin-left: 1.5rem !important; -} - -.m-5 { - margin: 3rem !important; -} - -.mt-5, -.my-5 { - margin-top: 3rem !important; -} - -.mr-5, -.mx-5 { - margin-right: 3rem !important; -} - -.mb-5, -.my-5 { - margin-bottom: 3rem !important; -} - -.ml-5, -.mx-5 { - margin-left: 3rem !important; -} - -.p-0 { - padding: 0 !important; -} - -.pt-0, -.py-0 { - padding-top: 0 !important; -} - -.pr-0, -.px-0 { - padding-right: 0 !important; -} - -.pb-0, -.py-0 { - padding-bottom: 0 !important; -} - -.pl-0, -.px-0 { - padding-left: 0 !important; -} - -.p-1 { - padding: 0.25rem !important; -} - -.pt-1, -.py-1 { - padding-top: 0.25rem !important; -} - -.pr-1, -.px-1 { - padding-right: 0.25rem !important; -} - -.pb-1, -.py-1 { - padding-bottom: 0.25rem !important; -} - -.pl-1, -.px-1 { - padding-left: 0.25rem !important; -} - -.p-2 { - padding: 0.5rem !important; -} - -.pt-2, -.py-2 { - padding-top: 0.5rem !important; -} - -.pr-2, -.px-2 { - padding-right: 0.5rem !important; -} - -.pb-2, -.py-2 { - padding-bottom: 0.5rem !important; -} - -.pl-2, -.px-2 { - padding-left: 0.5rem !important; -} - -.p-3 { - padding: 1rem !important; -} - -.pt-3, -.py-3 { - padding-top: 1rem !important; -} - -.pr-3, -.px-3 { - padding-right: 1rem !important; -} - -.pb-3, -.py-3 { - padding-bottom: 1rem !important; -} - -.pl-3, -.px-3 { - padding-left: 1rem !important; -} - -.p-4 { - padding: 1.5rem !important; -} - -.pt-4, -.py-4 { - padding-top: 1.5rem !important; -} - -.pr-4, -.px-4 { - padding-right: 1.5rem !important; -} - -.pb-4, -.py-4 { - padding-bottom: 1.5rem !important; -} - -.pl-4, -.px-4 { - padding-left: 1.5rem !important; -} - -.p-5 { - padding: 3rem !important; -} - -.pt-5, -.py-5 { - padding-top: 3rem !important; -} - -.pr-5, -.px-5 { - padding-right: 3rem !important; -} - -.pb-5, -.py-5 { - padding-bottom: 3rem !important; -} - -.pl-5, -.px-5 { - padding-left: 3rem !important; -} - -.m-auto { - margin: auto !important; -} - -.mt-auto, -.my-auto { - margin-top: auto !important; -} - -.mr-auto, -.mx-auto { - margin-right: auto !important; -} - -.mb-auto, -.my-auto { - margin-bottom: auto !important; -} - -.ml-auto, -.mx-auto { - margin-left: auto !important; -} - -@media (min-width: 576px) { - .m-sm-0 { - margin: 0 !important; - } - .mt-sm-0, - .my-sm-0 { - margin-top: 0 !important; - } - .mr-sm-0, - .mx-sm-0 { - margin-right: 0 !important; - } - .mb-sm-0, - .my-sm-0 { - margin-bottom: 0 !important; - } - .ml-sm-0, - .mx-sm-0 { - margin-left: 0 !important; - } - .m-sm-1 { - margin: 0.25rem !important; - } - .mt-sm-1, - .my-sm-1 { - margin-top: 0.25rem !important; - } - .mr-sm-1, - .mx-sm-1 { - margin-right: 0.25rem !important; - } - .mb-sm-1, - .my-sm-1 { - margin-bottom: 0.25rem !important; - } - .ml-sm-1, - .mx-sm-1 { - margin-left: 0.25rem !important; - } - .m-sm-2 { - margin: 0.5rem !important; - } - .mt-sm-2, - .my-sm-2 { - margin-top: 0.5rem !important; - } - .mr-sm-2, - .mx-sm-2 { - margin-right: 0.5rem !important; - } - .mb-sm-2, - .my-sm-2 { - margin-bottom: 0.5rem !important; - } - .ml-sm-2, - .mx-sm-2 { - margin-left: 0.5rem !important; - } - .m-sm-3 { - margin: 1rem !important; - } - .mt-sm-3, - .my-sm-3 { - margin-top: 1rem !important; - } - .mr-sm-3, - .mx-sm-3 { - margin-right: 1rem !important; - } - .mb-sm-3, - .my-sm-3 { - margin-bottom: 1rem !important; - } - .ml-sm-3, - .mx-sm-3 { - margin-left: 1rem !important; - } - .m-sm-4 { - margin: 1.5rem !important; - } - .mt-sm-4, - .my-sm-4 { - margin-top: 1.5rem !important; - } - .mr-sm-4, - .mx-sm-4 { - margin-right: 1.5rem !important; - } - .mb-sm-4, - .my-sm-4 { - margin-bottom: 1.5rem !important; - } - .ml-sm-4, - .mx-sm-4 { - margin-left: 1.5rem !important; - } - .m-sm-5 { - margin: 3rem !important; - } - .mt-sm-5, - .my-sm-5 { - margin-top: 3rem !important; - } - .mr-sm-5, - .mx-sm-5 { - margin-right: 3rem !important; - } - .mb-sm-5, - .my-sm-5 { - margin-bottom: 3rem !important; - } - .ml-sm-5, - .mx-sm-5 { - margin-left: 3rem !important; - } - .p-sm-0 { - padding: 0 !important; - } - .pt-sm-0, - .py-sm-0 { - padding-top: 0 !important; - } - .pr-sm-0, - .px-sm-0 { - padding-right: 0 !important; - } - .pb-sm-0, - .py-sm-0 { - padding-bottom: 0 !important; - } - .pl-sm-0, - .px-sm-0 { - padding-left: 0 !important; - } - .p-sm-1 { - padding: 0.25rem !important; - } - .pt-sm-1, - .py-sm-1 { - padding-top: 0.25rem !important; - } - .pr-sm-1, - .px-sm-1 { - padding-right: 0.25rem !important; - } - .pb-sm-1, - .py-sm-1 { - padding-bottom: 0.25rem !important; - } - .pl-sm-1, - .px-sm-1 { - padding-left: 0.25rem !important; - } - .p-sm-2 { - padding: 0.5rem !important; - } - .pt-sm-2, - .py-sm-2 { - padding-top: 0.5rem !important; - } - .pr-sm-2, - .px-sm-2 { - padding-right: 0.5rem !important; - } - .pb-sm-2, - .py-sm-2 { - padding-bottom: 0.5rem !important; - } - .pl-sm-2, - .px-sm-2 { - padding-left: 0.5rem !important; - } - .p-sm-3 { - padding: 1rem !important; - } - .pt-sm-3, - .py-sm-3 { - padding-top: 1rem !important; - } - .pr-sm-3, - .px-sm-3 { - padding-right: 1rem !important; - } - .pb-sm-3, - .py-sm-3 { - padding-bottom: 1rem !important; - } - .pl-sm-3, - .px-sm-3 { - padding-left: 1rem !important; - } - .p-sm-4 { - padding: 1.5rem !important; - } - .pt-sm-4, - .py-sm-4 { - padding-top: 1.5rem !important; - } - .pr-sm-4, - .px-sm-4 { - padding-right: 1.5rem !important; - } - .pb-sm-4, - .py-sm-4 { - padding-bottom: 1.5rem !important; - } - .pl-sm-4, - .px-sm-4 { - padding-left: 1.5rem !important; - } - .p-sm-5 { - padding: 3rem !important; - } - .pt-sm-5, - .py-sm-5 { - padding-top: 3rem !important; - } - .pr-sm-5, - .px-sm-5 { - padding-right: 3rem !important; - } - .pb-sm-5, - .py-sm-5 { - padding-bottom: 3rem !important; - } - .pl-sm-5, - .px-sm-5 { - padding-left: 3rem !important; - } - .m-sm-auto { - margin: auto !important; - } - .mt-sm-auto, - .my-sm-auto { - margin-top: auto !important; - } - .mr-sm-auto, - .mx-sm-auto { - margin-right: auto !important; - } - .mb-sm-auto, - .my-sm-auto { - margin-bottom: auto !important; - } - .ml-sm-auto, - .mx-sm-auto { - margin-left: auto !important; - } -} - -@media (min-width: 768px) { - .m-md-0 { - margin: 0 !important; - } - .mt-md-0, - .my-md-0 { - margin-top: 0 !important; - } - .mr-md-0, - .mx-md-0 { - margin-right: 0 !important; - } - .mb-md-0, - .my-md-0 { - margin-bottom: 0 !important; - } - .ml-md-0, - .mx-md-0 { - margin-left: 0 !important; - } - .m-md-1 { - margin: 0.25rem !important; - } - .mt-md-1, - .my-md-1 { - margin-top: 0.25rem !important; - } - .mr-md-1, - .mx-md-1 { - margin-right: 0.25rem !important; - } - .mb-md-1, - .my-md-1 { - margin-bottom: 0.25rem !important; - } - .ml-md-1, - .mx-md-1 { - margin-left: 0.25rem !important; - } - .m-md-2 { - margin: 0.5rem !important; - } - .mt-md-2, - .my-md-2 { - margin-top: 0.5rem !important; - } - .mr-md-2, - .mx-md-2 { - margin-right: 0.5rem !important; - } - .mb-md-2, - .my-md-2 { - margin-bottom: 0.5rem !important; - } - .ml-md-2, - .mx-md-2 { - margin-left: 0.5rem !important; - } - .m-md-3 { - margin: 1rem !important; - } - .mt-md-3, - .my-md-3 { - margin-top: 1rem !important; - } - .mr-md-3, - .mx-md-3 { - margin-right: 1rem !important; - } - .mb-md-3, - .my-md-3 { - margin-bottom: 1rem !important; - } - .ml-md-3, - .mx-md-3 { - margin-left: 1rem !important; - } - .m-md-4 { - margin: 1.5rem !important; - } - .mt-md-4, - .my-md-4 { - margin-top: 1.5rem !important; - } - .mr-md-4, - .mx-md-4 { - margin-right: 1.5rem !important; - } - .mb-md-4, - .my-md-4 { - margin-bottom: 1.5rem !important; - } - .ml-md-4, - .mx-md-4 { - margin-left: 1.5rem !important; - } - .m-md-5 { - margin: 3rem !important; - } - .mt-md-5, - .my-md-5 { - margin-top: 3rem !important; - } - .mr-md-5, - .mx-md-5 { - margin-right: 3rem !important; - } - .mb-md-5, - .my-md-5 { - margin-bottom: 3rem !important; - } - .ml-md-5, - .mx-md-5 { - margin-left: 3rem !important; - } - .p-md-0 { - padding: 0 !important; - } - .pt-md-0, - .py-md-0 { - padding-top: 0 !important; - } - .pr-md-0, - .px-md-0 { - padding-right: 0 !important; - } - .pb-md-0, - .py-md-0 { - padding-bottom: 0 !important; - } - .pl-md-0, - .px-md-0 { - padding-left: 0 !important; - } - .p-md-1 { - padding: 0.25rem !important; - } - .pt-md-1, - .py-md-1 { - padding-top: 0.25rem !important; - } - .pr-md-1, - .px-md-1 { - padding-right: 0.25rem !important; - } - .pb-md-1, - .py-md-1 { - padding-bottom: 0.25rem !important; - } - .pl-md-1, - .px-md-1 { - padding-left: 0.25rem !important; - } - .p-md-2 { - padding: 0.5rem !important; - } - .pt-md-2, - .py-md-2 { - padding-top: 0.5rem !important; - } - .pr-md-2, - .px-md-2 { - padding-right: 0.5rem !important; - } - .pb-md-2, - .py-md-2 { - padding-bottom: 0.5rem !important; - } - .pl-md-2, - .px-md-2 { - padding-left: 0.5rem !important; - } - .p-md-3 { - padding: 1rem !important; - } - .pt-md-3, - .py-md-3 { - padding-top: 1rem !important; - } - .pr-md-3, - .px-md-3 { - padding-right: 1rem !important; - } - .pb-md-3, - .py-md-3 { - padding-bottom: 1rem !important; - } - .pl-md-3, - .px-md-3 { - padding-left: 1rem !important; - } - .p-md-4 { - padding: 1.5rem !important; - } - .pt-md-4, - .py-md-4 { - padding-top: 1.5rem !important; - } - .pr-md-4, - .px-md-4 { - padding-right: 1.5rem !important; - } - .pb-md-4, - .py-md-4 { - padding-bottom: 1.5rem !important; - } - .pl-md-4, - .px-md-4 { - padding-left: 1.5rem !important; - } - .p-md-5 { - padding: 3rem !important; - } - .pt-md-5, - .py-md-5 { - padding-top: 3rem !important; - } - .pr-md-5, - .px-md-5 { - padding-right: 3rem !important; - } - .pb-md-5, - .py-md-5 { - padding-bottom: 3rem !important; - } - .pl-md-5, - .px-md-5 { - padding-left: 3rem !important; - } - .m-md-auto { - margin: auto !important; - } - .mt-md-auto, - .my-md-auto { - margin-top: auto !important; - } - .mr-md-auto, - .mx-md-auto { - margin-right: auto !important; - } - .mb-md-auto, - .my-md-auto { - margin-bottom: auto !important; - } - .ml-md-auto, - .mx-md-auto { - margin-left: auto !important; - } -} - -@media (min-width: 992px) { - .m-lg-0 { - margin: 0 !important; - } - .mt-lg-0, - .my-lg-0 { - margin-top: 0 !important; - } - .mr-lg-0, - .mx-lg-0 { - margin-right: 0 !important; - } - .mb-lg-0, - .my-lg-0 { - margin-bottom: 0 !important; - } - .ml-lg-0, - .mx-lg-0 { - margin-left: 0 !important; - } - .m-lg-1 { - margin: 0.25rem !important; - } - .mt-lg-1, - .my-lg-1 { - margin-top: 0.25rem !important; - } - .mr-lg-1, - .mx-lg-1 { - margin-right: 0.25rem !important; - } - .mb-lg-1, - .my-lg-1 { - margin-bottom: 0.25rem !important; - } - .ml-lg-1, - .mx-lg-1 { - margin-left: 0.25rem !important; - } - .m-lg-2 { - margin: 0.5rem !important; - } - .mt-lg-2, - .my-lg-2 { - margin-top: 0.5rem !important; - } - .mr-lg-2, - .mx-lg-2 { - margin-right: 0.5rem !important; - } - .mb-lg-2, - .my-lg-2 { - margin-bottom: 0.5rem !important; - } - .ml-lg-2, - .mx-lg-2 { - margin-left: 0.5rem !important; - } - .m-lg-3 { - margin: 1rem !important; - } - .mt-lg-3, - .my-lg-3 { - margin-top: 1rem !important; - } - .mr-lg-3, - .mx-lg-3 { - margin-right: 1rem !important; - } - .mb-lg-3, - .my-lg-3 { - margin-bottom: 1rem !important; - } - .ml-lg-3, - .mx-lg-3 { - margin-left: 1rem !important; - } - .m-lg-4 { - margin: 1.5rem !important; - } - .mt-lg-4, - .my-lg-4 { - margin-top: 1.5rem !important; - } - .mr-lg-4, - .mx-lg-4 { - margin-right: 1.5rem !important; - } - .mb-lg-4, - .my-lg-4 { - margin-bottom: 1.5rem !important; - } - .ml-lg-4, - .mx-lg-4 { - margin-left: 1.5rem !important; - } - .m-lg-5 { - margin: 3rem !important; - } - .mt-lg-5, - .my-lg-5 { - margin-top: 3rem !important; - } - .mr-lg-5, - .mx-lg-5 { - margin-right: 3rem !important; - } - .mb-lg-5, - .my-lg-5 { - margin-bottom: 3rem !important; - } - .ml-lg-5, - .mx-lg-5 { - margin-left: 3rem !important; - } - .p-lg-0 { - padding: 0 !important; - } - .pt-lg-0, - .py-lg-0 { - padding-top: 0 !important; - } - .pr-lg-0, - .px-lg-0 { - padding-right: 0 !important; - } - .pb-lg-0, - .py-lg-0 { - padding-bottom: 0 !important; - } - .pl-lg-0, - .px-lg-0 { - padding-left: 0 !important; - } - .p-lg-1 { - padding: 0.25rem !important; - } - .pt-lg-1, - .py-lg-1 { - padding-top: 0.25rem !important; - } - .pr-lg-1, - .px-lg-1 { - padding-right: 0.25rem !important; - } - .pb-lg-1, - .py-lg-1 { - padding-bottom: 0.25rem !important; - } - .pl-lg-1, - .px-lg-1 { - padding-left: 0.25rem !important; - } - .p-lg-2 { - padding: 0.5rem !important; - } - .pt-lg-2, - .py-lg-2 { - padding-top: 0.5rem !important; - } - .pr-lg-2, - .px-lg-2 { - padding-right: 0.5rem !important; - } - .pb-lg-2, - .py-lg-2 { - padding-bottom: 0.5rem !important; - } - .pl-lg-2, - .px-lg-2 { - padding-left: 0.5rem !important; - } - .p-lg-3 { - padding: 1rem !important; - } - .pt-lg-3, - .py-lg-3 { - padding-top: 1rem !important; - } - .pr-lg-3, - .px-lg-3 { - padding-right: 1rem !important; - } - .pb-lg-3, - .py-lg-3 { - padding-bottom: 1rem !important; - } - .pl-lg-3, - .px-lg-3 { - padding-left: 1rem !important; - } - .p-lg-4 { - padding: 1.5rem !important; - } - .pt-lg-4, - .py-lg-4 { - padding-top: 1.5rem !important; - } - .pr-lg-4, - .px-lg-4 { - padding-right: 1.5rem !important; - } - .pb-lg-4, - .py-lg-4 { - padding-bottom: 1.5rem !important; - } - .pl-lg-4, - .px-lg-4 { - padding-left: 1.5rem !important; - } - .p-lg-5 { - padding: 3rem !important; - } - .pt-lg-5, - .py-lg-5 { - padding-top: 3rem !important; - } - .pr-lg-5, - .px-lg-5 { - padding-right: 3rem !important; - } - .pb-lg-5, - .py-lg-5 { - padding-bottom: 3rem !important; - } - .pl-lg-5, - .px-lg-5 { - padding-left: 3rem !important; - } - .m-lg-auto { - margin: auto !important; - } - .mt-lg-auto, - .my-lg-auto { - margin-top: auto !important; - } - .mr-lg-auto, - .mx-lg-auto { - margin-right: auto !important; - } - .mb-lg-auto, - .my-lg-auto { - margin-bottom: auto !important; - } - .ml-lg-auto, - .mx-lg-auto { - margin-left: auto !important; - } -} - -@media (min-width: 1200px) { - .m-xl-0 { - margin: 0 !important; - } - .mt-xl-0, - .my-xl-0 { - margin-top: 0 !important; - } - .mr-xl-0, - .mx-xl-0 { - margin-right: 0 !important; - } - .mb-xl-0, - .my-xl-0 { - margin-bottom: 0 !important; - } - .ml-xl-0, - .mx-xl-0 { - margin-left: 0 !important; - } - .m-xl-1 { - margin: 0.25rem !important; - } - .mt-xl-1, - .my-xl-1 { - margin-top: 0.25rem !important; - } - .mr-xl-1, - .mx-xl-1 { - margin-right: 0.25rem !important; - } - .mb-xl-1, - .my-xl-1 { - margin-bottom: 0.25rem !important; - } - .ml-xl-1, - .mx-xl-1 { - margin-left: 0.25rem !important; - } - .m-xl-2 { - margin: 0.5rem !important; - } - .mt-xl-2, - .my-xl-2 { - margin-top: 0.5rem !important; - } - .mr-xl-2, - .mx-xl-2 { - margin-right: 0.5rem !important; - } - .mb-xl-2, - .my-xl-2 { - margin-bottom: 0.5rem !important; - } - .ml-xl-2, - .mx-xl-2 { - margin-left: 0.5rem !important; - } - .m-xl-3 { - margin: 1rem !important; - } - .mt-xl-3, - .my-xl-3 { - margin-top: 1rem !important; - } - .mr-xl-3, - .mx-xl-3 { - margin-right: 1rem !important; - } - .mb-xl-3, - .my-xl-3 { - margin-bottom: 1rem !important; - } - .ml-xl-3, - .mx-xl-3 { - margin-left: 1rem !important; - } - .m-xl-4 { - margin: 1.5rem !important; - } - .mt-xl-4, - .my-xl-4 { - margin-top: 1.5rem !important; - } - .mr-xl-4, - .mx-xl-4 { - margin-right: 1.5rem !important; - } - .mb-xl-4, - .my-xl-4 { - margin-bottom: 1.5rem !important; - } - .ml-xl-4, - .mx-xl-4 { - margin-left: 1.5rem !important; - } - .m-xl-5 { - margin: 3rem !important; - } - .mt-xl-5, - .my-xl-5 { - margin-top: 3rem !important; - } - .mr-xl-5, - .mx-xl-5 { - margin-right: 3rem !important; - } - .mb-xl-5, - .my-xl-5 { - margin-bottom: 3rem !important; - } - .ml-xl-5, - .mx-xl-5 { - margin-left: 3rem !important; - } - .p-xl-0 { - padding: 0 !important; - } - .pt-xl-0, - .py-xl-0 { - padding-top: 0 !important; - } - .pr-xl-0, - .px-xl-0 { - padding-right: 0 !important; - } - .pb-xl-0, - .py-xl-0 { - padding-bottom: 0 !important; - } - .pl-xl-0, - .px-xl-0 { - padding-left: 0 !important; - } - .p-xl-1 { - padding: 0.25rem !important; - } - .pt-xl-1, - .py-xl-1 { - padding-top: 0.25rem !important; +@media (min-width: 1200px) { + .col-xl { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; } - .pr-xl-1, - .px-xl-1 { - padding-right: 0.25rem !important; + .col-xl-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: none; } - .pb-xl-1, - .py-xl-1 { - padding-bottom: 0.25rem !important; + .col-xl-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 8.33333333%; + flex: 0 0 8.33333333%; + max-width: 8.33333333%; } - .pl-xl-1, - .px-xl-1 { - padding-left: 0.25rem !important; + .col-xl-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 16.66666667%; + flex: 0 0 16.66666667%; + max-width: 16.66666667%; } - .p-xl-2 { - padding: 0.5rem !important; + .col-xl-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } - .pt-xl-2, - .py-xl-2 { - padding-top: 0.5rem !important; + .col-xl-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.33333333%; + flex: 0 0 33.33333333%; + max-width: 33.33333333%; } - .pr-xl-2, - .px-xl-2 { - padding-right: 0.5rem !important; + .col-xl-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 41.66666667%; + flex: 0 0 41.66666667%; + max-width: 41.66666667%; } - .pb-xl-2, - .py-xl-2 { - padding-bottom: 0.5rem !important; + .col-xl-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } - .pl-xl-2, - .px-xl-2 { - padding-left: 0.5rem !important; + .col-xl-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 58.33333333%; + flex: 0 0 58.33333333%; + max-width: 58.33333333%; } - .p-xl-3 { - padding: 1rem !important; + .col-xl-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.66666667%; + flex: 0 0 66.66666667%; + max-width: 66.66666667%; } - .pt-xl-3, - .py-xl-3 { - padding-top: 1rem !important; + .col-xl-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; } - .pr-xl-3, - .px-xl-3 { - padding-right: 1rem !important; + .col-xl-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 83.33333333%; + flex: 0 0 83.33333333%; + max-width: 83.33333333%; } - .pb-xl-3, - .py-xl-3 { - padding-bottom: 1rem !important; + .col-xl-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 91.66666667%; + flex: 0 0 91.66666667%; + max-width: 91.66666667%; } - .pl-xl-3, - .px-xl-3 { - padding-left: 1rem !important; + .col-xl-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } - .p-xl-4 { - padding: 1.5rem !important; + .order-xl-first { + -webkit-box-ordinal-group: 0; + -ms-flex-order: -1; + order: -1; } - .pt-xl-4, - .py-xl-4 { - padding-top: 1.5rem !important; + .order-xl-last { + -webkit-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; } - .pr-xl-4, - .px-xl-4 { - padding-right: 1.5rem !important; + .order-xl-0 { + -webkit-box-ordinal-group: 1; + -ms-flex-order: 0; + order: 0; } - .pb-xl-4, - .py-xl-4 { - padding-bottom: 1.5rem !important; + .order-xl-1 { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; } - .pl-xl-4, - .px-xl-4 { - padding-left: 1.5rem !important; + .order-xl-2 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; } - .p-xl-5 { - padding: 3rem !important; + .order-xl-3 { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; } - .pt-xl-5, - .py-xl-5 { - padding-top: 3rem !important; + .order-xl-4 { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; } - .pr-xl-5, - .px-xl-5 { - padding-right: 3rem !important; + .order-xl-5 { + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; } - .pb-xl-5, - .py-xl-5 { - padding-bottom: 3rem !important; + .order-xl-6 { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; } - .pl-xl-5, - .px-xl-5 { - padding-left: 3rem !important; + .order-xl-7 { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; } - .m-xl-auto { - margin: auto !important; + .order-xl-8 { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; } - .mt-xl-auto, - .my-xl-auto { - margin-top: auto !important; + .order-xl-9 { + -webkit-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; } - .mr-xl-auto, - .mx-xl-auto { - margin-right: auto !important; + .order-xl-10 { + -webkit-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; } - .mb-xl-auto, - .my-xl-auto { - margin-bottom: auto !important; + .order-xl-11 { + -webkit-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; } - .ml-xl-auto, - .mx-xl-auto { - margin-left: auto !important; + .order-xl-12 { + -webkit-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; } -} - -.text-monospace { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; -} - -.text-justify { - text-align: justify !important; -} - -.text-nowrap { - white-space: nowrap !important; -} - -.text-truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -.text-left { - text-align: left !important; -} - -.text-right { - text-align: right !important; -} - -.text-center { - text-align: center !important; -} - -@media (min-width: 576px) { - .text-sm-left { - text-align: left !important; + .offset-xl-0 { + margin-left: 0; } - .text-sm-right { - text-align: right !important; + .offset-xl-1 { + margin-left: 8.33333333%; } - .text-sm-center { - text-align: center !important; + .offset-xl-2 { + margin-left: 16.66666667%; } -} - -@media (min-width: 768px) { - .text-md-left { - text-align: left !important; + .offset-xl-3 { + margin-left: 25%; } - .text-md-right { - text-align: right !important; + .offset-xl-4 { + margin-left: 33.33333333%; } - .text-md-center { - text-align: center !important; + .offset-xl-5 { + margin-left: 41.66666667%; } -} - -@media (min-width: 992px) { - .text-lg-left { - text-align: left !important; + .offset-xl-6 { + margin-left: 50%; } - .text-lg-right { - text-align: right !important; + .offset-xl-7 { + margin-left: 58.33333333%; } - .text-lg-center { - text-align: center !important; + .offset-xl-8 { + margin-left: 66.66666667%; } -} - -@media (min-width: 1200px) { - .text-xl-left { - text-align: left !important; + .offset-xl-9 { + margin-left: 75%; } - .text-xl-right { - text-align: right !important; + .offset-xl-10 { + margin-left: 83.33333333%; } - .text-xl-center { - text-align: center !important; + .offset-xl-11 { + margin-left: 91.66666667%; } } -.text-lowercase { - text-transform: lowercase !important; -} - -.text-uppercase { - text-transform: uppercase !important; -} - -.text-capitalize { - text-transform: capitalize !important; -} - -.font-weight-light { - font-weight: 300 !important; -} - -.font-weight-normal { - font-weight: 400 !important; -} - -.font-weight-bold { - font-weight: 700 !important; -} - -.font-italic { - font-style: italic !important; -} - -.text-white { - color: #fff !important; -} - -.text-primary { - color: #007bff !important; -} - -a.text-primary:hover, a.text-primary:focus { - color: #0062cc !important; -} - -.text-secondary { - color: #6c757d !important; -} - -a.text-secondary:hover, a.text-secondary:focus { - color: #545b62 !important; -} - -.text-success { - color: #28a745 !important; -} - -a.text-success:hover, a.text-success:focus { - color: #1e7e34 !important; -} - -.text-info { - color: #17a2b8 !important; -} - -a.text-info:hover, a.text-info:focus { - color: #117a8b !important; -} - -.text-warning { - color: #ffc107 !important; -} - -a.text-warning:hover, a.text-warning:focus { - color: #d39e00 !important; -} - -.text-danger { - color: #dc3545 !important; -} - -a.text-danger:hover, a.text-danger:focus { - color: #bd2130 !important; -} - -.text-light { - color: #f8f9fa !important; -} - -a.text-light:hover, a.text-light:focus { - color: #dae0e5 !important; -} - -.text-dark { - color: #343a40 !important; -} - -a.text-dark:hover, a.text-dark:focus { - color: #1d2124 !important; -} - -.text-body { - color: #212529 !important; -} - -.text-muted { - color: #6c757d !important; -} - -.text-black-50 { - color: rgba(0, 0, 0, 0.5) !important; -} - -.text-white-50 { - color: rgba(255, 255, 255, 0.5) !important; -} - -.text-hide { - font: 0/0 a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0; -} - -.visible { - visibility: visible !important; -} - -.invisible { - visibility: hidden !important; -} - @media print { *, *::before, @@ -4702,8 +1654,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI * -------------------------- */ @font-face { font-family: "ForkAwesome"; - src: url("../fonts/forkawesome-webfont.eot?v=1.0.11"); - src: url("../fonts/forkawesome-webfont.eot?#iefix&v=1.0.11") format("embedded-opentype"), url("../fonts/forkawesome-webfont.woff2?v=1.0.11") format("woff2"), url("../fonts/forkawesome-webfont.woff?v=1.0.11") format("woff"), url("../fonts/forkawesome-webfont.ttf?v=1.0.11") format("truetype"), url("../fonts/forkawesome-webfont.svg?v=1.0.11#forkawesomeregular") format("svg"); + src: url("../../fonts/forkawesome-webfont.eot?v=1.0.11"); + src: url("../../fonts/forkawesome-webfont.eot?#iefix&v=1.0.11") format("embedded-opentype"), url("../../fonts/forkawesome-webfont.woff2?v=1.0.11") format("woff2"), url("../../fonts/forkawesome-webfont.woff?v=1.0.11") format("woff"), url("../../fonts/forkawesome-webfont.ttf?v=1.0.11") format("truetype"), url("../../fonts/forkawesome-webfont.svg?v=1.0.11#forkawesomeregular") format("svg"); font-weight: normal; font-style: normal; } @@ -7904,6 +4856,15 @@ small, font-size: 14pt; } -.portfolio-item { +.container { + margin-top: 45vh; +} + +.container h3 { margin-bottom: 25px; + text-align: center; +} + +.container h3 a { + color: #000; } diff --git a/source/assets/build/js/main.js b/source/assets/build/js/main.js index 98478c6..066d550 100644 --- a/source/assets/build/js/main.js +++ b/source/assets/build/js/main.js @@ -63,29 +63,25 @@ /******/ return __webpack_require__(__webpack_require__.s = 0); /******/ }) /************************************************************************/ -/******/ ({ - -/***/ "./source/_assets/js/main.js": -/***/ (function(module, exports) { +/******/ ([ +/* 0 */ +/***/ (function(module, exports, __webpack_require__) { +__webpack_require__(1); +module.exports = __webpack_require__(2); /***/ }), - -/***/ "./source/_assets/sass/main.scss": +/* 1 */ /***/ (function(module, exports) { -// removed by extract-text-webpack-plugin +eval("//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiIxLmpzIiwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///1\n"); /***/ }), +/* 2 */ +/***/ (function(module, exports) { -/***/ 0: -/***/ (function(module, exports, __webpack_require__) { - -__webpack_require__("./source/_assets/js/main.js"); -module.exports = __webpack_require__("./source/_assets/sass/main.scss"); - +eval("// removed by extract-text-webpack-plugin//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly8vLi9zb3VyY2UvX2Fzc2V0cy9zYXNzL21haW4uc2Nzcz84NzU1Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjIuanMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyByZW1vdmVkIGJ5IGV4dHJhY3QtdGV4dC13ZWJwYWNrLXBsdWdpblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vc291cmNlL19hc3NldHMvc2Fzcy9tYWluLnNjc3Ncbi8vIG1vZHVsZSBpZCA9IDJcbi8vIG1vZHVsZSBjaHVua3MgPSAwIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///2\n"); /***/ }) - -/******/ }); \ No newline at end of file +/******/ ]); \ No newline at end of file diff --git a/source/assets/build/mix-manifest.json b/source/assets/build/mix-manifest.json index 8951479..9ed75b3 100644 --- a/source/assets/build/mix-manifest.json +++ b/source/assets/build/mix-manifest.json @@ -1,4 +1,4 @@ { - "/js/main.js": "/js/main.js?id=05ad077c374bc8aa0eca", - "/css/main.css": "/css/main.css?id=08a28b14c317ac7c3510" + "/js/main.js": "/js/main.js", + "/css/main.css": "/css/main.css" } diff --git a/source/assets/images/jigsaw.png b/source/assets/images/jigsaw.png deleted file mode 100644 index c7c3b8d886bae455d9cc43c17b94d786810c16d7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 26060 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
-
-

Работа -

-
-
-
-
+

- Upwork +

-
+ -
+

- MantisBT +

-

Управление проектами

-
-
-
+

- GitHub +

-

Задачи

-
+

- Trello +

-
-
-
-

Разное - В основном новости -

-
-
-
-
+

- Tiny Tiny RSS + + +

-

Сборник новостей

-
-
-
+

- Вики +

-

Собственные проекты (текстовые материалы)

-
-
-
-

Интерактивная литература - -

-
-
- -
-
+ -
+ -
+

- IFWiki.ru +

diff --git a/webpack.mix.js b/webpack.mix.js index b3d1be2..5908dcb 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -4,18 +4,25 @@ let build = require('./tasks/build.js'); mix.disableSuccessNotifications(); mix.setPublicPath('source/assets/build'); mix.webpackConfig({ - plugins: [ - build.jigsaw, - build.browserSync(), - build.watch(['source/**/*.md', 'source/**/*.php', 'source/**/*.scss', '!source/**/_tmp/*']), - ] + plugins: [ + build.jigsaw, + build.browserSync(), + build.watch([ + 'source/**/*.md', + 'source/**/*.php', + 'source/**/*.scss', + '!source/**/_tmp/*' + ]), + ] }); +mix.copy('node_modules/fork-awesome/fonts', 'source/assets/fonts'); + mix.js('source/_assets/js/main.js', 'js') - .sass('source/_assets/sass/main.scss', 'css') - .options({ - processCssUrls: false, - }) + .sass('source/_assets/sass/main.scss', 'css') + .options({ + processCssUrls: false, + }); if (mix.inProduction()) { mix.version();