|
@ -1631,15 +1631,6 @@ |
|
|
* border |
|
|
* border |
|
|
* |
|
|
* |
|
|
*/ |
|
|
*/ |
|
|
/** |
|
|
|
|
|
* core |
|
|
|
|
|
* |
|
|
|
|
|
* |
|
|
|
|
|
* @author Björn Hase, Tentakelfabrik |
|
|
|
|
|
* @license http://opensource.org/licenses/MIT The MIT License |
|
|
|
|
|
* @link https://github.com/tentakelfabrik/crispy-css |
|
|
|
|
|
* |
|
|
|
|
|
*/ |
|
|
|
|
|
/** |
|
|
/** |
|
|
* normalize |
|
|
* normalize |
|
|
* |
|
|
* |
|
@ -1759,7 +1750,7 @@ textarea { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
fieldset { |
|
|
fieldset { |
|
|
margin: 0.5rem 0 1rem; |
|
|
|
|
|
|
|
|
margin: 0 0 1rem; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
button, |
|
|
button, |
|
@ -1826,7 +1817,7 @@ hr { |
|
|
overflow: visible; |
|
|
overflow: visible; |
|
|
border: 0; |
|
|
border: 0; |
|
|
border-top: 1px solid var(--border); |
|
|
border-top: 1px solid var(--border); |
|
|
margin: 0.5rem 0 1rem; |
|
|
|
|
|
|
|
|
margin: 0 0 1rem; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
progress { |
|
|
progress { |
|
@ -1874,11 +1865,11 @@ samp { |
|
|
*/ |
|
|
*/ |
|
|
} |
|
|
} |
|
|
.content p { |
|
|
.content p { |
|
|
margin: 0.5rem 0 1rem; |
|
|
|
|
|
|
|
|
margin: 0 0 1rem; |
|
|
} |
|
|
} |
|
|
@media only screen and (min-width: 992px) { |
|
|
@media only screen and (min-width: 992px) { |
|
|
.content p { |
|
|
.content p { |
|
|
margin: 0.6rem 0 1.2rem; |
|
|
|
|
|
|
|
|
margin: 0 0 1.2rem; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
.content a, |
|
|
.content a, |
|
@ -1930,13 +1921,13 @@ samp { |
|
|
.content ol, |
|
|
.content ol, |
|
|
.content ul { |
|
|
.content ul { |
|
|
padding: 0; |
|
|
padding: 0; |
|
|
margin: 0.5rem 0 1rem; |
|
|
|
|
|
|
|
|
margin: 0 0 1rem; |
|
|
} |
|
|
} |
|
|
@media only screen and (min-width: 992px) { |
|
|
@media only screen and (min-width: 992px) { |
|
|
.content dl, |
|
|
.content dl, |
|
|
.content ol, |
|
|
.content ol, |
|
|
.content ul { |
|
|
.content ul { |
|
|
margin: 0.6rem 0 1.2rem; |
|
|
|
|
|
|
|
|
margin: 0 0 1.2rem; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
.content ol, |
|
|
.content ol, |
|
@ -1973,12 +1964,12 @@ samp { |
|
|
border: 1px solid var(--border); |
|
|
border: 1px solid var(--border); |
|
|
border-radius: 2px; |
|
|
border-radius: 2px; |
|
|
background-color: var(--background); |
|
|
background-color: var(--background); |
|
|
margin: 0.5rem 0 1rem; |
|
|
|
|
|
|
|
|
margin: 0 0 1rem; |
|
|
padding: 0.6rem 0.8rem; |
|
|
padding: 0.6rem 0.8rem; |
|
|
} |
|
|
} |
|
|
@media only screen and (min-width: 992px) { |
|
|
@media only screen and (min-width: 992px) { |
|
|
.content code { |
|
|
.content code { |
|
|
margin: 0.6rem 0 1.2rem; |
|
|
|
|
|
|
|
|
margin: 0 0 1.2rem; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
@media only screen and (min-width: 992px) { |
|
|
@media only screen and (min-width: 992px) { |
|
@ -2017,7 +2008,7 @@ h6, .h6 { |
|
|
font-family: "IBM Plex Mono", sans-serif; |
|
|
font-family: "IBM Plex Mono", sans-serif; |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
line-height: 1.2; |
|
|
line-height: 1.2; |
|
|
margin: 0.5rem 0 1rem; |
|
|
|
|
|
|
|
|
margin: 0 0 1rem; |
|
|
} |
|
|
} |
|
|
h1.highlight, .h1.highlight, |
|
|
h1.highlight, .h1.highlight, |
|
|
h2.highlight, .h2.highlight, |
|
|
h2.highlight, .h2.highlight, |
|
@ -2134,7 +2125,7 @@ h6, .h6 { |
|
|
color: var(--text); |
|
|
color: var(--text); |
|
|
border-radius: 2px; |
|
|
border-radius: 2px; |
|
|
transition: background-color 0.1s; |
|
|
transition: background-color 0.1s; |
|
|
margin-bottom: 0.5rem; |
|
|
|
|
|
|
|
|
margin: 0 0 1rem; |
|
|
padding: 0 1.3rem; |
|
|
padding: 0 1.3rem; |
|
|
min-height: 2.8rem; |
|
|
min-height: 2.8rem; |
|
|
width: 100%; |
|
|
width: 100%; |
|
@ -2239,7 +2230,7 @@ h6, .h6 { |
|
|
* |
|
|
* |
|
|
*/ |
|
|
*/ |
|
|
.field-group { |
|
|
.field-group { |
|
|
margin: 0.5rem 0 1rem; |
|
|
|
|
|
|
|
|
margin: 0 0 1rem; |
|
|
} |
|
|
} |
|
|
.field-group--valid input.field-text, .field-group--valid textarea.field-text { |
|
|
.field-group--valid input.field-text, .field-group--valid textarea.field-text { |
|
|
border-color: var(--success); |
|
|
border-color: var(--success); |
|
@ -2486,6 +2477,27 @@ svg.field-choice__checked { |
|
|
border-left-width: 12px; |
|
|
border-left-width: 12px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* <div class="progress"> |
|
|
|
|
|
* <div class="progress__inner" style="width: 20%"></div> |
|
|
|
|
|
* </div> |
|
|
|
|
|
* |
|
|
|
|
|
* @author Björn Hase, Tentakelfabrik |
|
|
|
|
|
* @license http://opensource.org/licenses/MIT The MIT License |
|
|
|
|
|
* @link https://github.com/tentakelfabrik/plain-ui |
|
|
|
|
|
* |
|
|
|
|
|
*/ |
|
|
|
|
|
.progress { |
|
|
|
|
|
height: 40px; |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
border: 1px solid var(--border); |
|
|
|
|
|
} |
|
|
|
|
|
.progress__inner { |
|
|
|
|
|
height: 100%; |
|
|
|
|
|
border: 1px solid var(--background-contrast); |
|
|
|
|
|
background-color: var(--background); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* <figure class="media-figure"> |
|
|
* <figure class="media-figure"> |
|
|
* <img class="media__img" src="https://via.placeholder.com/150" /> |
|
|
* <img class="media__img" src="https://via.placeholder.com/150" /> |
|
|