@fkui/design 5.36.0 → 5.36.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/fkui-exp.css
CHANGED
|
@@ -3279,7 +3279,28 @@ input[type=search]:focus,
|
|
|
3279
3279
|
border-color: var(--f-border-color-error, #ca1515);
|
|
3280
3280
|
background-color: var(--f-background-error, #fcf3f3);
|
|
3281
3281
|
border-radius: var(--f-border-radius-small, 2px);
|
|
3282
|
-
border-
|
|
3282
|
+
border-left: 1rem solid var(--f-border-color-error, #ca1515);
|
|
3283
|
+
}
|
|
3284
|
+
.offline .offline__icon {
|
|
3285
|
+
font-size: 0;
|
|
3286
|
+
}
|
|
3287
|
+
.offline .offline__icon .icon {
|
|
3288
|
+
height: var(--f-icon-size-large, 1.5rem);
|
|
3289
|
+
width: var(--f-icon-size-large, 1.5rem);
|
|
3290
|
+
}
|
|
3291
|
+
.offline .offline__icon .icon-stack {
|
|
3292
|
+
height: var(--f-icon-size-large, 1.5rem);
|
|
3293
|
+
width: var(--f-icon-size-large, 1.5rem);
|
|
3294
|
+
}
|
|
3295
|
+
.offline .offline__icon .icon__exclamation {
|
|
3296
|
+
transform: translateY(-0.05rem);
|
|
3297
|
+
}
|
|
3298
|
+
.offline .offline__icon .icon__banner {
|
|
3299
|
+
fill: var(--f-icon-color-error, #ca1515);
|
|
3300
|
+
color: white;
|
|
3301
|
+
}
|
|
3302
|
+
.offline .offline__icon__banner {
|
|
3303
|
+
margin-top: 0;
|
|
3283
3304
|
}
|
|
3284
3305
|
.offline .iflex__item > p {
|
|
3285
3306
|
margin-bottom: 0;
|
|
@@ -3290,9 +3311,6 @@ input[type=search]:focus,
|
|
|
3290
3311
|
.offline {
|
|
3291
3312
|
padding: 1.5rem;
|
|
3292
3313
|
}
|
|
3293
|
-
.offline .offline__icon {
|
|
3294
|
-
margin-top: 0;
|
|
3295
|
-
}
|
|
3296
3314
|
.offline__wrapper {
|
|
3297
3315
|
position: fixed;
|
|
3298
3316
|
position: sticky;
|