|
|
@ -2037,6 +2037,17 @@ h6, .h6 { |
|
|
|
* |
|
|
|
* |
|
|
|
*/ |
|
|
|
.icon { |
|
|
|
width: 1em; |
|
|
|
height: 1em; |
|
|
|
max-height: 100%; |
|
|
|
max-width: 100%; |
|
|
|
vertical-align: middle; |
|
|
|
overflow: hidden; |
|
|
|
font-size: 1.4rem; |
|
|
|
fill: var(--text); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* <div class="hero"> |
|
|
|
* <img src="image.png" alt="image" /> |
|
|
@ -2053,10 +2064,6 @@ h6, .h6 { |
|
|
|
-o-object-position: 50% 50%; |
|
|
|
object-position: 50% 50%; |
|
|
|
} |
|
|
|
.hero--contain { |
|
|
|
-o-object-fit: contain; |
|
|
|
object-fit: contain; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* |
|
|
@ -5062,25 +5069,6 @@ svg.field-choice__checked { |
|
|
|
color: #d95959; |
|
|
|
} |
|
|
|
|
|
|
|
.icon { |
|
|
|
width: 1em; |
|
|
|
height: 1em; |
|
|
|
max-height: 100%; |
|
|
|
max-width: 100%; |
|
|
|
vertical-align: middle; |
|
|
|
overflow: hidden; |
|
|
|
font-size: 1.4rem; |
|
|
|
fill: #3e3e3e; |
|
|
|
} |
|
|
|
|
|
|
|
.icon--success { |
|
|
|
fill: #64ac64; |
|
|
|
} |
|
|
|
|
|
|
|
.icon--danger { |
|
|
|
fill: #d95959; |
|
|
|
} |
|
|
|
|
|
|
|
.panel { |
|
|
|
border: 1px solid #3e3e3e; |
|
|
|
border-radius: 2px; |
|
|
|