Commit 84097758 authored by Alexandre Delanoë's avatar Alexandre Delanoë

Bootstrap Darkster needs to be updated?

parent 72141474
...@@ -245,7 +245,7 @@ hr { ...@@ -245,7 +245,7 @@ hr {
small, small,
.small { .small {
font-size: 80%; font-size: 0.875em;
font-weight: 400; font-weight: 400;
} }
...@@ -284,7 +284,7 @@ mark, ...@@ -284,7 +284,7 @@ mark,
.blockquote-footer { .blockquote-footer {
display: block; display: block;
font-size: 80%; font-size: 0.875em;
color: #6c757d; color: #6c757d;
} }
.blockquote-footer::before { .blockquote-footer::before {
...@@ -465,13 +465,13 @@ pre code { ...@@ -465,13 +465,13 @@ pre code {
} }
.col-1 { .col-1 {
flex: 0 0 8.3333333333%; flex: 0 0 8.33333333%;
max-width: 8.3333333333%; max-width: 8.33333333%;
} }
.col-2 { .col-2 {
flex: 0 0 16.6666666667%; flex: 0 0 16.66666667%;
max-width: 16.6666666667%; max-width: 16.66666667%;
} }
.col-3 { .col-3 {
...@@ -480,13 +480,13 @@ pre code { ...@@ -480,13 +480,13 @@ pre code {
} }
.col-4 { .col-4 {
flex: 0 0 33.3333333333%; flex: 0 0 33.33333333%;
max-width: 33.3333333333%; max-width: 33.33333333%;
} }
.col-5 { .col-5 {
flex: 0 0 41.6666666667%; flex: 0 0 41.66666667%;
max-width: 41.6666666667%; max-width: 41.66666667%;
} }
.col-6 { .col-6 {
...@@ -495,13 +495,13 @@ pre code { ...@@ -495,13 +495,13 @@ pre code {
} }
.col-7 { .col-7 {
flex: 0 0 58.3333333333%; flex: 0 0 58.33333333%;
max-width: 58.3333333333%; max-width: 58.33333333%;
} }
.col-8 { .col-8 {
flex: 0 0 66.6666666667%; flex: 0 0 66.66666667%;
max-width: 66.6666666667%; max-width: 66.66666667%;
} }
.col-9 { .col-9 {
...@@ -510,13 +510,13 @@ pre code { ...@@ -510,13 +510,13 @@ pre code {
} }
.col-10 { .col-10 {
flex: 0 0 83.3333333333%; flex: 0 0 83.33333333%;
max-width: 83.3333333333%; max-width: 83.33333333%;
} }
.col-11 { .col-11 {
flex: 0 0 91.6666666667%; flex: 0 0 91.66666667%;
max-width: 91.6666666667%; max-width: 91.66666667%;
} }
.col-12 { .col-12 {
...@@ -585,11 +585,11 @@ pre code { ...@@ -585,11 +585,11 @@ pre code {
} }
.offset-1 { .offset-1 {
margin-left: 8.3333333333%; margin-left: 8.33333333%;
} }
.offset-2 { .offset-2 {
margin-left: 16.6666666667%; margin-left: 16.66666667%;
} }
.offset-3 { .offset-3 {
...@@ -597,11 +597,11 @@ pre code { ...@@ -597,11 +597,11 @@ pre code {
} }
.offset-4 { .offset-4 {
margin-left: 33.3333333333%; margin-left: 33.33333333%;
} }
.offset-5 { .offset-5 {
margin-left: 41.6666666667%; margin-left: 41.66666667%;
} }
.offset-6 { .offset-6 {
...@@ -609,11 +609,11 @@ pre code { ...@@ -609,11 +609,11 @@ pre code {
} }
.offset-7 { .offset-7 {
margin-left: 58.3333333333%; margin-left: 58.33333333%;
} }
.offset-8 { .offset-8 {
margin-left: 66.6666666667%; margin-left: 66.66666667%;
} }
.offset-9 { .offset-9 {
...@@ -621,11 +621,11 @@ pre code { ...@@ -621,11 +621,11 @@ pre code {
} }
.offset-10 { .offset-10 {
margin-left: 83.3333333333%; margin-left: 83.33333333%;
} }
.offset-11 { .offset-11 {
margin-left: 91.6666666667%; margin-left: 91.66666667%;
} }
@media (min-width: 576px) { @media (min-width: 576px) {
...@@ -634,209 +634,163 @@ pre code { ...@@ -634,209 +634,163 @@ pre code {
flex-grow: 1; flex-grow: 1;
max-width: 100%; max-width: 100%;
} }
.row-cols-sm-1 > * { .row-cols-sm-1 > * {
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; max-width: 100%;
} }
.row-cols-sm-2 > * { .row-cols-sm-2 > * {
flex: 0 0 50%; flex: 0 0 50%;
max-width: 50%; max-width: 50%;
} }
.row-cols-sm-3 > * { .row-cols-sm-3 > * {
flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; max-width: 33.3333333333%;
} }
.row-cols-sm-4 > * { .row-cols-sm-4 > * {
flex: 0 0 25%; flex: 0 0 25%;
max-width: 25%; max-width: 25%;
} }
.row-cols-sm-5 > * { .row-cols-sm-5 > * {
flex: 0 0 20%; flex: 0 0 20%;
max-width: 20%; max-width: 20%;
} }
.row-cols-sm-6 > * { .row-cols-sm-6 > * {
flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; max-width: 16.6666666667%;
} }
.col-sm-auto { .col-sm-auto {
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: 100%; max-width: 100%;
} }
.col-sm-1 { .col-sm-1 {
flex: 0 0 8.3333333333%; flex: 0 0 8.33333333%;
max-width: 8.3333333333%; max-width: 8.33333333%;
} }
.col-sm-2 { .col-sm-2 {
flex: 0 0 16.6666666667%; flex: 0 0 16.66666667%;
max-width: 16.6666666667%; max-width: 16.66666667%;
} }
.col-sm-3 { .col-sm-3 {
flex: 0 0 25%; flex: 0 0 25%;
max-width: 25%; max-width: 25%;
} }
.col-sm-4 { .col-sm-4 {
flex: 0 0 33.3333333333%; flex: 0 0 33.33333333%;
max-width: 33.3333333333%; max-width: 33.33333333%;
} }
.col-sm-5 { .col-sm-5 {
flex: 0 0 41.6666666667%; flex: 0 0 41.66666667%;
max-width: 41.6666666667%; max-width: 41.66666667%;
} }
.col-sm-6 { .col-sm-6 {
flex: 0 0 50%; flex: 0 0 50%;
max-width: 50%; max-width: 50%;
} }
.col-sm-7 { .col-sm-7 {
flex: 0 0 58.3333333333%; flex: 0 0 58.33333333%;
max-width: 58.3333333333%; max-width: 58.33333333%;
} }
.col-sm-8 { .col-sm-8 {
flex: 0 0 66.6666666667%; flex: 0 0 66.66666667%;
max-width: 66.6666666667%; max-width: 66.66666667%;
} }
.col-sm-9 { .col-sm-9 {
flex: 0 0 75%; flex: 0 0 75%;
max-width: 75%; max-width: 75%;
} }
.col-sm-10 { .col-sm-10 {
flex: 0 0 83.3333333333%; flex: 0 0 83.33333333%;
max-width: 83.3333333333%; max-width: 83.33333333%;
} }
.col-sm-11 { .col-sm-11 {
flex: 0 0 91.6666666667%; flex: 0 0 91.66666667%;
max-width: 91.6666666667%; max-width: 91.66666667%;
} }
.col-sm-12 { .col-sm-12 {
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; max-width: 100%;
} }
.order-sm-first { .order-sm-first {
order: -1; order: -1;
} }
.order-sm-last { .order-sm-last {
order: 13; order: 13;
} }
.order-sm-0 { .order-sm-0 {
order: 0; order: 0;
} }
.order-sm-1 { .order-sm-1 {
order: 1; order: 1;
} }
.order-sm-2 { .order-sm-2 {
order: 2; order: 2;
} }
.order-sm-3 { .order-sm-3 {
order: 3; order: 3;
} }
.order-sm-4 { .order-sm-4 {
order: 4; order: 4;
} }
.order-sm-5 { .order-sm-5 {
order: 5; order: 5;
} }
.order-sm-6 { .order-sm-6 {
order: 6; order: 6;
} }
.order-sm-7 { .order-sm-7 {
order: 7; order: 7;
} }
.order-sm-8 { .order-sm-8 {
order: 8; order: 8;
} }
.order-sm-9 { .order-sm-9 {
order: 9; order: 9;
} }
.order-sm-10 { .order-sm-10 {
order: 10; order: 10;
} }
.order-sm-11 { .order-sm-11 {
order: 11; order: 11;
} }
.order-sm-12 { .order-sm-12 {
order: 12; order: 12;
} }
.offset-sm-0 { .offset-sm-0 {
margin-left: 0; margin-left: 0;
} }
.offset-sm-1 { .offset-sm-1 {
margin-left: 8.3333333333%; margin-left: 8.33333333%;
} }
.offset-sm-2 { .offset-sm-2 {
margin-left: 16.6666666667%; margin-left: 16.66666667%;
} }
.offset-sm-3 { .offset-sm-3 {
margin-left: 25%; margin-left: 25%;
} }
.offset-sm-4 { .offset-sm-4 {
margin-left: 33.3333333333%; margin-left: 33.33333333%;
} }
.offset-sm-5 { .offset-sm-5 {
margin-left: 41.6666666667%; margin-left: 41.66666667%;
} }
.offset-sm-6 { .offset-sm-6 {
margin-left: 50%; margin-left: 50%;
} }
.offset-sm-7 { .offset-sm-7 {
margin-left: 58.3333333333%; margin-left: 58.33333333%;
} }
.offset-sm-8 { .offset-sm-8 {
margin-left: 66.6666666667%; margin-left: 66.66666667%;
} }
.offset-sm-9 { .offset-sm-9 {
margin-left: 75%; margin-left: 75%;
} }
.offset-sm-10 { .offset-sm-10 {
margin-left: 83.3333333333%; margin-left: 83.33333333%;
} }
.offset-sm-11 { .offset-sm-11 {
margin-left: 91.6666666667%; margin-left: 91.66666667%;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
...@@ -845,209 +799,163 @@ pre code { ...@@ -845,209 +799,163 @@ pre code {
flex-grow: 1; flex-grow: 1;
max-width: 100%; max-width: 100%;
} }
.row-cols-md-1 > * { .row-cols-md-1 > * {
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; max-width: 100%;
} }
.row-cols-md-2 > * { .row-cols-md-2 > * {
flex: 0 0 50%; flex: 0 0 50%;
max-width: 50%; max-width: 50%;
} }
.row-cols-md-3 > * { .row-cols-md-3 > * {
flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; max-width: 33.3333333333%;
} }
.row-cols-md-4 > * { .row-cols-md-4 > * {
flex: 0 0 25%; flex: 0 0 25%;
max-width: 25%; max-width: 25%;
} }
.row-cols-md-5 > * { .row-cols-md-5 > * {
flex: 0 0 20%; flex: 0 0 20%;
max-width: 20%; max-width: 20%;
} }
.row-cols-md-6 > * { .row-cols-md-6 > * {
flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; max-width: 16.6666666667%;
} }
.col-md-auto { .col-md-auto {
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: 100%; max-width: 100%;
} }
.col-md-1 { .col-md-1 {
flex: 0 0 8.3333333333%; flex: 0 0 8.33333333%;
max-width: 8.3333333333%; max-width: 8.33333333%;
} }
.col-md-2 { .col-md-2 {
flex: 0 0 16.6666666667%; flex: 0 0 16.66666667%;
max-width: 16.6666666667%; max-width: 16.66666667%;
} }
.col-md-3 { .col-md-3 {
flex: 0 0 25%; flex: 0 0 25%;
max-width: 25%; max-width: 25%;
} }
.col-md-4 { .col-md-4 {
flex: 0 0 33.3333333333%; flex: 0 0 33.33333333%;
max-width: 33.3333333333%; max-width: 33.33333333%;
} }
.col-md-5 { .col-md-5 {
flex: 0 0 41.6666666667%; flex: 0 0 41.66666667%;
max-width: 41.6666666667%; max-width: 41.66666667%;
} }
.col-md-6 { .col-md-6 {
flex: 0 0 50%; flex: 0 0 50%;
max-width: 50%; max-width: 50%;
} }
.col-md-7 { .col-md-7 {
flex: 0 0 58.3333333333%; flex: 0 0 58.33333333%;
max-width: 58.3333333333%; max-width: 58.33333333%;
} }
.col-md-8 { .col-md-8 {
flex: 0 0 66.6666666667%; flex: 0 0 66.66666667%;
max-width: 66.6666666667%; max-width: 66.66666667%;
} }
.col-md-9 { .col-md-9 {
flex: 0 0 75%; flex: 0 0 75%;
max-width: 75%; max-width: 75%;
} }
.col-md-10 { .col-md-10 {
flex: 0 0 83.3333333333%; flex: 0 0 83.33333333%;
max-width: 83.3333333333%; max-width: 83.33333333%;
} }
.col-md-11 { .col-md-11 {
flex: 0 0 91.6666666667%; flex: 0 0 91.66666667%;
max-width: 91.6666666667%; max-width: 91.66666667%;
} }
.col-md-12 { .col-md-12 {
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; max-width: 100%;
} }
.order-md-first { .order-md-first {
order: -1; order: -1;
} }
.order-md-last { .order-md-last {
order: 13; order: 13;
} }
.order-md-0 { .order-md-0 {
order: 0; order: 0;
} }
.order-md-1 { .order-md-1 {
order: 1; order: 1;
} }
.order-md-2 { .order-md-2 {
order: 2; order: 2;
} }
.order-md-3 { .order-md-3 {
order: 3; order: 3;
} }
.order-md-4 { .order-md-4 {
order: 4; order: 4;
} }
.order-md-5 { .order-md-5 {
order: 5; order: 5;
} }
.order-md-6 { .order-md-6 {
order: 6; order: 6;
} }
.order-md-7 { .order-md-7 {
order: 7; order: 7;
} }
.order-md-8 { .order-md-8 {
order: 8; order: 8;
} }
.order-md-9 { .order-md-9 {
order: 9; order: 9;
} }
.order-md-10 { .order-md-10 {
order: 10; order: 10;
} }
.order-md-11 { .order-md-11 {
order: 11; order: 11;
} }
.order-md-12 { .order-md-12 {
order: 12; order: 12;
} }
.offset-md-0 { .offset-md-0 {
margin-left: 0; margin-left: 0;
} }
.offset-md-1 { .offset-md-1 {
margin-left: 8.3333333333%; margin-left: 8.33333333%;
} }
.offset-md-2 { .offset-md-2 {
margin-left: 16.6666666667%; margin-left: 16.66666667%;
} }
.offset-md-3 { .offset-md-3 {
margin-left: 25%; margin-left: 25%;
} }
.offset-md-4 { .offset-md-4 {
margin-left: 33.3333333333%; margin-left: 33.33333333%;
} }
.offset-md-5 { .offset-md-5 {
margin-left: 41.6666666667%; margin-left: 41.66666667%;
} }
.offset-md-6 { .offset-md-6 {
margin-left: 50%; margin-left: 50%;
} }
.offset-md-7 { .offset-md-7 {
margin-left: 58.3333333333%; margin-left: 58.33333333%;
} }
.offset-md-8 { .offset-md-8 {
margin-left: 66.6666666667%; margin-left: 66.66666667%;
} }
.offset-md-9 { .offset-md-9 {
margin-left: 75%; margin-left: 75%;
} }
.offset-md-10 { .offset-md-10 {
margin-left: 83.3333333333%; margin-left: 83.33333333%;
} }
.offset-md-11 { .offset-md-11 {
margin-left: 91.6666666667%; margin-left: 91.66666667%;
} }
} }
@media (min-width: 992px) { @media (min-width: 992px) {
...@@ -1056,209 +964,163 @@ pre code { ...@@ -1056,209 +964,163 @@ pre code {
flex-grow: 1; flex-grow: 1;
max-width: 100%; max-width: 100%;
} }
.row-cols-lg-1 > * { .row-cols-lg-1 > * {
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; max-width: 100%;
} }
.row-cols-lg-2 > * { .row-cols-lg-2 > * {
flex: 0 0 50%; flex: 0 0 50%;
max-width: 50%; max-width: 50%;
} }
.row-cols-lg-3 > * { .row-cols-lg-3 > * {
flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; max-width: 33.3333333333%;
} }
.row-cols-lg-4 > * { .row-cols-lg-4 > * {
flex: 0 0 25%; flex: 0 0 25%;
max-width: 25%; max-width: 25%;
} }
.row-cols-lg-5 > * { .row-cols-lg-5 > * {
flex: 0 0 20%; flex: 0 0 20%;
max-width: 20%; max-width: 20%;
} }
.row-cols-lg-6 > * { .row-cols-lg-6 > * {
flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; max-width: 16.6666666667%;
} }
.col-lg-auto { .col-lg-auto {
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: 100%; max-width: 100%;
} }
.col-lg-1 { .col-lg-1 {
flex: 0 0 8.3333333333%; flex: 0 0 8.33333333%;
max-width: 8.3333333333%; max-width: 8.33333333%;
} }
.col-lg-2 { .col-lg-2 {
flex: 0 0 16.6666666667%; flex: 0 0 16.66666667%;
max-width: 16.6666666667%; max-width: 16.66666667%;
} }
.col-lg-3 { .col-lg-3 {
flex: 0 0 25%; flex: 0 0 25%;
max-width: 25%; max-width: 25%;
} }
.col-lg-4 { .col-lg-4 {
flex: 0 0 33.3333333333%; flex: 0 0 33.33333333%;
max-width: 33.3333333333%; max-width: 33.33333333%;
} }
.col-lg-5 { .col-lg-5 {
flex: 0 0 41.6666666667%; flex: 0 0 41.66666667%;
max-width: 41.6666666667%; max-width: 41.66666667%;
} }
.col-lg-6 { .col-lg-6 {
flex: 0 0 50%; flex: 0 0 50%;
max-width: 50%; max-width: 50%;
} }
.col-lg-7 { .col-lg-7 {
flex: 0 0 58.3333333333%; flex: 0 0 58.33333333%;
max-width: 58.3333333333%; max-width: 58.33333333%;
} }
.col-lg-8 { .col-lg-8 {
flex: 0 0 66.6666666667%; flex: 0 0 66.66666667%;
max-width: 66.6666666667%; max-width: 66.66666667%;
} }
.col-lg-9 { .col-lg-9 {
flex: 0 0 75%; flex: 0 0 75%;
max-width: 75%; max-width: 75%;
} }
.col-lg-10 { .col-lg-10 {
flex: 0 0 83.3333333333%; flex: 0 0 83.33333333%;
max-width: 83.3333333333%; max-width: 83.33333333%;
} }
.col-lg-11 { .col-lg-11 {
flex: 0 0 91.6666666667%; flex: 0 0 91.66666667%;
max-width: 91.6666666667%; max-width: 91.66666667%;
} }
.col-lg-12 { .col-lg-12 {
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; max-width: 100%;
} }
.order-lg-first { .order-lg-first {
order: -1; order: -1;
} }
.order-lg-last { .order-lg-last {
order: 13; order: 13;
} }
.order-lg-0 { .order-lg-0 {
order: 0; order: 0;
} }
.order-lg-1 { .order-lg-1 {
order: 1; order: 1;
} }
.order-lg-2 { .order-lg-2 {
order: 2; order: 2;
} }
.order-lg-3 { .order-lg-3 {
order: 3; order: 3;
} }
.order-lg-4 { .order-lg-4 {
order: 4; order: 4;
} }
.order-lg-5 { .order-lg-5 {
order: 5; order: 5;
} }
.order-lg-6 { .order-lg-6 {
order: 6; order: 6;
} }
.order-lg-7 { .order-lg-7 {
order: 7; order: 7;
} }
.order-lg-8 { .order-lg-8 {
order: 8; order: 8;
} }
.order-lg-9 { .order-lg-9 {
order: 9; order: 9;
} }
.order-lg-10 { .order-lg-10 {
order: 10; order: 10;
} }
.order-lg-11 { .order-lg-11 {
order: 11; order: 11;
} }
.order-lg-12 { .order-lg-12 {
order: 12; order: 12;
} }
.offset-lg-0 { .offset-lg-0 {
margin-left: 0; margin-left: 0;
} }
.offset-lg-1 { .offset-lg-1 {
margin-left: 8.3333333333%; margin-left: 8.33333333%;
} }
.offset-lg-2 { .offset-lg-2 {
margin-left: 16.6666666667%; margin-left: 16.66666667%;
} }
.offset-lg-3 { .offset-lg-3 {
margin-left: 25%; margin-left: 25%;
} }
.offset-lg-4 { .offset-lg-4 {
margin-left: 33.3333333333%; margin-left: 33.33333333%;
} }
.offset-lg-5 { .offset-lg-5 {
margin-left: 41.6666666667%; margin-left: 41.66666667%;
} }
.offset-lg-6 { .offset-lg-6 {
margin-left: 50%; margin-left: 50%;
} }
.offset-lg-7 { .offset-lg-7 {
margin-left: 58.3333333333%; margin-left: 58.33333333%;
} }
.offset-lg-8 { .offset-lg-8 {
margin-left: 66.6666666667%; margin-left: 66.66666667%;
} }
.offset-lg-9 { .offset-lg-9 {
margin-left: 75%; margin-left: 75%;
} }
.offset-lg-10 { .offset-lg-10 {
margin-left: 83.3333333333%; margin-left: 83.33333333%;
} }
.offset-lg-11 { .offset-lg-11 {
margin-left: 91.6666666667%; margin-left: 91.66666667%;
} }
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
...@@ -1267,209 +1129,163 @@ pre code { ...@@ -1267,209 +1129,163 @@ pre code {
flex-grow: 1; flex-grow: 1;
max-width: 100%; max-width: 100%;
} }
.row-cols-xl-1 > * { .row-cols-xl-1 > * {
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; max-width: 100%;
} }
.row-cols-xl-2 > * { .row-cols-xl-2 > * {
flex: 0 0 50%; flex: 0 0 50%;
max-width: 50%; max-width: 50%;
} }
.row-cols-xl-3 > * { .row-cols-xl-3 > * {
flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; max-width: 33.3333333333%;
} }
.row-cols-xl-4 > * { .row-cols-xl-4 > * {
flex: 0 0 25%; flex: 0 0 25%;
max-width: 25%; max-width: 25%;
} }
.row-cols-xl-5 > * { .row-cols-xl-5 > * {
flex: 0 0 20%; flex: 0 0 20%;
max-width: 20%; max-width: 20%;
} }
.row-cols-xl-6 > * { .row-cols-xl-6 > * {
flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; max-width: 16.6666666667%;
} }
.col-xl-auto { .col-xl-auto {
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: 100%; max-width: 100%;
} }
.col-xl-1 { .col-xl-1 {
flex: 0 0 8.3333333333%; flex: 0 0 8.33333333%;
max-width: 8.3333333333%; max-width: 8.33333333%;
} }
.col-xl-2 { .col-xl-2 {
flex: 0 0 16.6666666667%; flex: 0 0 16.66666667%;
max-width: 16.6666666667%; max-width: 16.66666667%;
} }
.col-xl-3 { .col-xl-3 {
flex: 0 0 25%; flex: 0 0 25%;
max-width: 25%; max-width: 25%;
} }
.col-xl-4 { .col-xl-4 {
flex: 0 0 33.3333333333%; flex: 0 0 33.33333333%;
max-width: 33.3333333333%; max-width: 33.33333333%;
} }
.col-xl-5 { .col-xl-5 {
flex: 0 0 41.6666666667%; flex: 0 0 41.66666667%;
max-width: 41.6666666667%; max-width: 41.66666667%;
} }
.col-xl-6 { .col-xl-6 {
flex: 0 0 50%; flex: 0 0 50%;
max-width: 50%; max-width: 50%;
} }
.col-xl-7 { .col-xl-7 {
flex: 0 0 58.3333333333%; flex: 0 0 58.33333333%;
max-width: 58.3333333333%; max-width: 58.33333333%;
} }
.col-xl-8 { .col-xl-8 {
flex: 0 0 66.6666666667%; flex: 0 0 66.66666667%;
max-width: 66.6666666667%; max-width: 66.66666667%;
} }
.col-xl-9 { .col-xl-9 {
flex: 0 0 75%; flex: 0 0 75%;
max-width: 75%; max-width: 75%;
} }
.col-xl-10 { .col-xl-10 {
flex: 0 0 83.3333333333%; flex: 0 0 83.33333333%;
max-width: 83.3333333333%; max-width: 83.33333333%;
} }
.col-xl-11 { .col-xl-11 {
flex: 0 0 91.6666666667%; flex: 0 0 91.66666667%;
max-width: 91.6666666667%; max-width: 91.66666667%;
} }
.col-xl-12 { .col-xl-12 {
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; max-width: 100%;
} }
.order-xl-first { .order-xl-first {
order: -1; order: -1;
} }
.order-xl-last { .order-xl-last {
order: 13; order: 13;
} }
.order-xl-0 { .order-xl-0 {
order: 0; order: 0;
} }
.order-xl-1 { .order-xl-1 {
order: 1; order: 1;
} }
.order-xl-2 { .order-xl-2 {
order: 2; order: 2;
} }
.order-xl-3 { .order-xl-3 {
order: 3; order: 3;
} }
.order-xl-4 { .order-xl-4 {
order: 4; order: 4;
} }
.order-xl-5 { .order-xl-5 {
order: 5; order: 5;
} }
.order-xl-6 { .order-xl-6 {
order: 6; order: 6;
} }
.order-xl-7 { .order-xl-7 {
order: 7; order: 7;
} }
.order-xl-8 { .order-xl-8 {
order: 8; order: 8;
} }
.order-xl-9 { .order-xl-9 {
order: 9; order: 9;
} }
.order-xl-10 { .order-xl-10 {
order: 10; order: 10;
} }
.order-xl-11 { .order-xl-11 {
order: 11; order: 11;
} }
.order-xl-12 { .order-xl-12 {
order: 12; order: 12;
} }
.offset-xl-0 { .offset-xl-0 {
margin-left: 0; margin-left: 0;
} }
.offset-xl-1 { .offset-xl-1 {
margin-left: 8.3333333333%; margin-left: 8.33333333%;
} }
.offset-xl-2 { .offset-xl-2 {
margin-left: 16.6666666667%; margin-left: 16.66666667%;
} }
.offset-xl-3 { .offset-xl-3 {
margin-left: 25%; margin-left: 25%;
} }
.offset-xl-4 { .offset-xl-4 {
margin-left: 33.3333333333%; margin-left: 33.33333333%;
} }
.offset-xl-5 { .offset-xl-5 {
margin-left: 41.6666666667%; margin-left: 41.66666667%;
} }
.offset-xl-6 { .offset-xl-6 {
margin-left: 50%; margin-left: 50%;
} }
.offset-xl-7 { .offset-xl-7 {
margin-left: 58.3333333333%; margin-left: 58.33333333%;
} }
.offset-xl-8 { .offset-xl-8 {
margin-left: 66.6666666667%; margin-left: 66.66666667%;
} }
.offset-xl-9 { .offset-xl-9 {
margin-left: 75%; margin-left: 75%;
} }
.offset-xl-10 { .offset-xl-10 {
margin-left: 83.3333333333%; margin-left: 83.33333333%;
} }
.offset-xl-11 { .offset-xl-11 {
margin-left: 91.6666666667%; margin-left: 91.66666667%;
} }
} }
.table { .table {
...@@ -1808,10 +1624,6 @@ pre code { ...@@ -1808,10 +1624,6 @@ pre code {
background-color: transparent; background-color: transparent;
border: 0; border: 0;
} }
.form-control:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057;
}
.form-control:focus { .form-control:focus {
color: #495057; color: #495057;
background-color: #fff; background-color: #fff;
...@@ -1835,6 +1647,10 @@ input[type=month].form-control { ...@@ -1835,6 +1647,10 @@ input[type=month].form-control {
appearance: none; appearance: none;
} }
select.form-control:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value { select.form-control:focus::-ms-value {
color: #495057; color: #495057;
background-color: #495057; background-color: #495057;
...@@ -1966,7 +1782,7 @@ textarea.form-control { ...@@ -1966,7 +1782,7 @@ textarea.form-control {
display: none; display: none;
width: 100%; width: 100%;
margin-top: 0.25rem; margin-top: 0.25rem;
font-size: 80%; font-size: 0.875em;
color: #28a745; color: #28a745;
} }
...@@ -1998,7 +1814,7 @@ textarea.form-control { ...@@ -1998,7 +1814,7 @@ textarea.form-control {
.was-validated .form-control:valid, .form-control.is-valid { .was-validated .form-control:valid, .form-control.is-valid {
border-color: #28a745; border-color: #28a745;
padding-right: calc(1.5em + 0.75rem); padding-right: calc(1.5em + 0.75rem) !important;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center; background-position: right calc(0.375em + 0.1875rem) center;
...@@ -2009,6 +1825,11 @@ textarea.form-control { ...@@ -2009,6 +1825,11 @@ textarea.form-control {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
} }
.was-validated select.form-control:valid, select.form-control.is-valid {
padding-right: 3rem !important;
background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid { .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right: calc(1.5em + 0.75rem); padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
...@@ -2016,7 +1837,7 @@ textarea.form-control { ...@@ -2016,7 +1837,7 @@ textarea.form-control {
.was-validated .custom-select:valid, .custom-select.is-valid { .was-validated .custom-select:valid, .custom-select.is-valid {
border-color: #28a745; border-color: #28a745;
padding-right: calc(0.75em + 2.3125rem); padding-right: calc(0.75em + 2.3125rem) !important;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
} }
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
...@@ -2062,7 +1883,7 @@ textarea.form-control { ...@@ -2062,7 +1883,7 @@ textarea.form-control {
display: none; display: none;
width: 100%; width: 100%;
margin-top: 0.25rem; margin-top: 0.25rem;
font-size: 80%; font-size: 0.875em;
color: #dc3545; color: #dc3545;
} }
...@@ -2094,7 +1915,7 @@ textarea.form-control { ...@@ -2094,7 +1915,7 @@ textarea.form-control {
.was-validated .form-control:invalid, .form-control.is-invalid { .was-validated .form-control:invalid, .form-control.is-invalid {
border-color: #dc3545; border-color: #dc3545;
padding-right: calc(1.5em + 0.75rem); padding-right: calc(1.5em + 0.75rem) !important;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center; background-position: right calc(0.375em + 0.1875rem) center;
...@@ -2105,6 +1926,11 @@ textarea.form-control { ...@@ -2105,6 +1926,11 @@ textarea.form-control {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
} }
.was-validated select.form-control:invalid, select.form-control.is-invalid {
padding-right: 3rem !important;
background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem); padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
...@@ -2112,7 +1938,7 @@ textarea.form-control { ...@@ -2112,7 +1938,7 @@ textarea.form-control {
.was-validated .custom-select:invalid, .custom-select.is-invalid { .was-validated .custom-select:invalid, .custom-select.is-invalid {
border-color: #dc3545; border-color: #dc3545;
padding-right: calc(0.75em + 2.3125rem); padding-right: calc(0.75em + 2.3125rem) !important;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
} }
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
...@@ -2185,7 +2011,7 @@ textarea.form-control { ...@@ -2185,7 +2011,7 @@ textarea.form-control {
display: inline-block; display: inline-block;
} }
.form-inline .input-group, .form-inline .input-group,
.form-inline .custom-select { .form-inline .custom-select {
width: auto; width: auto;
} }
.form-inline .form-check { .form-inline .form-check {
...@@ -2778,6 +2604,16 @@ input[type=button].btn-block { ...@@ -2778,6 +2604,16 @@ input[type=button].btn-block {
transition: none; transition: none;
} }
} }
.collapsing.width {
width: 0;
height: auto;
transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing.width {
transition: none;
}
}
.dropup, .dropup,
.dropright, .dropright,
...@@ -2839,7 +2675,6 @@ input[type=button].btn-block { ...@@ -2839,7 +2675,6 @@ input[type=button].btn-block {
right: auto; right: auto;
left: 0; left: 0;
} }
.dropdown-menu-sm-right { .dropdown-menu-sm-right {
right: 0; right: 0;
left: auto; left: auto;
...@@ -2850,7 +2685,6 @@ input[type=button].btn-block { ...@@ -2850,7 +2685,6 @@ input[type=button].btn-block {
right: auto; right: auto;
left: 0; left: 0;
} }
.dropdown-menu-md-right { .dropdown-menu-md-right {
right: 0; right: 0;
left: auto; left: auto;
...@@ -2861,7 +2695,6 @@ input[type=button].btn-block { ...@@ -2861,7 +2695,6 @@ input[type=button].btn-block {
right: auto; right: auto;
left: 0; left: 0;
} }
.dropdown-menu-lg-right { .dropdown-menu-lg-right {
right: 0; right: 0;
left: auto; left: auto;
...@@ -2872,7 +2705,6 @@ input[type=button].btn-block { ...@@ -2872,7 +2705,6 @@ input[type=button].btn-block {
right: auto; right: auto;
left: 0; left: 0;
} }
.dropdown-menu-xl-right { .dropdown-menu-xl-right {
right: 0; right: 0;
left: auto; left: auto;
...@@ -3172,18 +3004,24 @@ input[type=button].btn-block { ...@@ -3172,18 +3004,24 @@ input[type=button].btn-block {
display: flex; display: flex;
align-items: center; align-items: center;
} }
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label { .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0; border-top-left-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after { .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
} }
.input-group.has-validation > .form-control:nth-last-child(n+3), .input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after { .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
...@@ -3308,7 +3146,7 @@ input[type=button].btn-block { ...@@ -3308,7 +3146,7 @@ input[type=button].btn-block {
display: block; display: block;
min-height: 1.65rem; min-height: 1.65rem;
padding-left: 1.5rem; padding-left: 1.5rem;
color-adjust: exact; print-color-adjust: exact;
} }
.custom-control-inline { .custom-control-inline {
...@@ -3362,7 +3200,7 @@ input[type=button].btn-block { ...@@ -3362,7 +3200,7 @@ input[type=button].btn-block {
pointer-events: none; pointer-events: none;
content: ""; content: "";
background-color: #fff; background-color: #fff;
border: #adb5bd solid 1px; border: 1px solid #adb5bd;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
} }
.custom-control-label::after { .custom-control-label::after {
...@@ -3702,8 +3540,8 @@ input[type=button].btn-block { ...@@ -3702,8 +3540,8 @@ input[type=button].btn-block {
} }
@media (prefers-reduced-motion: reduce) { @media (prefers-reduced-motion: reduce) {
.custom-control-label::before, .custom-control-label::before,
.custom-file-label, .custom-file-label,
.custom-select { .custom-select {
transition: none; transition: none;
} }
} }
...@@ -3734,11 +3572,13 @@ input[type=button].btn-block { ...@@ -3734,11 +3572,13 @@ input[type=button].btn-block {
} }
.nav-tabs .nav-link { .nav-tabs .nav-link {
margin-bottom: -1px; margin-bottom: -1px;
background-color: transparent;
border: 1px solid transparent; border: 1px solid transparent;
border-top-left-radius: 0.25rem; border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; border-top-right-radius: 0.25rem;
} }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
isolation: isolate;
border-color: #e9ecef #e9ecef #dee2e6; border-color: #e9ecef #e9ecef #dee2e6;
} }
.nav-tabs .nav-link.disabled { .nav-tabs .nav-link.disabled {
...@@ -3759,6 +3599,8 @@ input[type=button].btn-block { ...@@ -3759,6 +3599,8 @@ input[type=button].btn-block {
} }
.nav-pills .nav-link { .nav-pills .nav-link {
background: none;
border: 0;
border-radius: 0.25rem; border-radius: 0.25rem;
} }
.nav-pills .nav-link.active, .nav-pills .nav-link.active,
...@@ -3875,11 +3717,11 @@ input[type=button].btn-block { ...@@ -3875,11 +3717,11 @@ input[type=button].btn-block {
@media (max-width: 575.98px) { @media (max-width: 575.98px) {
.navbar-expand-sm > .container, .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md, .navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl { .navbar-expand-sm > .container-xl {
padding-right: 0; padding-right: 0;
padding-left: 0; padding-left: 0;
} }
...@@ -3900,11 +3742,11 @@ input[type=button].btn-block { ...@@ -3900,11 +3742,11 @@ input[type=button].btn-block {
padding-left: 0.5rem; padding-left: 0.5rem;
} }
.navbar-expand-sm > .container, .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md, .navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl { .navbar-expand-sm > .container-xl {
flex-wrap: nowrap; flex-wrap: nowrap;
} }
.navbar-expand-sm .navbar-nav-scroll { .navbar-expand-sm .navbar-nav-scroll {
...@@ -3920,11 +3762,11 @@ input[type=button].btn-block { ...@@ -3920,11 +3762,11 @@ input[type=button].btn-block {
} }
@media (max-width: 767.98px) { @media (max-width: 767.98px) {
.navbar-expand-md > .container, .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm, .navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md, .navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg, .navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl { .navbar-expand-md > .container-xl {
padding-right: 0; padding-right: 0;
padding-left: 0; padding-left: 0;
} }
...@@ -3945,11 +3787,11 @@ input[type=button].btn-block { ...@@ -3945,11 +3787,11 @@ input[type=button].btn-block {
padding-left: 0.5rem; padding-left: 0.5rem;
} }
.navbar-expand-md > .container, .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm, .navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md, .navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg, .navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl { .navbar-expand-md > .container-xl {
flex-wrap: nowrap; flex-wrap: nowrap;
} }
.navbar-expand-md .navbar-nav-scroll { .navbar-expand-md .navbar-nav-scroll {
...@@ -3965,11 +3807,11 @@ input[type=button].btn-block { ...@@ -3965,11 +3807,11 @@ input[type=button].btn-block {
} }
@media (max-width: 991.98px) { @media (max-width: 991.98px) {
.navbar-expand-lg > .container, .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md, .navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl { .navbar-expand-lg > .container-xl {
padding-right: 0; padding-right: 0;
padding-left: 0; padding-left: 0;
} }
...@@ -3990,11 +3832,11 @@ input[type=button].btn-block { ...@@ -3990,11 +3832,11 @@ input[type=button].btn-block {
padding-left: 0.5rem; padding-left: 0.5rem;
} }
.navbar-expand-lg > .container, .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md, .navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl { .navbar-expand-lg > .container-xl {
flex-wrap: nowrap; flex-wrap: nowrap;
} }
.navbar-expand-lg .navbar-nav-scroll { .navbar-expand-lg .navbar-nav-scroll {
...@@ -4010,11 +3852,11 @@ input[type=button].btn-block { ...@@ -4010,11 +3852,11 @@ input[type=button].btn-block {
} }
@media (max-width: 1199.98px) { @media (max-width: 1199.98px) {
.navbar-expand-xl > .container, .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md, .navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl { .navbar-expand-xl > .container-xl {
padding-right: 0; padding-right: 0;
padding-left: 0; padding-left: 0;
} }
...@@ -4035,11 +3877,11 @@ input[type=button].btn-block { ...@@ -4035,11 +3877,11 @@ input[type=button].btn-block {
padding-left: 0.5rem; padding-left: 0.5rem;
} }
.navbar-expand-xl > .container, .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md, .navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl { .navbar-expand-xl > .container-xl {
flex-wrap: nowrap; flex-wrap: nowrap;
} }
.navbar-expand-xl .navbar-nav-scroll { .navbar-expand-xl .navbar-nav-scroll {
...@@ -4330,11 +4172,11 @@ input[type=button].btn-block { ...@@ -4330,11 +4172,11 @@ input[type=button].btn-block {
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
} }
.card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header { .card-group > .card:not(:last-child) .card-header {
border-top-right-radius: 0; border-top-right-radius: 0;
} }
.card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer { .card-group > .card:not(:last-child) .card-footer {
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
} }
.card-group > .card:not(:first-child) { .card-group > .card:not(:first-child) {
...@@ -4342,11 +4184,11 @@ input[type=button].btn-block { ...@@ -4342,11 +4184,11 @@ input[type=button].btn-block {
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
.card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header { .card-group > .card:not(:first-child) .card-header {
border-top-left-radius: 0; border-top-left-radius: 0;
} }
.card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer { .card-group > .card:not(:first-child) .card-footer {
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
} }
...@@ -5368,14 +5210,12 @@ a.close.disabled { ...@@ -5368,14 +5210,12 @@ a.close.disabled {
max-width: 500px; max-width: 500px;
margin: 1.75rem auto; margin: 1.75rem auto;
} }
.modal-dialog-scrollable { .modal-dialog-scrollable {
max-height: calc(100% - 3.5rem); max-height: calc(100% - 3.5rem);
} }
.modal-dialog-scrollable .modal-content { .modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 3.5rem); max-height: calc(100vh - 3.5rem);
} }
.modal-dialog-centered { .modal-dialog-centered {
min-height: calc(100% - 3.5rem); min-height: calc(100% - 3.5rem);
} }
...@@ -5383,18 +5223,16 @@ a.close.disabled { ...@@ -5383,18 +5223,16 @@ a.close.disabled {
height: calc(100vh - 3.5rem); height: calc(100vh - 3.5rem);
height: min-content; height: min-content;
} }
.modal-content { .modal-content {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
} }
.modal-sm { .modal-sm {
max-width: 300px; max-width: 300px;
} }
} }
@media (min-width: 992px) { @media (min-width: 992px) {
.modal-lg, .modal-lg,
.modal-xl { .modal-xl {
max-width: 800px; max-width: 800px;
} }
} }
...@@ -5419,8 +5257,8 @@ a.close.disabled { ...@@ -5419,8 +5257,8 @@ a.close.disabled {
text-transform: none; text-transform: none;
letter-spacing: normal; letter-spacing: normal;
word-break: normal; word-break: normal;
word-spacing: normal;
white-space: normal; white-space: normal;
word-spacing: normal;
line-break: auto; line-break: auto;
font-size: 0.875rem; font-size: 0.875rem;
word-wrap: break-word; word-wrap: break-word;
...@@ -5521,8 +5359,8 @@ a.close.disabled { ...@@ -5521,8 +5359,8 @@ a.close.disabled {
text-transform: none; text-transform: none;
letter-spacing: normal; letter-spacing: normal;
word-break: normal; word-break: normal;
word-spacing: normal;
white-space: normal; white-space: normal;
word-spacing: normal;
line-break: auto; line-break: auto;
font-size: 0.875rem; font-size: 0.875rem;
word-wrap: break-word; word-wrap: break-word;
...@@ -5718,7 +5556,7 @@ a.close.disabled { ...@@ -5718,7 +5556,7 @@ a.close.disabled {
} }
@media (prefers-reduced-motion: reduce) { @media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right { .carousel-fade .active.carousel-item-right {
transition: none; transition: none;
} }
} }
...@@ -5733,14 +5571,17 @@ a.close.disabled { ...@@ -5733,14 +5571,17 @@ a.close.disabled {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
width: 15%; width: 15%;
padding: 0;
color: #fff; color: #fff;
text-align: center; text-align: center;
background: none;
border: 0;
opacity: 0.5; opacity: 0.5;
transition: opacity 0.15s ease; transition: opacity 0.15s ease;
} }
@media (prefers-reduced-motion: reduce) { @media (prefers-reduced-motion: reduce) {
.carousel-control-prev, .carousel-control-prev,
.carousel-control-next { .carousel-control-next {
transition: none; transition: none;
} }
} }
...@@ -5836,8 +5677,8 @@ a.close.disabled { ...@@ -5836,8 +5677,8 @@ a.close.disabled {
display: inline-block; display: inline-block;
width: 2rem; width: 2rem;
height: 2rem; height: 2rem;
vertical-align: text-bottom; vertical-align: -0.125em;
border: 0.25em solid currentColor; border: 0.25em solid currentcolor;
border-right-color: transparent; border-right-color: transparent;
border-radius: 50%; border-radius: 50%;
animation: 0.75s linear infinite spinner-border; animation: 0.75s linear infinite spinner-border;
...@@ -5862,8 +5703,8 @@ a.close.disabled { ...@@ -5862,8 +5703,8 @@ a.close.disabled {
display: inline-block; display: inline-block;
width: 2rem; width: 2rem;
height: 2rem; height: 2rem;
vertical-align: text-bottom; vertical-align: -0.125em;
background-color: currentColor; background-color: currentcolor;
border-radius: 50%; border-radius: 50%;
opacity: 0; opacity: 0;
animation: 0.75s linear infinite spinner-grow; animation: 0.75s linear infinite spinner-grow;
...@@ -5876,99 +5717,80 @@ a.close.disabled { ...@@ -5876,99 +5717,80 @@ a.close.disabled {
@media (prefers-reduced-motion: reduce) { @media (prefers-reduced-motion: reduce) {
.spinner-border, .spinner-border,
.spinner-grow { .spinner-grow {
animation-duration: 1.5s; animation-duration: 1.5s;
} }
} }
@media print { @media print {
*, *,
*::before, *::before,
*::after { *::after {
text-shadow: none !important; text-shadow: none !important;
box-shadow: none !important; box-shadow: none !important;
} }
a:not(.btn) { a:not(.btn) {
text-decoration: underline; text-decoration: underline;
} }
abbr[title]::after { abbr[title]::after {
content: " (" attr(title) ")"; content: " (" attr(title) ")";
} }
pre { pre {
white-space: pre-wrap !important; white-space: pre-wrap !important;
} }
pre, pre,
blockquote { blockquote {
border: 1px solid #ADB5BD; border: 1px solid #ADB5BD;
page-break-inside: avoid; page-break-inside: avoid;
} }
thead {
display: table-header-group;
}
tr, tr,
img { img {
page-break-inside: avoid; page-break-inside: avoid;
} }
p, p,
h2, h2,
h3 { h3 {
orphans: 3; orphans: 3;
widows: 3; widows: 3;
} }
h2, h2,
h3 { h3 {
page-break-after: avoid; page-break-after: avoid;
} }
@page { @page {
size: a3; size: a3;
} }
body { body {
min-width: 992px !important; min-width: 992px !important;
} }
.container { .container {
min-width: 992px !important; min-width: 992px !important;
} }
.navbar { .navbar {
display: none; display: none;
} }
.badge { .badge {
border: 1px solid #000000; border: 1px solid #000000;
} }
.table { .table {
border-collapse: collapse !important; border-collapse: collapse !important;
} }
.table td, .table td,
.table th { .table th {
background-color: #FFFFFF !important; background-color: #FFFFFF !important;
} }
.table-bordered th, .table-bordered th,
.table-bordered td { .table-bordered td {
border: 1px solid #495057 !important; border: 1px solid #495057 !important;
} }
.table-dark { .table-dark {
color: inherit; color: inherit;
} }
.table-dark th, .table-dark th,
.table-dark td, .table-dark td,
.table-dark thead th, .table-dark thead th,
.table-dark tbody + tbody { .table-dark tbody + tbody {
border-color: #dee2e6; border-color: #dee2e6;
} }
.table .thead-dark th { .table .thead-dark th {
color: inherit; color: inherit;
border-color: #dee2e6; border-color: #dee2e6;
...@@ -6000,7 +5822,7 @@ h3 { ...@@ -6000,7 +5822,7 @@ h3 {
} }
.embed-responsive-21by9::before { .embed-responsive-21by9::before {
padding-top: 42.8571428571%; padding-top: 42.85714286%;
} }
.embed-responsive-16by9::before { .embed-responsive-16by9::before {
...@@ -6346,7 +6168,7 @@ h3 { ...@@ -6346,7 +6168,7 @@ h3 {
padding-left: 12px; padding-left: 12px;
padding-right: 12px; padding-right: 12px;
padding-bottom: 4px; padding-bottom: 4px;
padding-top: calc( 12px + 0.5rem ); padding-top: calc(12px + 0.5rem);
background-color: inherit; background-color: inherit;
} }
.b-fieldset__legend { .b-fieldset__legend {
...@@ -6466,8 +6288,8 @@ h3 { ...@@ -6466,8 +6288,8 @@ h3 {
font-size: 6px; font-size: 6px;
height: 100px; height: 100px;
width: 100px; width: 100px;
top: calc( 50% - 50px ); top: calc(50% - 50px);
left: calc( 50% - 50px ); left: calc(50% - 50px);
} }
.b-context-menu { .b-context-menu {
...@@ -6511,10 +6333,10 @@ h3 { ...@@ -6511,10 +6333,10 @@ h3 {
} }
.b-button-group--no-collapse .btn:not(:first-child) { .b-button-group--no-collapse .btn:not(:first-child) {
margin-left: calc( 2px / 2 ); margin-left: calc(2px / 2);
} }
.b-button-group--no-collapse .btn:not(:last-child) { .b-button-group--no-collapse .btn:not(:last-child) {
margin-right: calc( 2px / 2 ); margin-right: calc(2px / 2);
} }
.btn.disabled, .btn:disabled { .btn.disabled, .btn:disabled {
...@@ -8722,32 +8544,32 @@ a:focus { ...@@ -8722,32 +8544,32 @@ a:focus {
#app .text-pastel-green, #app .color-pastel-green, #app .text-pastel-green, #app .color-pastel-green,
#portal .text-pastel-green, #portal .text-pastel-green,
#portal .color-pastel-green { #portal .color-pastel-green {
color: #389967; color: hsl(149, 46%, 41%);
} }
#app .text-pastel-blue, #app .color-pastel-blue, #app .text-pastel-blue, #app .color-pastel-blue,
#portal .text-pastel-blue, #portal .text-pastel-blue,
#portal .color-pastel-blue { #portal .color-pastel-blue {
color: #6c91ac; color: hsl(206, 28%, 55%);
} }
#app .text-pastel-yellow, #app .color-pastel-yellow, #app .text-pastel-yellow, #app .color-pastel-yellow,
#portal .text-pastel-yellow, #portal .text-pastel-yellow,
#portal .color-pastel-yellow { #portal .color-pastel-yellow {
color: #ffff6b; color: hsl(60, 100%, 71%);
} }
#app .text-pastel-red, #app .color-pastel-red, #app .text-pastel-red, #app .color-pastel-red,
#portal .text-pastel-red, #portal .text-pastel-red,
#portal .color-pastel-red { #portal .color-pastel-red {
color: #d55e58; color: hsl(3, 60%, 59%);
} }
#app .text-pastel-orange, #app .color-pastel-orange, #app .text-pastel-orange, #app .color-pastel-orange,
#portal .text-pastel-orange, #portal .text-pastel-orange,
#portal .color-pastel-orange { #portal .color-pastel-orange {
color: #f8d287; color: hsl(40, 89%, 75%);
} }
#app .text-pastel-purple, #app .color-pastel-purple, #app .text-pastel-purple, #app .color-pastel-purple,
#portal .text-pastel-purple, #portal .text-pastel-purple,
#portal .color-pastel-purple { #portal .color-pastel-purple {
color: #c0b0c9; color: hsl(278, 19%, 74%);
} }
#app .bg-white, #app .bg-white,
#portal .bg-white { #portal .bg-white {
...@@ -8851,27 +8673,27 @@ a:focus { ...@@ -8851,27 +8673,27 @@ a:focus {
} }
#app .bg-pastel-green, #app .bg-pastel-green,
#portal .bg-pastel-green { #portal .bg-pastel-green {
background-color: #389967; background-color: hsl(149, 46%, 41%);
} }
#app .bg-pastel-blue, #app .bg-pastel-blue,
#portal .bg-pastel-blue { #portal .bg-pastel-blue {
background-color: #6c91ac; background-color: hsl(206, 28%, 55%);
} }
#app .bg-pastel-yellow, #app .bg-pastel-yellow,
#portal .bg-pastel-yellow { #portal .bg-pastel-yellow {
background-color: #ffff6b; background-color: hsl(60, 100%, 71%);
} }
#app .bg-pastel-red, #app .bg-pastel-red,
#portal .bg-pastel-red { #portal .bg-pastel-red {
background-color: #d55e58; background-color: hsl(3, 60%, 59%);
} }
#app .bg-pastel-orange, #app .bg-pastel-orange,
#portal .bg-pastel-orange { #portal .bg-pastel-orange {
background-color: #f8d287; background-color: hsl(40, 89%, 75%);
} }
#app .bg-pastel-purple, #app .bg-pastel-purple,
#portal .bg-pastel-purple { #portal .bg-pastel-purple {
background-color: #c0b0c9; background-color: hsl(278, 19%, 74%);
} }
#app .border-0, #app .border-0,
#portal .border-0 { #portal .border-0 {
...@@ -8983,27 +8805,27 @@ a:focus { ...@@ -8983,27 +8805,27 @@ a:focus {
} }
#app .border-pastel-green, #app .border-pastel-green,
#portal .border-pastel-green { #portal .border-pastel-green {
border-color: #389967; border-color: hsl(149, 46%, 41%);
} }
#app .border-pastel-blue, #app .border-pastel-blue,
#portal .border-pastel-blue { #portal .border-pastel-blue {
border-color: #6c91ac; border-color: hsl(206, 28%, 55%);
} }
#app .border-pastel-yellow, #app .border-pastel-yellow,
#portal .border-pastel-yellow { #portal .border-pastel-yellow {
border-color: #ffff6b; border-color: hsl(60, 100%, 71%);
} }
#app .border-pastel-red, #app .border-pastel-red,
#portal .border-pastel-red { #portal .border-pastel-red {
border-color: #d55e58; border-color: hsl(3, 60%, 59%);
} }
#app .border-pastel-orange, #app .border-pastel-orange,
#portal .border-pastel-orange { #portal .border-pastel-orange {
border-color: #f8d287; border-color: hsl(40, 89%, 75%);
} }
#app .border-pastel-purple, #app .border-pastel-purple,
#portal .border-pastel-purple { #portal .border-pastel-purple {
border-color: #c0b0c9; border-color: hsl(278, 19%, 74%);
} }
#app .rounded-circle, #app .rounded-circle,
#portal .rounded-circle { #portal .rounded-circle {
...@@ -9705,7 +9527,7 @@ input[type=range]:-moz-focusring { ...@@ -9705,7 +9527,7 @@ input[type=range]:-moz-focusring {
position: relative; position: relative;
z-index: 0; z-index: 0;
width: 100%; width: 100%;
height: calc(100vh - 56px ); height: calc(100vh - 56px);
} }
.graph-layout__frame { .graph-layout__frame {
top: 0; top: 0;
...@@ -10142,7 +9964,7 @@ input[type=range]:-moz-focusring { ...@@ -10142,7 +9964,7 @@ input[type=range]:-moz-focusring {
font-weight: bold; font-weight: bold;
} }
.login-modal-form__separator { .login-modal-form__separator {
padding: 0.75rem calc(2* 1.25rem); padding: 0.75rem calc(2 * 1.25rem);
position: relative; position: relative;
} }
.login-modal-form__separator__text { .login-modal-form__separator__text {
...@@ -10210,8 +10032,8 @@ input[type=range]:-moz-focusring { ...@@ -10210,8 +10032,8 @@ input[type=range]:-moz-focusring {
} }
.forgot-password-form__subtitle { .forgot-password-form__subtitle {
padding-top: calc(2 * 0.75rem); padding-top: calc(2 * 0.75rem);
padding-left: calc(2* 1.25rem); padding-left: calc(2 * 1.25rem);
padding-right: calc(2* 1.25rem); padding-right: calc(2 * 1.25rem);
padding-bottom: 0.75rem; padding-bottom: 0.75rem;
text-align: center; text-align: center;
font-family: "Comfortaa"; font-family: "Comfortaa";
...@@ -10392,13 +10214,13 @@ input[type=range]:-moz-focusring { ...@@ -10392,13 +10214,13 @@ input[type=range]:-moz-focusring {
border-radius: 5px; border-radius: 5px;
} }
.right-handed .mainleaf__node-link::before { .right-handed .mainleaf__node-link::before {
left: calc( -2px + -56px); left: calc(-2px + -56px);
right: calc( -2px + -12px); right: calc(-2px + -12px);
} }
.left-handed .mainleaf__node-link::before { .left-handed .mainleaf__node-link::before {
right: calc( -2px + -56px); right: calc(-2px + -56px);
left: calc( -2px + -12px); left: calc(-2px + -12px);
} }
.mainleaf__node-link a { .mainleaf__node-link a {
...@@ -11071,7 +10893,7 @@ select.form-control { ...@@ -11071,7 +10893,7 @@ select.form-control {
width: 40%; width: 40%;
} }
.main-page__main-row--only-y-tiles { .main-page__main-row--only-y-tiles {
min-height: calc( 100vh - 56px); min-height: calc(100vh - 56px);
} }
.main-page__main-route { .main-page__main-route {
padding: 24px 32px; padding: 24px 32px;
...@@ -11086,34 +10908,34 @@ select.form-control { ...@@ -11086,34 +10908,34 @@ select.form-control {
flex-direction: row; flex-direction: row;
} }
.main-page__horizontal-tiles--1 .tile-block { .main-page__horizontal-tiles--1 .tile-block {
width: calc( 100% / 1); width: calc(100% / 1);
} }
.main-page__horizontal-tiles--2 .tile-block { .main-page__horizontal-tiles--2 .tile-block {
width: calc( 100% / 2); width: calc(100% / 2);
} }
.main-page__horizontal-tiles--3 .tile-block { .main-page__horizontal-tiles--3 .tile-block {
width: calc( 100% / 3); width: calc(100% / 3);
} }
.main-page__horizontal-tiles--4 .tile-block { .main-page__horizontal-tiles--4 .tile-block {
width: calc( 100% / 4); width: calc(100% / 4);
} }
.main-page__horizontal-tiles--5 .tile-block { .main-page__horizontal-tiles--5 .tile-block {
width: calc( 100% / 5); width: calc(100% / 5);
} }
.main-page__horizontal-tiles--6 .tile-block { .main-page__horizontal-tiles--6 .tile-block {
width: calc( 100% / 6); width: calc(100% / 6);
} }
.main-page__horizontal-tiles--7 .tile-block { .main-page__horizontal-tiles--7 .tile-block {
width: calc( 100% / 7); width: calc(100% / 7);
} }
.main-page__horizontal-tiles--8 .tile-block { .main-page__horizontal-tiles--8 .tile-block {
width: calc( 100% / 8); width: calc(100% / 8);
} }
.main-page__horizontal-tiles--9 .tile-block { .main-page__horizontal-tiles--9 .tile-block {
width: calc( 100% / 9); width: calc(100% / 9);
} }
.main-page__horizontal-tiles--10 .tile-block { .main-page__horizontal-tiles--10 .tile-block {
width: calc( 100% / 10); width: calc(100% / 10);
} }
.tile-block__header { .tile-block__header {
...@@ -11177,7 +10999,7 @@ select.form-control { ...@@ -11177,7 +10999,7 @@ select.form-control {
z-index: calc(1 + var(--over50)); z-index: calc(1 + var(--over50));
} }
.progress-pie .progress-pie-segment:after, .progress-pie .progress-pie-segment:before { .progress-pie .progress-pie-segment:after, .progress-pie .progress-pie-segment:before {
background: var(--bg, #337ab7); background: var(--bg, rgb(51, 122, 183));
content: ""; content: "";
height: 100%; height: 100%;
position: absolute; position: absolute;
...@@ -11354,7 +11176,7 @@ select.form-control { ...@@ -11354,7 +11176,7 @@ select.form-control {
position: sticky; position: sticky;
margin-top: 16px; margin-top: 16px;
margin-bottom: 16px; margin-bottom: 16px;
top: calc( 56px + 64px + 16px ); top: calc(56px + 64px + 16px);
} }
.ngrams-table-container__table thead th { .ngrams-table-container__table thead th {
border-top-width: 0; border-top-width: 0;
...@@ -11665,6 +11487,9 @@ select.form-control { ...@@ -11665,6 +11487,9 @@ select.form-control {
.phylo .term:hover { .phylo .term:hover {
font-weight: bold; font-weight: bold;
} }
.phylo .separator {
fill: #B5B5B5;
}
.phylo .term-path { .phylo .term-path {
fill: none; fill: none;
stroke: #F24C3D; stroke: #F24C3D;
...@@ -11740,7 +11565,7 @@ select.form-control { ...@@ -11740,7 +11565,7 @@ select.form-control {
position: relative; position: relative;
z-index: 0; z-index: 0;
width: 100%; width: 100%;
height: calc(100vh - 56px ); height: calc(100vh - 56px);
} }
.phylo--preloading { .phylo--preloading {
overflow: hidden; overflow: hidden;
...@@ -11759,8 +11584,8 @@ select.form-control { ...@@ -11759,8 +11584,8 @@ select.form-control {
font-size: 6px; font-size: 6px;
height: 100px; height: 100px;
width: 100px; width: 100px;
top: calc( 50% - 50px ); top: calc(50% - 50px);
left: calc( 50% - 50px ); left: calc(50% - 50px);
} }
.phylo__frame { .phylo__frame {
top: 0; top: 0;
...@@ -11864,7 +11689,7 @@ select.form-control { ...@@ -11864,7 +11689,7 @@ select.form-control {
height: inherit; height: inherit;
} }
.phylo-grid__content__scape { .phylo-grid__content__scape {
width: calc( 10% + 85%); width: calc(10% + 85%);
} }
.phylo-topbar { .phylo-topbar {
...@@ -12148,7 +11973,7 @@ select.form-control { ...@@ -12148,7 +11973,7 @@ select.form-control {
.frame-layout { .frame-layout {
position: relative; position: relative;
width: 100%; width: 100%;
height: calc(100vh - 56px ); height: calc(100vh - 56px);
} }
.document-layout { .document-layout {
...@@ -12160,7 +11985,6 @@ select.form-control { ...@@ -12160,7 +11985,6 @@ select.form-control {
justify-content: space-between; justify-content: space-between;
padding: 0.75rem 1.25rem; padding: 0.75rem 1.25rem;
border-bottom: 1px solid #dee2e6; border-bottom: 1px solid #dee2e6;
margin-bottom: 0.75rem;
} }
.document-layout__main-controls { .document-layout__main-controls {
display: flex; display: flex;
...@@ -12199,39 +12023,24 @@ select.form-control { ...@@ -12199,39 +12023,24 @@ select.form-control {
font-weight: bold; font-weight: bold;
line-height: 1.4; line-height: 1.4;
word-wrap: break-word; word-wrap: break-word;
margin-bottom: 24px;
font-family: "Comfortaa"; font-family: "Comfortaa";
} }
.document-layout__authors { .document-layout__hdata {
display: flex; display: flex;
margin-bottom: 4px; margin-bottom: 4px;
} line-height: 1.3em;
.document-layout__authors__label {
font-weight: bold;
flex-basis: 96px;
flex-shrink: 0;
font-size: 15px; font-size: 15px;
} }
.document-layout__authors__content { .document-layout__hdata__label {
line-height: 1.2;
color: #E9ECEF;
}
.document-layout__source, .document-layout__institutes, .document-layout__date {
display: flex;
margin-bottom: 4px;
}
.document-layout__source__label, .document-layout__institutes__label, .document-layout__date__label {
font-weight: bold; font-weight: bold;
flex-basis: 96px; flex-basis: 96px;
flex-shrink: 0; flex-shrink: 0;
font-size: 15px;
} }
.document-layout__source__content, .document-layout__institutes__content, .document-layout__date__content { .document-layout__hdata__content {
font-size: 15px;
color: #CED4DA; color: #CED4DA;
} }
.document-layout__abstract { .document-layout__abstract {
margin-top: 32px; margin-top: 24px;
margin-bottom: 24px; margin-bottom: 24px;
} }
.document-layout__abstract__content { .document-layout__abstract__content {
...@@ -12325,7 +12134,7 @@ select.form-control { ...@@ -12325,7 +12134,7 @@ select.form-control {
} }
.corpus-layout__edition-block { .corpus-layout__edition-block {
border-bottom: 1px solid #343A40; border-bottom: 1px solid #343A40;
margin-bottom: calc( 0.75rem + 6px ); margin-bottom: calc(0.75rem + 6px);
} }
.corpus-layout__code-section { .corpus-layout__code-section {
margin-top: 8px; margin-top: 8px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment