@fkui/design 6.13.0 → 6.15.0
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.css +659 -770
- package/lib/fkui.min.css +1 -1
- package/package.json +8 -7
- package/src/components/_index.scss +95 -0
- package/src/components/anchor/_anchor.scss +3 -4
- package/src/components/anchor/_index.scss +1 -0
- package/src/components/anchor/_variables.scss +1 -0
- package/src/components/badge/_badge.scss +12 -34
- package/src/components/badge/_index.scss +1 -0
- package/src/components/badge/_variables.scss +25 -25
- package/src/components/button/_button.scss +35 -37
- package/src/components/button/_index.scss +1 -0
- package/src/components/button/_variables.scss +26 -26
- package/src/components/calendar-day/_calendar-day.scss +1 -2
- package/src/components/calendar-day/_index.scss +1 -0
- package/src/components/calendar-day/_variables.scss +5 -5
- package/src/components/card/_card.scss +1 -3
- package/src/components/card/_index.scss +1 -0
- package/src/components/card/_variables.scss +6 -6
- package/src/components/checkbox/_checkbox-group.scss +2 -4
- package/src/components/checkbox/_checkbox.scss +5 -6
- package/src/components/checkbox/_variables.scss +9 -9
- package/src/components/chip/_index.scss +1 -0
- package/src/components/chip/_variables.scss +12 -12
- package/src/components/close-button/_index.scss +1 -0
- package/src/components/close-button/_variables.scss +1 -0
- package/src/components/combobox/_index.scss +1 -0
- package/src/components/combobox/_variables.scss +9 -9
- package/src/components/contextmenu/_contextmenu.scss +1 -3
- package/src/components/contextmenu/_index.scss +1 -0
- package/src/components/contextmenu/_variables.scss +1 -0
- package/src/components/crud-dataset/_crud-dataset.scss +1 -2
- package/src/components/crud-dataset/_index.scss +1 -0
- package/src/components/crud-dataset/_variables.scss +1 -0
- package/src/components/datepicker-field/_datepicker-field.scss +3 -6
- package/src/components/datepicker-field/_index.scss +1 -0
- package/src/components/datepicker-field/_variables.scss +5 -5
- package/src/components/dialogue-tree/_index.scss +1 -0
- package/src/components/dialogue-tree/_variables.scss +6 -6
- package/src/components/entrypoint/_entrypoint.scss +1 -4
- package/src/components/entrypoint/_index.scss +1 -0
- package/src/components/entrypoint/_variables.scss +3 -3
- package/src/components/error-list/_error-list.scss +1 -3
- package/src/components/error-list/_index.scss +1 -0
- package/src/components/error-list/_variables.scss +1 -1
- package/src/components/expandable-panel/_expandable-panel.scss +1 -2
- package/src/components/expandable-panel/_index.scss +1 -0
- package/src/components/expandable-panel/_variables.scss +1 -0
- package/src/components/expandable-paragraph/_expandable-paragraph.scss +6 -7
- package/src/components/expandable-paragraph/_index.scss +1 -0
- package/src/components/expandable-paragraph/_variables.scss +1 -0
- package/src/components/fieldset/_fieldset.scss +1 -3
- package/src/components/fieldset/_index.scss +1 -0
- package/src/components/fieldset/_variables.scss +1 -0
- package/src/components/file-item/_file-item.scss +2 -5
- package/src/components/file-item/_index.scss +1 -0
- package/src/components/file-item/_variables.scss +1 -0
- package/src/components/file-selector/_file-selector.scss +1 -3
- package/src/components/file-selector/_index.scss +1 -0
- package/src/components/file-selector/_variables.scss +1 -0
- package/src/components/file-uploader/_file-uploader.scss +1 -3
- package/src/components/file-uploader/_index.scss +1 -0
- package/src/components/file-uploader/_variables.scss +1 -0
- package/src/components/group/_index.scss +1 -0
- package/src/components/group/_variables.scss +1 -0
- package/src/components/icon/_icon.scss +6 -8
- package/src/components/icon/_index.scss +1 -0
- package/src/components/icon/_variables.scss +8 -8
- package/src/components/indent/_indent.scss +1 -2
- package/src/components/indent/_index.scss +1 -0
- package/src/components/indent/_variables.scss +1 -0
- package/src/components/label/_index.scss +1 -0
- package/src/components/label/_label.scss +5 -3
- package/src/components/label/_variables.scss +4 -4
- package/src/components/layout-application-template/_index.scss +1 -0
- package/src/components/layout-application-template/_layout-application-template.scss +4 -5
- package/src/components/layout-application-template/_variables.scss +1 -0
- package/src/components/layout-navigation/_index.scss +1 -0
- package/src/components/layout-navigation/_layout-navigation.scss +1 -2
- package/src/components/layout-navigation/_variables.scss +1 -0
- package/src/components/layout-secondary/_index.scss +1 -0
- package/src/components/layout-secondary/_layout-secondary.scss +1 -3
- package/src/components/layout-secondary/_variables.scss +1 -0
- package/src/components/list/_index.scss +1 -0
- package/src/components/list/_list.scss +4 -6
- package/src/components/list/_variables.scss +1 -0
- package/src/components/loader/_index.scss +1 -0
- package/src/components/loader/_loader.scss +4 -6
- package/src/components/loader/_variables.scss +1 -0
- package/src/components/logo/_index.scss +1 -0
- package/src/components/logo/_logo.scss +1 -3
- package/src/components/logo/_variables.scss +1 -0
- package/src/components/message-box/_index.scss +1 -0
- package/src/components/message-box/_message-box.scss +22 -16
- package/src/components/message-box/_variables.scss +10 -10
- package/src/components/modal/_index.scss +1 -0
- package/src/components/modal/_modal.scss +10 -11
- package/src/components/modal/_variables.scss +7 -7
- package/src/components/navigation-menu/_index.scss +1 -0
- package/src/components/navigation-menu/_navigation-menu.scss +3 -5
- package/src/components/navigation-menu/_variables.scss +1 -0
- package/src/components/offline/_index.scss +1 -0
- package/src/components/offline/_offline.scss +3 -7
- package/src/components/offline/_variables.scss +1 -0
- package/src/components/output-field/_index.scss +1 -0
- package/src/components/output-field/_output-field.scss +1 -3
- package/src/components/output-field/_variables.scss +1 -0
- package/src/components/page-header/_index.scss +1 -0
- package/src/components/page-header/_page-header.scss +1 -2
- package/src/components/page-header/_variables.scss +1 -0
- package/src/components/progressbar/_index.scss +1 -0
- package/src/components/progressbar/_progressbar.scss +1 -2
- package/src/components/progressbar/_variables.scss +4 -4
- package/src/components/radio-button/_item.scss +2 -5
- package/src/components/radio-button/_radio-button-group.scss +5 -7
- package/src/components/radio-button/_radio-button.scss +2 -3
- package/src/components/radio-button/_variables.scss +7 -7
- package/src/components/select-field/_index.scss +1 -0
- package/src/components/select-field/_select-field.scss +3 -5
- package/src/components/select-field/_variables.scss +11 -11
- package/src/components/sort-filter-dataset/_index.scss +1 -0
- package/src/components/sort-filter-dataset/_sort-filter-dataset.scss +1 -3
- package/src/components/sort-filter-dataset/_variables.scss +1 -0
- package/src/components/static-panel/_index.scss +1 -0
- package/src/components/static-panel/_static-panel.scss +1 -3
- package/src/components/static-panel/_variables.scss +1 -0
- package/src/components/table/_index.scss +7 -0
- package/src/components/table/_table.scss +18 -26
- package/src/components/table/_variables.scss +14 -0
- package/src/components/text-field/_index.scss +1 -0
- package/src/components/text-field/_text-field.scss +3 -5
- package/src/components/text-field/_variables.scss +8 -8
- package/src/components/textarea-field/_index.scss +1 -0
- package/src/components/textarea-field/_textarea-field.scss +2 -4
- package/src/components/textarea-field/_variables.scss +6 -6
- package/src/components/tooltip/_index.scss +1 -0
- package/src/components/tooltip/_variables.scss +2 -2
- package/src/components/wizard/_variables.scss +11 -11
- package/src/components/wizard/_wizard-step.scss +10 -12
- package/src/components/wizard/_wizard.scss +1 -3
- package/src/core/_index.scss +12 -0
- package/src/core/helpers/_index.scss +2 -0
- package/src/core/layout/_index.scss +2 -0
- package/src/core/layout/positioning/_positioning.scss +0 -1
- package/src/core/mixins/{_all.scss → _index.scss} +0 -1
- package/src/core/mixins/_label-inline.scss +3 -4
- package/src/core/mixins/_variables.scss +4 -4
- package/src/fkui.scss +6 -4
- package/src/internal-components/_index.scss +9 -0
- package/src/internal-components/animate-expand/_animate-expand.scss +1 -3
- package/src/internal-components/animate-expand/_index.scss +1 -0
- package/src/internal-components/calendar/_calendar.scss +1 -3
- package/src/internal-components/calendar/_index.scss +1 -0
- package/src/internal-components/calendar-month/{_month.scss → _calendar-month.scss} +1 -2
- package/src/internal-components/calendar-month/_index.scss +1 -0
- package/src/internal-components/calendar-month/_variables.scss +3 -3
- package/src/internal-components/calendar-navbar/{_navbar.scss → _calendar-navbar.scss} +1 -2
- package/src/internal-components/calendar-navbar/_index.scss +1 -0
- package/src/internal-components/calendar-navbar/_variables.scss +6 -6
- package/src/internal-components/{IFlex/_iflex.scss → flex/_flex.scss} +5 -6
- package/src/internal-components/flex/_index.scss +1 -0
- package/src/internal-components/popup/_index.scss +1 -0
- package/src/internal-components/popup/_popup.scss +3 -5
- package/src/internal-components/popup-error/_index.scss +1 -0
- package/src/internal-components/{popupError/_popuperror.scss → popup-error/_popup-error.scss} +4 -5
- package/src/internal-components/popup-menu/_index.scss +1 -0
- package/src/internal-components/{IPopupMenu/_ipopupmenu.scss → popup-menu/_popup-menu.scss} +2 -4
- package/src/internal-components/skip-link/_index.scss +1 -0
- package/src/internal-components/{ISkipLink/_iskiplink.scss → skip-link/_skip-link.scss} +1 -3
- package/src/_core.scss +0 -2
- package/src/components/_all.scss +0 -51
- package/src/components/form/_all.scss +0 -2
- package/src/components/form/_form-step.scss +0 -91
- package/src/components/form/_form.scss +0 -8
- package/src/components/table/_all.scss +0 -3
- package/src/core/_all.scss +0 -8
- package/src/core/_mixins.scss +0 -8
- package/src/core/helpers/_all.scss +0 -2
- package/src/core/layout/_all.scss +0 -2
- package/src/core/mixins/_arrow-creator.scss +0 -51
- package/src/internal-components/_all.scss +0 -10
- /package/src/components/checkbox/{_all.scss → _index.scss} +0 -0
- /package/src/components/radio-button/{_all.scss → _index.scss} +0 -0
- /package/src/components/wizard/{_all.scss → _index.scss} +0 -0
- /package/src/core/helpers/accessibility/{_all.scss → _index.scss} +0 -0
- /package/src/core/layout/grid/{_all.scss → _index.scss} +0 -0
- /package/src/core/layout/positioning/{_all.scss → _index.scss} +0 -0
- /package/src/core/typography/{_all.scss → _index.scss} +0 -0
- /package/src/core/utils/{_all.scss → _index.scss} +0 -0
- /package/src/internal-components/{popupError → popup-error}/arrows/_bottom-before.scss +0 -0
- /package/src/internal-components/{popupError → popup-error}/arrows/_bottom.scss +0 -0
- /package/src/internal-components/{popupError → popup-error}/arrows/_left-before.scss +0 -0
- /package/src/internal-components/{popupError → popup-error}/arrows/_left.scss +0 -0
- /package/src/internal-components/{popupError → popup-error}/arrows/_right-before.scss +0 -0
- /package/src/internal-components/{popupError → popup-error}/arrows/_right.scss +0 -0
- /package/src/internal-components/{popupError → popup-error}/arrows/_top-before.scss +0 -0
- /package/src/internal-components/{popupError → popup-error}/arrows/_top.scss +0 -0
package/lib/fkui.css
CHANGED
|
@@ -1090,355 +1090,6 @@ input[type=search]:focus,
|
|
|
1090
1090
|
font-feature-settings: "tnum";
|
|
1091
1091
|
}
|
|
1092
1092
|
|
|
1093
|
-
.offline .icon, .icon, .offline .icon-stack, .icon-stack,
|
|
1094
|
-
.icon--stack {
|
|
1095
|
-
display: inline-block;
|
|
1096
|
-
height: var(--f-icon-size-small, 1rem);
|
|
1097
|
-
max-height: 100%;
|
|
1098
|
-
max-width: 100%;
|
|
1099
|
-
pointer-events: none;
|
|
1100
|
-
width: var(--f-icon-size-small, 1rem);
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
.select-field__icon, .label__icon {
|
|
1104
|
-
display: inline;
|
|
1105
|
-
height: var(--f-icon-size-large, 1.5rem);
|
|
1106
|
-
position: absolute;
|
|
1107
|
-
right: 0.75rem;
|
|
1108
|
-
top: calc(0.5rem * var(--f-density-factor, 1));
|
|
1109
|
-
transition: opacity var(--f-animation-duration-medium, 350ms) ease-in-out;
|
|
1110
|
-
width: var(--f-icon-size-large, 1.5rem);
|
|
1111
|
-
}
|
|
1112
|
-
|
|
1113
|
-
.offline .icon-stack, .icon-stack,
|
|
1114
|
-
.icon--stack {
|
|
1115
|
-
position: relative;
|
|
1116
|
-
}
|
|
1117
|
-
.icon-stack .icon,
|
|
1118
|
-
.icon--stack .icon {
|
|
1119
|
-
position: absolute;
|
|
1120
|
-
}
|
|
1121
|
-
|
|
1122
|
-
.icon--flip-horizontal {
|
|
1123
|
-
transform: scaleX(-1);
|
|
1124
|
-
}
|
|
1125
|
-
.icon--flip-vertical {
|
|
1126
|
-
transform: scaleY(-1);
|
|
1127
|
-
}
|
|
1128
|
-
.icon--rotate-90 {
|
|
1129
|
-
transform: rotate(90deg);
|
|
1130
|
-
}
|
|
1131
|
-
.icon--rotate-180 {
|
|
1132
|
-
transform: rotate(180deg);
|
|
1133
|
-
}
|
|
1134
|
-
.icon--rotate-270 {
|
|
1135
|
-
transform: rotate(270deg);
|
|
1136
|
-
}
|
|
1137
|
-
|
|
1138
|
-
.icon-stack--new-window .icon.f-icon-new-window,
|
|
1139
|
-
.icon--new-window .icon.f-icon-new-window {
|
|
1140
|
-
width: 55%;
|
|
1141
|
-
height: 55%;
|
|
1142
|
-
top: 0;
|
|
1143
|
-
right: 0;
|
|
1144
|
-
}
|
|
1145
|
-
.icon-stack--new-window .icon:not(.f-icon-new-window),
|
|
1146
|
-
.icon--new-window .icon:not(.f-icon-new-window) {
|
|
1147
|
-
width: 83%;
|
|
1148
|
-
height: 83%;
|
|
1149
|
-
bottom: 0;
|
|
1150
|
-
left: 5%;
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
.icon-stack--tooltip .f-icon-circle,
|
|
1154
|
-
.icon--stack--tooltip .f-icon-circle {
|
|
1155
|
-
fill: var(--f-icon-color-info, #4a52b6);
|
|
1156
|
-
color: var(--f-icon-color-info, #4a52b6);
|
|
1157
|
-
}
|
|
1158
|
-
.icon-stack--tooltip .f-icon-i,
|
|
1159
|
-
.icon--stack--tooltip .f-icon-i {
|
|
1160
|
-
color: var(--f-icon-color-white, #ffffff);
|
|
1161
|
-
}
|
|
1162
|
-
.icon-stack--info .f-icon-circle,
|
|
1163
|
-
.icon--stack--info .f-icon-circle {
|
|
1164
|
-
color: var(--fkds-icon-color-feedback-background-info, #f5f6fa);
|
|
1165
|
-
fill: var(--fkds-icon-color-feedback-border-info, #4a52b6);
|
|
1166
|
-
}
|
|
1167
|
-
.icon-stack--warning .f-icon-circle,
|
|
1168
|
-
.icon--stack--warning .f-icon-circle {
|
|
1169
|
-
color: var(--fkds-icon-color-feedback-background-warning, #fffcf3);
|
|
1170
|
-
fill: var(--fkds-icon-color-feedback-border-warning, #ffbe10);
|
|
1171
|
-
}
|
|
1172
|
-
.icon-stack--error .f-icon-triangle,
|
|
1173
|
-
.icon--stack--error .f-icon-triangle {
|
|
1174
|
-
color: var(--fkds-icon-color-feedback-background-negative, #fcf3f3);
|
|
1175
|
-
fill: var(--fkds-icon-color-feedback-border-negative, #ca1515);
|
|
1176
|
-
}
|
|
1177
|
-
.icon-stack--success .f-icon-circle,
|
|
1178
|
-
.icon--stack--success .f-icon-circle {
|
|
1179
|
-
color: var(--fkds-icon-color-feedback-background-positive, #f3f8f5);
|
|
1180
|
-
fill: var(--fkds-icon-color-feedback-border-positive, #35805b);
|
|
1181
|
-
}
|
|
1182
|
-
.icon-stack--success .f-icon-success,
|
|
1183
|
-
.icon--stack--success .f-icon-success {
|
|
1184
|
-
transform: scale(0.6);
|
|
1185
|
-
}
|
|
1186
|
-
.icon-stack--large,
|
|
1187
|
-
.icon--stack--large {
|
|
1188
|
-
width: 2.5rem;
|
|
1189
|
-
height: 2.5rem;
|
|
1190
|
-
}
|
|
1191
|
-
.icon-stack--large svg,
|
|
1192
|
-
.icon--stack--large svg {
|
|
1193
|
-
width: 100%;
|
|
1194
|
-
height: 100%;
|
|
1195
|
-
}
|
|
1196
|
-
.icon-stack--circle, .icon-stack--circle-bottom,
|
|
1197
|
-
.icon--stack--circle,
|
|
1198
|
-
.icon--stack--circle-bottom {
|
|
1199
|
-
width: 4rem;
|
|
1200
|
-
height: 4rem;
|
|
1201
|
-
border-radius: 100%;
|
|
1202
|
-
overflow: hidden;
|
|
1203
|
-
}
|
|
1204
|
-
.icon-stack--circle .f-icon-circle, .icon-stack--circle-bottom .f-icon-circle,
|
|
1205
|
-
.icon--stack--circle .f-icon-circle,
|
|
1206
|
-
.icon--stack--circle-bottom .f-icon-circle {
|
|
1207
|
-
color: var(--f-icon-color-success-background, #dbe9e2);
|
|
1208
|
-
fill: var(--f-icon-color-success-background, #dbe9e2);
|
|
1209
|
-
width: 100%;
|
|
1210
|
-
height: 100%;
|
|
1211
|
-
}
|
|
1212
|
-
.icon-stack--circle .icon:not(.f-icon-circle), .icon-stack--circle-bottom .icon:not(.f-icon-circle),
|
|
1213
|
-
.icon--stack--circle .icon:not(.f-icon-circle),
|
|
1214
|
-
.icon--stack--circle-bottom .icon:not(.f-icon-circle) {
|
|
1215
|
-
color: var(--f-icon-color-success, #35805b);
|
|
1216
|
-
position: absolute;
|
|
1217
|
-
}
|
|
1218
|
-
.icon-stack--circle .icon:not(.f-icon-circle),
|
|
1219
|
-
.icon--stack--circle .icon:not(.f-icon-circle) {
|
|
1220
|
-
width: 70%;
|
|
1221
|
-
height: 70%;
|
|
1222
|
-
inset: 0;
|
|
1223
|
-
margin: auto;
|
|
1224
|
-
}
|
|
1225
|
-
.icon-stack--circle-bottom .icon:not(.f-icon-circle),
|
|
1226
|
-
.icon--stack--circle-bottom .icon:not(.f-icon-circle) {
|
|
1227
|
-
width: 80%;
|
|
1228
|
-
height: 80%;
|
|
1229
|
-
left: 0;
|
|
1230
|
-
right: 0;
|
|
1231
|
-
margin: 0 auto;
|
|
1232
|
-
bottom: 0%;
|
|
1233
|
-
}
|
|
1234
|
-
|
|
1235
|
-
.expandable-panel {
|
|
1236
|
-
margin-bottom: calc(2rem * var(--f-density-factor, 1));
|
|
1237
|
-
}
|
|
1238
|
-
.expandable-panel__icon {
|
|
1239
|
-
border-radius: 50%;
|
|
1240
|
-
background-color: var(--f-icon-color-expandable-panel, #ffffff);
|
|
1241
|
-
width: var(--f-icon-size-medium, 1.25rem);
|
|
1242
|
-
height: var(--f-icon-size-medium, 1.25rem);
|
|
1243
|
-
margin-top: calc((var(--f-line-height-medium, 1.4) * 1em - var(--f-icon-size-medium, 1.25rem)) / 2);
|
|
1244
|
-
display: flex;
|
|
1245
|
-
color: var(--f-background-heading-expandable-panel, #116a3e);
|
|
1246
|
-
padding: 3px;
|
|
1247
|
-
flex-shrink: 0;
|
|
1248
|
-
margin-right: 0.5rem;
|
|
1249
|
-
}
|
|
1250
|
-
.expandable-panel__icon .icon {
|
|
1251
|
-
transition: transform var(--f-animation-duration-long, 500ms) ease;
|
|
1252
|
-
}
|
|
1253
|
-
.expandable-panel.expandable-panel--expanded .expandable-panel__icon svg:nth-child(2) {
|
|
1254
|
-
transform: rotate(0);
|
|
1255
|
-
}
|
|
1256
|
-
.expandable-panel.expandable-panel--expanded .expandable-panel__content {
|
|
1257
|
-
height: auto;
|
|
1258
|
-
}
|
|
1259
|
-
.expandable-panel.expandable-panel--expanded .expandable-panel__heading button {
|
|
1260
|
-
border: var(--f-expandable-panel-heading-border-open, none);
|
|
1261
|
-
}
|
|
1262
|
-
.expandable-panel.expandable-panel--collapsed .expandable-panel__icon svg:nth-child(2) {
|
|
1263
|
-
transform: rotate(-90deg);
|
|
1264
|
-
}
|
|
1265
|
-
.expandable-panel__heading {
|
|
1266
|
-
/* stylelint-disable-next-line scss/at-extend-no-missing-placeholder -- technical debt */
|
|
1267
|
-
margin-bottom: 0 !important;
|
|
1268
|
-
}
|
|
1269
|
-
.expandable-panel__heading button {
|
|
1270
|
-
background-color: var(--f-background-heading-expandable-panel, #116a3e);
|
|
1271
|
-
border: var(--f-expandable-panel-heading-border-close, none);
|
|
1272
|
-
border-radius: var(--f-expandable-panel-heading-border-radius, 4px 4px 0 0);
|
|
1273
|
-
color: var(--f-text-color-heading-expandable-panel, #ffffff);
|
|
1274
|
-
cursor: pointer;
|
|
1275
|
-
display: flex;
|
|
1276
|
-
margin: 0;
|
|
1277
|
-
padding: calc(1rem * var(--f-density-factor, 1)) 1rem;
|
|
1278
|
-
position: relative;
|
|
1279
|
-
text-align: left;
|
|
1280
|
-
width: 100%;
|
|
1281
|
-
}
|
|
1282
|
-
.expandable-panel__heading button:focus, .expandable-panel__heading button:hover {
|
|
1283
|
-
background-color: var(--f-background-heading-expandable-panel-hover, #35805b);
|
|
1284
|
-
}
|
|
1285
|
-
.expandable-panel__notification {
|
|
1286
|
-
border-radius: 50%;
|
|
1287
|
-
background-color: var(--f-icon-color-notice, #d34503);
|
|
1288
|
-
border: var(--f-border-width-medium, 2px) solid var(--f-icon-color-white, #ffffff);
|
|
1289
|
-
width: var(--f-icon-size-x-large, 2rem);
|
|
1290
|
-
height: var(--f-icon-size-x-large, 2rem);
|
|
1291
|
-
display: inline-block;
|
|
1292
|
-
padding: 0.27rem;
|
|
1293
|
-
position: absolute;
|
|
1294
|
-
right: 1.5rem;
|
|
1295
|
-
top: -0.75rem;
|
|
1296
|
-
line-height: 0;
|
|
1297
|
-
}
|
|
1298
|
-
.expandable-panel__notification svg {
|
|
1299
|
-
color: var(--f-icon-color-white, #ffffff);
|
|
1300
|
-
height: auto;
|
|
1301
|
-
width: auto;
|
|
1302
|
-
}
|
|
1303
|
-
.expandable-panel__content {
|
|
1304
|
-
height: 0;
|
|
1305
|
-
overflow: hidden;
|
|
1306
|
-
transition: height var(--f-animation-duration-medium, 350ms) ease-in;
|
|
1307
|
-
}
|
|
1308
|
-
.expandable-panel__body {
|
|
1309
|
-
background-color: var(--f-background-expandable-panel, #ffffff);
|
|
1310
|
-
border: var(--f-border-width-medium, 2px) solid var(--f-border-color-panel, #e7f0e9);
|
|
1311
|
-
border-top: 0;
|
|
1312
|
-
line-height: inherit;
|
|
1313
|
-
padding: calc(1.5rem * var(--f-density-factor, 1)) 1.5rem;
|
|
1314
|
-
}
|
|
1315
|
-
|
|
1316
|
-
.entrypoint {
|
|
1317
|
-
/* stylelint-disable-next-line scss/at-extend-no-missing-placeholder -- technical debt */
|
|
1318
|
-
background-color: var(--fkds-color-action-background-primary-default, #4a52b6);
|
|
1319
|
-
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
1320
|
-
border: var(--f-border-width-medium, 2px) solid transparent;
|
|
1321
|
-
border-radius: var(--f-border-radius-medium, 4px);
|
|
1322
|
-
box-shadow: var(--f-button-shadow, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
1323
|
-
font-size: var(--f-font-size-standard, 1rem);
|
|
1324
|
-
font-weight: var(--f-font-weight-medium, 700);
|
|
1325
|
-
transition: background-color var(--f-animation-duration-medium, 350ms) ease-out;
|
|
1326
|
-
display: inline-flex;
|
|
1327
|
-
justify-content: space-between;
|
|
1328
|
-
align-items: center;
|
|
1329
|
-
cursor: pointer;
|
|
1330
|
-
margin-bottom: calc(1.5rem * var(--f-density-factor, 1));
|
|
1331
|
-
margin-top: calc(0.25rem * var(--f-density-factor, 1));
|
|
1332
|
-
text-align: left;
|
|
1333
|
-
padding: calc(1rem * var(--f-density-factor, 1)) 1rem;
|
|
1334
|
-
line-height: var(--f-line-height-large, 1.5);
|
|
1335
|
-
width: 100%;
|
|
1336
|
-
}
|
|
1337
|
-
.entrypoint__icon {
|
|
1338
|
-
margin-left: 2rem;
|
|
1339
|
-
flex-shrink: 0;
|
|
1340
|
-
}
|
|
1341
|
-
.entrypoint:hover {
|
|
1342
|
-
background-color: var(--fkds-color-action-background-primary-hover, #3b4292);
|
|
1343
|
-
}
|
|
1344
|
-
|
|
1345
|
-
.page-header {
|
|
1346
|
-
display: flex;
|
|
1347
|
-
flex-direction: row;
|
|
1348
|
-
width: 100%;
|
|
1349
|
-
color: var(--f-text-color-default-inverted, #ffffff);
|
|
1350
|
-
background-color: var(--f-background-pageheader-primary, #116a3e);
|
|
1351
|
-
padding: 1rem 0 1rem 1rem;
|
|
1352
|
-
align-items: center;
|
|
1353
|
-
overflow: hidden;
|
|
1354
|
-
}
|
|
1355
|
-
.page-header__logo {
|
|
1356
|
-
display: flex;
|
|
1357
|
-
margin: 0;
|
|
1358
|
-
padding: 0;
|
|
1359
|
-
align-items: center;
|
|
1360
|
-
box-sizing: border-box;
|
|
1361
|
-
}
|
|
1362
|
-
.page-header__logo > a {
|
|
1363
|
-
display: inline-flex;
|
|
1364
|
-
}
|
|
1365
|
-
.page-header__logo::after {
|
|
1366
|
-
content: " ";
|
|
1367
|
-
background-color: var(--f-border-color-separator-pageheader-primary, #ffffff);
|
|
1368
|
-
height: 1.38rem;
|
|
1369
|
-
padding: 0.5px;
|
|
1370
|
-
margin: 0 1rem 0.155rem;
|
|
1371
|
-
}
|
|
1372
|
-
.page-header__app-name {
|
|
1373
|
-
padding-top: 0.22rem;
|
|
1374
|
-
margin: 0;
|
|
1375
|
-
font-size: var(--f-font-size-h3, 1.375rem);
|
|
1376
|
-
font-weight: var(--f-font-weight-medium, 700);
|
|
1377
|
-
color: var(--f-text-color-default-inverted, #ffffff);
|
|
1378
|
-
white-space: nowrap;
|
|
1379
|
-
overflow: hidden;
|
|
1380
|
-
text-overflow: ellipsis;
|
|
1381
|
-
min-width: 9rem;
|
|
1382
|
-
}
|
|
1383
|
-
.page-header__right {
|
|
1384
|
-
display: flex;
|
|
1385
|
-
justify-content: flex-end;
|
|
1386
|
-
align-items: center;
|
|
1387
|
-
flex-grow: 1;
|
|
1388
|
-
white-space: nowrap;
|
|
1389
|
-
padding-top: 0.4rem;
|
|
1390
|
-
font-size: var(--f-font-size-standard, 1rem);
|
|
1391
|
-
}
|
|
1392
|
-
.page-header__right-slot {
|
|
1393
|
-
padding-left: 1rem;
|
|
1394
|
-
padding-right: 1rem;
|
|
1395
|
-
}
|
|
1396
|
-
|
|
1397
|
-
.card {
|
|
1398
|
-
padding: calc(1rem * var(--f-density-factor, 1)) 1rem;
|
|
1399
|
-
margin: calc(1rem * var(--f-density-factor, 1)) 0;
|
|
1400
|
-
}
|
|
1401
|
-
.card--default {
|
|
1402
|
-
background-color: var(--fkds-color-background-primary, #ffffff);
|
|
1403
|
-
border-radius: var(--f-border-radius-medium, 4px);
|
|
1404
|
-
border: var(--f-border-width-medium, 2px) solid var(--fkds-color-border-primary, #8d8e91);
|
|
1405
|
-
}
|
|
1406
|
-
.card--error {
|
|
1407
|
-
border-radius: var(--f-border-radius-medium, 4px);
|
|
1408
|
-
border: var(--f-border-width-medium, 2px) solid var(--fkds-color-feedback-border-negative, #ca1515);
|
|
1409
|
-
}
|
|
1410
|
-
.card__content {
|
|
1411
|
-
color: var(--fkds-color-text-primary, #1b1e23);
|
|
1412
|
-
}
|
|
1413
|
-
.card__content > p:last-child,
|
|
1414
|
-
.card__content > div:last-child {
|
|
1415
|
-
margin-bottom: 0;
|
|
1416
|
-
}
|
|
1417
|
-
.card__content > p:last-child > *:last-child,
|
|
1418
|
-
.card__content > div:last-child > *:last-child {
|
|
1419
|
-
margin-bottom: 0;
|
|
1420
|
-
}
|
|
1421
|
-
.card__header-label {
|
|
1422
|
-
color: var(--fkds-color-text-primary, #1b1e23);
|
|
1423
|
-
font-size: var(--f-font-size-large, 1.125rem);
|
|
1424
|
-
font-weight: var(--f-font-weight-bold, 900);
|
|
1425
|
-
line-height: var(--f-line-height-large, 1.5);
|
|
1426
|
-
margin-bottom: calc(0.25rem * var(--f-density-factor, 1));
|
|
1427
|
-
display: block;
|
|
1428
|
-
}
|
|
1429
|
-
.card__footer {
|
|
1430
|
-
padding-top: calc(1.25rem * var(--f-density-factor, 1));
|
|
1431
|
-
}
|
|
1432
|
-
.card__footer > .button-group {
|
|
1433
|
-
margin-bottom: 0;
|
|
1434
|
-
}
|
|
1435
|
-
.card__footer > .button-group .button-group__item {
|
|
1436
|
-
margin-bottom: 0 !important;
|
|
1437
|
-
}
|
|
1438
|
-
.card__error-message {
|
|
1439
|
-
color: var(--f-text-color-error, #d23838);
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
1093
|
.anchor, .file-item__file-open {
|
|
1443
1094
|
color: var(--f-text-color-link, #4a52b6);
|
|
1444
1095
|
text-decoration: underline;
|
|
@@ -2059,6 +1710,51 @@ input[type=search]:focus,
|
|
|
2059
1710
|
background-color: var(--fkds-color-select-background-primary-default, #4a52b6);
|
|
2060
1711
|
}
|
|
2061
1712
|
|
|
1713
|
+
.card {
|
|
1714
|
+
padding: calc(1rem * var(--f-density-factor, 1)) 1rem;
|
|
1715
|
+
margin: calc(1rem * var(--f-density-factor, 1)) 0;
|
|
1716
|
+
}
|
|
1717
|
+
.card--default {
|
|
1718
|
+
background-color: var(--fkds-color-background-primary, #ffffff);
|
|
1719
|
+
border-radius: var(--f-border-radius-medium, 4px);
|
|
1720
|
+
border: var(--f-border-width-medium, 2px) solid var(--fkds-color-border-primary, #8d8e91);
|
|
1721
|
+
}
|
|
1722
|
+
.card--error {
|
|
1723
|
+
border-radius: var(--f-border-radius-medium, 4px);
|
|
1724
|
+
border: var(--f-border-width-medium, 2px) solid var(--fkds-color-feedback-border-negative, #ca1515);
|
|
1725
|
+
}
|
|
1726
|
+
.card__content {
|
|
1727
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
1728
|
+
}
|
|
1729
|
+
.card__content > p:last-child,
|
|
1730
|
+
.card__content > div:last-child {
|
|
1731
|
+
margin-bottom: 0;
|
|
1732
|
+
}
|
|
1733
|
+
.card__content > p:last-child > *:last-child,
|
|
1734
|
+
.card__content > div:last-child > *:last-child {
|
|
1735
|
+
margin-bottom: 0;
|
|
1736
|
+
}
|
|
1737
|
+
.card__header-label {
|
|
1738
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
1739
|
+
font-size: var(--f-font-size-large, 1.125rem);
|
|
1740
|
+
font-weight: var(--f-font-weight-bold, 900);
|
|
1741
|
+
line-height: var(--f-line-height-large, 1.5);
|
|
1742
|
+
margin-bottom: calc(0.25rem * var(--f-density-factor, 1));
|
|
1743
|
+
display: block;
|
|
1744
|
+
}
|
|
1745
|
+
.card__footer {
|
|
1746
|
+
padding-top: calc(1.25rem * var(--f-density-factor, 1));
|
|
1747
|
+
}
|
|
1748
|
+
.card__footer > .button-group {
|
|
1749
|
+
margin-bottom: 0;
|
|
1750
|
+
}
|
|
1751
|
+
.card__footer > .button-group .button-group__item {
|
|
1752
|
+
margin-bottom: 0 !important;
|
|
1753
|
+
}
|
|
1754
|
+
.card__error-message {
|
|
1755
|
+
color: var(--f-text-color-error, #d23838);
|
|
1756
|
+
}
|
|
1757
|
+
|
|
2062
1758
|
.list__item {
|
|
2063
1759
|
display: flex;
|
|
2064
1760
|
border: var(--f-border-width-medium, 2px) solid var(--f-border-color-grid, #8d8e91);
|
|
@@ -2152,10 +1848,12 @@ input[type=search]:focus,
|
|
|
2152
1848
|
width: 100%;
|
|
2153
1849
|
}
|
|
2154
1850
|
|
|
2155
|
-
.radio-button__details,
|
|
1851
|
+
.radio-button__details,
|
|
1852
|
+
.checkbox__details {
|
|
2156
1853
|
display: block;
|
|
2157
1854
|
}
|
|
2158
|
-
.radio-button__width,
|
|
1855
|
+
.radio-button__width,
|
|
1856
|
+
.checkbox__width {
|
|
2159
1857
|
width: 100%;
|
|
2160
1858
|
}
|
|
2161
1859
|
|
|
@@ -2585,93 +2283,344 @@ input[type=search]:focus,
|
|
|
2585
2283
|
.dialogue-tree {
|
|
2586
2284
|
margin: 0 0 var(--f-margin-component-bottom, 1.5rem);
|
|
2587
2285
|
}
|
|
2588
|
-
.dialogue-tree__list {
|
|
2589
|
-
margin-left: 0;
|
|
2590
|
-
padding-left: 0;
|
|
2591
|
-
list-style-type: none;
|
|
2592
|
-
border-radius: 2px;
|
|
2593
|
-
border: 1px solid var(--fkds-color-border-primary, #8d8e91);
|
|
2286
|
+
.dialogue-tree__list {
|
|
2287
|
+
margin-left: 0;
|
|
2288
|
+
padding-left: 0;
|
|
2289
|
+
list-style-type: none;
|
|
2290
|
+
border-radius: 2px;
|
|
2291
|
+
border: 1px solid var(--fkds-color-border-primary, #8d8e91);
|
|
2292
|
+
}
|
|
2293
|
+
.dialogue-tree__list-item {
|
|
2294
|
+
background-color: var(--fkds-color-background-primary, #ffffff);
|
|
2295
|
+
border-bottom: 1px solid var(--fkds-color-border-primary, #8d8e91);
|
|
2296
|
+
padding: 0.25em;
|
|
2297
|
+
height: 60px;
|
|
2298
|
+
}
|
|
2299
|
+
.dialogue-tree__list-item:last-child {
|
|
2300
|
+
border-bottom: none;
|
|
2301
|
+
}
|
|
2302
|
+
.dialogue-tree__list-item:hover {
|
|
2303
|
+
background-color: var(--fkds-color-action-background-secondary-hover, #e5e5f5);
|
|
2304
|
+
}
|
|
2305
|
+
.dialogue-tree__list-item button {
|
|
2306
|
+
padding: 0 0.75em;
|
|
2307
|
+
border: 0;
|
|
2308
|
+
width: 100%;
|
|
2309
|
+
height: 100%;
|
|
2310
|
+
background-color: inherit;
|
|
2311
|
+
display: flex;
|
|
2312
|
+
align-items: center;
|
|
2313
|
+
justify-content: space-between;
|
|
2314
|
+
}
|
|
2315
|
+
.dialogue-tree__list-item button span {
|
|
2316
|
+
display: -webkit-box;
|
|
2317
|
+
-webkit-line-clamp: 2;
|
|
2318
|
+
-webkit-box-orient: vertical;
|
|
2319
|
+
overflow: hidden;
|
|
2320
|
+
font-weight: var(--f-font-weight-medium, 700);
|
|
2321
|
+
font-size: var(--f-font-size-standard, 1rem);
|
|
2322
|
+
color: var(--fkds-color-action-text-secondary-default, #1b1e23);
|
|
2323
|
+
text-align: left;
|
|
2324
|
+
cursor: pointer;
|
|
2325
|
+
}
|
|
2326
|
+
.dialogue-tree__list-item button .icon {
|
|
2327
|
+
flex-shrink: 0;
|
|
2328
|
+
margin-left: 1.25rem;
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
.entrypoint {
|
|
2332
|
+
background-color: var(--fkds-color-action-background-primary-default, #4a52b6);
|
|
2333
|
+
color: var(--fkds-color-action-text-inverted-default, #ffffff);
|
|
2334
|
+
border: var(--f-border-width-medium, 2px) solid transparent;
|
|
2335
|
+
border-radius: var(--f-border-radius-medium, 4px);
|
|
2336
|
+
box-shadow: var(--f-button-shadow, 0 1px 3px rgba(0, 0, 0, 0.3));
|
|
2337
|
+
font-size: var(--f-font-size-standard, 1rem);
|
|
2338
|
+
font-weight: var(--f-font-weight-medium, 700);
|
|
2339
|
+
transition: background-color var(--f-animation-duration-medium, 350ms) ease-out;
|
|
2340
|
+
display: inline-flex;
|
|
2341
|
+
justify-content: space-between;
|
|
2342
|
+
align-items: center;
|
|
2343
|
+
cursor: pointer;
|
|
2344
|
+
margin-bottom: calc(1.5rem * var(--f-density-factor, 1));
|
|
2345
|
+
margin-top: calc(0.25rem * var(--f-density-factor, 1));
|
|
2346
|
+
text-align: left;
|
|
2347
|
+
padding: calc(1rem * var(--f-density-factor, 1)) 1rem;
|
|
2348
|
+
line-height: var(--f-line-height-large, 1.5);
|
|
2349
|
+
width: 100%;
|
|
2350
|
+
}
|
|
2351
|
+
.entrypoint__icon {
|
|
2352
|
+
margin-left: 2rem;
|
|
2353
|
+
flex-shrink: 0;
|
|
2354
|
+
}
|
|
2355
|
+
.entrypoint:hover {
|
|
2356
|
+
background-color: var(--fkds-color-action-background-primary-hover, #3b4292);
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2359
|
+
.error-list {
|
|
2360
|
+
color: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
2361
|
+
margin: 0 0 calc(var(--f-margin-component-bottom, 1.5rem) * var(--f-density-factor, 1));
|
|
2362
|
+
}
|
|
2363
|
+
.error-list--list-style-none {
|
|
2364
|
+
list-style-type: none;
|
|
2365
|
+
padding: 0;
|
|
2366
|
+
}
|
|
2367
|
+
.error-list--padding-left {
|
|
2368
|
+
padding-left: 1rem;
|
|
2369
|
+
}
|
|
2370
|
+
.error-list__list {
|
|
2371
|
+
margin: 0;
|
|
2372
|
+
line-height: max(1.5, 2 * var(--f-density-factor, 1));
|
|
2373
|
+
}
|
|
2374
|
+
.error-list__bullet::before {
|
|
2375
|
+
color: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
2376
|
+
content: "•";
|
|
2377
|
+
display: inline;
|
|
2378
|
+
font-size: var(--f-font-size-h4, 1.25rem);
|
|
2379
|
+
line-height: 0;
|
|
2380
|
+
margin-right: 0.75rem;
|
|
2381
|
+
}
|
|
2382
|
+
.error-list__link {
|
|
2383
|
+
color: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
2384
|
+
list-style-position: inside;
|
|
2385
|
+
text-decoration: underline;
|
|
2386
|
+
text-underline-offset: 0.25em;
|
|
2387
|
+
}
|
|
2388
|
+
.error-list__link a {
|
|
2389
|
+
color: var(--fkds-color-feedback-text-negative, #ca1515);
|
|
2390
|
+
}
|
|
2391
|
+
.error-list__link:hover {
|
|
2392
|
+
text-decoration-thickness: 2px;
|
|
2393
|
+
}
|
|
2394
|
+
.error-list__icon {
|
|
2395
|
+
max-width: none;
|
|
2396
|
+
position: relative;
|
|
2397
|
+
top: 3px;
|
|
2398
|
+
}
|
|
2399
|
+
.error-list--list-item {
|
|
2400
|
+
display: list-item;
|
|
2401
|
+
}
|
|
2402
|
+
|
|
2403
|
+
.offline .icon, .icon, .offline .icon-stack, .icon-stack,
|
|
2404
|
+
.icon--stack {
|
|
2405
|
+
display: inline-block;
|
|
2406
|
+
height: var(--f-icon-size-small, 1rem);
|
|
2407
|
+
max-height: 100%;
|
|
2408
|
+
max-width: 100%;
|
|
2409
|
+
pointer-events: none;
|
|
2410
|
+
width: var(--f-icon-size-small, 1rem);
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2413
|
+
.select-field__icon, .label__icon {
|
|
2414
|
+
display: inline;
|
|
2415
|
+
height: var(--f-icon-size-large, 1.5rem);
|
|
2416
|
+
position: absolute;
|
|
2417
|
+
right: 0.75rem;
|
|
2418
|
+
top: calc(0.5rem * var(--f-density-factor, 1));
|
|
2419
|
+
transition: opacity var(--f-animation-duration-medium, 350ms) ease-in-out;
|
|
2420
|
+
width: var(--f-icon-size-large, 1.5rem);
|
|
2421
|
+
}
|
|
2422
|
+
|
|
2423
|
+
.offline .icon-stack, .icon-stack,
|
|
2424
|
+
.icon--stack {
|
|
2425
|
+
position: relative;
|
|
2426
|
+
}
|
|
2427
|
+
.icon-stack .icon,
|
|
2428
|
+
.icon--stack .icon {
|
|
2429
|
+
position: absolute;
|
|
2430
|
+
}
|
|
2431
|
+
|
|
2432
|
+
.icon--flip-horizontal {
|
|
2433
|
+
transform: scaleX(-1);
|
|
2434
|
+
}
|
|
2435
|
+
.icon--flip-vertical {
|
|
2436
|
+
transform: scaleY(-1);
|
|
2437
|
+
}
|
|
2438
|
+
.icon--rotate-90 {
|
|
2439
|
+
transform: rotate(90deg);
|
|
2440
|
+
}
|
|
2441
|
+
.icon--rotate-180 {
|
|
2442
|
+
transform: rotate(180deg);
|
|
2443
|
+
}
|
|
2444
|
+
.icon--rotate-270 {
|
|
2445
|
+
transform: rotate(270deg);
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
.icon-stack--new-window .icon.f-icon-new-window,
|
|
2449
|
+
.icon--new-window .icon.f-icon-new-window {
|
|
2450
|
+
width: 55%;
|
|
2451
|
+
height: 55%;
|
|
2452
|
+
top: 0;
|
|
2453
|
+
right: 0;
|
|
2454
|
+
}
|
|
2455
|
+
.icon-stack--new-window .icon:not(.f-icon-new-window),
|
|
2456
|
+
.icon--new-window .icon:not(.f-icon-new-window) {
|
|
2457
|
+
width: 83%;
|
|
2458
|
+
height: 83%;
|
|
2459
|
+
bottom: 0;
|
|
2460
|
+
left: 5%;
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2463
|
+
.icon-stack--tooltip .f-icon-circle,
|
|
2464
|
+
.icon--stack--tooltip .f-icon-circle {
|
|
2465
|
+
fill: var(--f-icon-color-info, #4a52b6);
|
|
2466
|
+
color: var(--f-icon-color-info, #4a52b6);
|
|
2467
|
+
}
|
|
2468
|
+
.icon-stack--tooltip .f-icon-i,
|
|
2469
|
+
.icon--stack--tooltip .f-icon-i {
|
|
2470
|
+
color: var(--f-icon-color-white, #ffffff);
|
|
2471
|
+
}
|
|
2472
|
+
.icon-stack--info .f-icon-circle,
|
|
2473
|
+
.icon--stack--info .f-icon-circle {
|
|
2474
|
+
color: var(--fkds-icon-color-feedback-background-info, #f5f6fa);
|
|
2475
|
+
fill: var(--fkds-icon-color-feedback-border-info, #4a52b6);
|
|
2476
|
+
}
|
|
2477
|
+
.icon-stack--warning .f-icon-circle,
|
|
2478
|
+
.icon--stack--warning .f-icon-circle {
|
|
2479
|
+
color: var(--fkds-icon-color-feedback-background-warning, #fffcf3);
|
|
2480
|
+
fill: var(--fkds-icon-color-feedback-border-warning, #ffbe10);
|
|
2481
|
+
}
|
|
2482
|
+
.icon-stack--error .f-icon-triangle,
|
|
2483
|
+
.icon--stack--error .f-icon-triangle {
|
|
2484
|
+
color: var(--fkds-icon-color-feedback-background-negative, #fcf3f3);
|
|
2485
|
+
fill: var(--fkds-icon-color-feedback-border-negative, #ca1515);
|
|
2594
2486
|
}
|
|
2595
|
-
.
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
height: 60px;
|
|
2487
|
+
.icon-stack--success .f-icon-circle,
|
|
2488
|
+
.icon--stack--success .f-icon-circle {
|
|
2489
|
+
color: var(--fkds-icon-color-feedback-background-positive, #f3f8f5);
|
|
2490
|
+
fill: var(--fkds-icon-color-feedback-border-positive, #35805b);
|
|
2600
2491
|
}
|
|
2601
|
-
.
|
|
2602
|
-
|
|
2492
|
+
.icon-stack--success .f-icon-success,
|
|
2493
|
+
.icon--stack--success .f-icon-success {
|
|
2494
|
+
transform: scale(0.6);
|
|
2603
2495
|
}
|
|
2604
|
-
.
|
|
2605
|
-
|
|
2496
|
+
.icon-stack--large,
|
|
2497
|
+
.icon--stack--large {
|
|
2498
|
+
width: 2.5rem;
|
|
2499
|
+
height: 2.5rem;
|
|
2606
2500
|
}
|
|
2607
|
-
.
|
|
2608
|
-
|
|
2609
|
-
border: 0;
|
|
2501
|
+
.icon-stack--large svg,
|
|
2502
|
+
.icon--stack--large svg {
|
|
2610
2503
|
width: 100%;
|
|
2611
2504
|
height: 100%;
|
|
2612
|
-
background-color: inherit;
|
|
2613
|
-
display: flex;
|
|
2614
|
-
align-items: center;
|
|
2615
|
-
justify-content: space-between;
|
|
2616
2505
|
}
|
|
2617
|
-
.
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2506
|
+
.icon-stack--circle, .icon-stack--circle-bottom,
|
|
2507
|
+
.icon--stack--circle,
|
|
2508
|
+
.icon--stack--circle-bottom {
|
|
2509
|
+
width: 4rem;
|
|
2510
|
+
height: 4rem;
|
|
2511
|
+
border-radius: 100%;
|
|
2621
2512
|
overflow: hidden;
|
|
2622
|
-
font-weight: var(--f-font-weight-medium, 700);
|
|
2623
|
-
font-size: var(--f-font-size-standard, 1rem);
|
|
2624
|
-
color: var(--fkds-color-action-text-secondary-default, #1b1e23);
|
|
2625
|
-
text-align: left;
|
|
2626
|
-
cursor: pointer;
|
|
2627
2513
|
}
|
|
2628
|
-
.
|
|
2629
|
-
|
|
2630
|
-
|
|
2514
|
+
.icon-stack--circle .f-icon-circle, .icon-stack--circle-bottom .f-icon-circle,
|
|
2515
|
+
.icon--stack--circle .f-icon-circle,
|
|
2516
|
+
.icon--stack--circle-bottom .f-icon-circle {
|
|
2517
|
+
color: var(--f-icon-color-success-background, #dbe9e2);
|
|
2518
|
+
fill: var(--f-icon-color-success-background, #dbe9e2);
|
|
2519
|
+
width: 100%;
|
|
2520
|
+
height: 100%;
|
|
2521
|
+
}
|
|
2522
|
+
.icon-stack--circle .icon:not(.f-icon-circle), .icon-stack--circle-bottom .icon:not(.f-icon-circle),
|
|
2523
|
+
.icon--stack--circle .icon:not(.f-icon-circle),
|
|
2524
|
+
.icon--stack--circle-bottom .icon:not(.f-icon-circle) {
|
|
2525
|
+
color: var(--f-icon-color-success, #35805b);
|
|
2526
|
+
position: absolute;
|
|
2527
|
+
}
|
|
2528
|
+
.icon-stack--circle .icon:not(.f-icon-circle),
|
|
2529
|
+
.icon--stack--circle .icon:not(.f-icon-circle) {
|
|
2530
|
+
width: 70%;
|
|
2531
|
+
height: 70%;
|
|
2532
|
+
inset: 0;
|
|
2533
|
+
margin: auto;
|
|
2534
|
+
}
|
|
2535
|
+
.icon-stack--circle-bottom .icon:not(.f-icon-circle),
|
|
2536
|
+
.icon--stack--circle-bottom .icon:not(.f-icon-circle) {
|
|
2537
|
+
width: 80%;
|
|
2538
|
+
height: 80%;
|
|
2539
|
+
left: 0;
|
|
2540
|
+
right: 0;
|
|
2541
|
+
margin: 0 auto;
|
|
2542
|
+
bottom: 0%;
|
|
2631
2543
|
}
|
|
2632
2544
|
|
|
2633
|
-
.
|
|
2634
|
-
|
|
2635
|
-
margin: 0 0 calc(var(--f-margin-component-bottom, 1.5rem) * var(--f-density-factor, 1));
|
|
2545
|
+
.expandable-panel {
|
|
2546
|
+
margin-bottom: calc(2rem * var(--f-density-factor, 1));
|
|
2636
2547
|
}
|
|
2637
|
-
.
|
|
2638
|
-
|
|
2639
|
-
|
|
2548
|
+
.expandable-panel__icon {
|
|
2549
|
+
border-radius: 50%;
|
|
2550
|
+
background-color: var(--f-icon-color-expandable-panel, #ffffff);
|
|
2551
|
+
width: var(--f-icon-size-medium, 1.25rem);
|
|
2552
|
+
height: var(--f-icon-size-medium, 1.25rem);
|
|
2553
|
+
margin-top: calc((var(--f-line-height-medium, 1.4) * 1em - var(--f-icon-size-medium, 1.25rem)) / 2);
|
|
2554
|
+
display: flex;
|
|
2555
|
+
color: var(--f-background-heading-expandable-panel, #116a3e);
|
|
2556
|
+
padding: 3px;
|
|
2557
|
+
flex-shrink: 0;
|
|
2558
|
+
margin-right: 0.5rem;
|
|
2640
2559
|
}
|
|
2641
|
-
.
|
|
2642
|
-
|
|
2560
|
+
.expandable-panel__icon .icon {
|
|
2561
|
+
transition: transform var(--f-animation-duration-long, 500ms) ease;
|
|
2643
2562
|
}
|
|
2644
|
-
.
|
|
2645
|
-
|
|
2646
|
-
line-height: max(1.5, 2 * var(--f-density-factor, 1));
|
|
2563
|
+
.expandable-panel.expandable-panel--expanded .expandable-panel__icon svg:nth-child(2) {
|
|
2564
|
+
transform: rotate(0);
|
|
2647
2565
|
}
|
|
2648
|
-
.
|
|
2649
|
-
|
|
2650
|
-
content: "•";
|
|
2651
|
-
display: inline;
|
|
2652
|
-
font-size: var(--f-font-size-h4, 1.25rem);
|
|
2653
|
-
line-height: 0;
|
|
2654
|
-
margin-right: 0.75rem;
|
|
2566
|
+
.expandable-panel.expandable-panel--expanded .expandable-panel__content {
|
|
2567
|
+
height: auto;
|
|
2655
2568
|
}
|
|
2656
|
-
.
|
|
2657
|
-
|
|
2658
|
-
list-style-position: inside;
|
|
2659
|
-
text-decoration: underline;
|
|
2660
|
-
text-underline-offset: 0.25em;
|
|
2569
|
+
.expandable-panel.expandable-panel--expanded .expandable-panel__heading button {
|
|
2570
|
+
border: var(--f-expandable-panel-heading-border-open, none);
|
|
2661
2571
|
}
|
|
2662
|
-
.
|
|
2663
|
-
|
|
2572
|
+
.expandable-panel.expandable-panel--collapsed .expandable-panel__icon svg:nth-child(2) {
|
|
2573
|
+
transform: rotate(-90deg);
|
|
2664
2574
|
}
|
|
2665
|
-
.
|
|
2666
|
-
|
|
2575
|
+
.expandable-panel__heading {
|
|
2576
|
+
/* stylelint-disable-next-line scss/at-extend-no-missing-placeholder -- technical debt */
|
|
2577
|
+
margin-bottom: 0 !important;
|
|
2667
2578
|
}
|
|
2668
|
-
.
|
|
2669
|
-
|
|
2579
|
+
.expandable-panel__heading button {
|
|
2580
|
+
background-color: var(--f-background-heading-expandable-panel, #116a3e);
|
|
2581
|
+
border: var(--f-expandable-panel-heading-border-close, none);
|
|
2582
|
+
border-radius: var(--f-expandable-panel-heading-border-radius, 4px 4px 0 0);
|
|
2583
|
+
color: var(--f-text-color-heading-expandable-panel, #ffffff);
|
|
2584
|
+
cursor: pointer;
|
|
2585
|
+
display: flex;
|
|
2586
|
+
margin: 0;
|
|
2587
|
+
padding: calc(1rem * var(--f-density-factor, 1)) 1rem;
|
|
2670
2588
|
position: relative;
|
|
2671
|
-
|
|
2589
|
+
text-align: left;
|
|
2590
|
+
width: 100%;
|
|
2672
2591
|
}
|
|
2673
|
-
.
|
|
2674
|
-
|
|
2592
|
+
.expandable-panel__heading button:focus, .expandable-panel__heading button:hover {
|
|
2593
|
+
background-color: var(--f-background-heading-expandable-panel-hover, #35805b);
|
|
2594
|
+
}
|
|
2595
|
+
.expandable-panel__notification {
|
|
2596
|
+
border-radius: 50%;
|
|
2597
|
+
background-color: var(--f-icon-color-notice, #d34503);
|
|
2598
|
+
border: var(--f-border-width-medium, 2px) solid var(--f-icon-color-white, #ffffff);
|
|
2599
|
+
width: var(--f-icon-size-x-large, 2rem);
|
|
2600
|
+
height: var(--f-icon-size-x-large, 2rem);
|
|
2601
|
+
display: inline-block;
|
|
2602
|
+
padding: 0.27rem;
|
|
2603
|
+
position: absolute;
|
|
2604
|
+
right: 1.5rem;
|
|
2605
|
+
top: -0.75rem;
|
|
2606
|
+
line-height: 0;
|
|
2607
|
+
}
|
|
2608
|
+
.expandable-panel__notification svg {
|
|
2609
|
+
color: var(--f-icon-color-white, #ffffff);
|
|
2610
|
+
height: auto;
|
|
2611
|
+
width: auto;
|
|
2612
|
+
}
|
|
2613
|
+
.expandable-panel__content {
|
|
2614
|
+
height: 0;
|
|
2615
|
+
overflow: hidden;
|
|
2616
|
+
transition: height var(--f-animation-duration-medium, 350ms) ease-in;
|
|
2617
|
+
}
|
|
2618
|
+
.expandable-panel__body {
|
|
2619
|
+
background-color: var(--f-background-expandable-panel, #ffffff);
|
|
2620
|
+
border: var(--f-border-width-medium, 2px) solid var(--f-border-color-panel, #e7f0e9);
|
|
2621
|
+
border-top: 0;
|
|
2622
|
+
line-height: inherit;
|
|
2623
|
+
padding: calc(1.5rem * var(--f-density-factor, 1)) 1.5rem;
|
|
2675
2624
|
}
|
|
2676
2625
|
|
|
2677
2626
|
.expandable-paragraph {
|
|
@@ -2825,139 +2774,19 @@ input[type=search]:focus,
|
|
|
2825
2774
|
.file-selector input[type=file]:focus + label {
|
|
2826
2775
|
border-radius: 0;
|
|
2827
2776
|
box-shadow: var(--f-focus-box-shadow, 0 0 0 2px #ffffff, 0 0 0 4px #1b1e23, 0 0 0 6px #ffffff);
|
|
2828
|
-
outline: 2px solid transparent;
|
|
2829
|
-
}
|
|
2830
|
-
.file-selector label {
|
|
2831
|
-
cursor: pointer;
|
|
2832
|
-
}
|
|
2833
|
-
.file-selector input:disabled + label {
|
|
2834
|
-
background-color: transparent;
|
|
2835
|
-
border-color: transparent;
|
|
2836
|
-
cursor: default;
|
|
2837
|
-
}
|
|
2838
|
-
|
|
2839
|
-
.file-uploader__message-box {
|
|
2840
|
-
margin-top: 1.25rem;
|
|
2841
|
-
}
|
|
2842
|
-
|
|
2843
|
-
.form {
|
|
2844
|
-
padding-top: 1rem;
|
|
2845
|
-
padding-bottom: 3rem;
|
|
2846
|
-
}
|
|
2847
|
-
|
|
2848
|
-
.form-step {
|
|
2849
|
-
background: var(--f-background-form-step, #f4f4f4);
|
|
2850
|
-
border: var(--f-border-width-medium, 2px) solid var(--f-border-color-form-step, #ddddde);
|
|
2851
|
-
border-radius: var(--f-border-radius-small, 2px);
|
|
2852
|
-
margin: 0 0 var(--f-margin-component-bottom, 1.5rem);
|
|
2853
|
-
margin-bottom: 2rem;
|
|
2854
|
-
padding: 2rem;
|
|
2855
|
-
position: relative;
|
|
2856
|
-
transition: background-color var(--f-animation-duration-medium, 350ms) ease-in-out, border-color var(--f-animation-duration-medium, 350ms) ease-in-out;
|
|
2857
|
-
}
|
|
2858
|
-
@media (max-width: 639.98px) {
|
|
2859
|
-
.form-step {
|
|
2860
|
-
padding: 1.5rem 0.75rem 2rem;
|
|
2861
|
-
margin-left: -0.75rem;
|
|
2862
|
-
margin-right: -0.75rem;
|
|
2863
|
-
}
|
|
2864
|
-
}
|
|
2865
|
-
.form-step--last-step {
|
|
2866
|
-
margin-bottom: 3rem;
|
|
2867
|
-
}
|
|
2868
|
-
@media (max-width: 639.98px) {
|
|
2869
|
-
.form-step--last-step {
|
|
2870
|
-
margin-bottom: 2rem;
|
|
2871
|
-
}
|
|
2872
|
-
}
|
|
2873
|
-
.form-step__header {
|
|
2874
|
-
margin-bottom: 0.5rem;
|
|
2875
|
-
}
|
|
2876
|
-
.form-step__title {
|
|
2877
|
-
font-size: var(--f-font-size-h2, 1.75rem);
|
|
2878
|
-
display: inline;
|
|
2879
|
-
}
|
|
2880
|
-
@media (max-width: 639.98px) {
|
|
2881
|
-
.form-step__title {
|
|
2882
|
-
font-size: var(--f-font-size-xxx-large, 1.5rem);
|
|
2883
|
-
}
|
|
2884
|
-
}
|
|
2885
|
-
.form-step__check {
|
|
2886
|
-
transition: opacity var(--f-animation-duration-medium, 350ms) ease-in-out;
|
|
2887
|
-
color: var(--f-icon-color-success, #35805b);
|
|
2888
|
-
height: var(--f-icon-size-x-large, 2rem);
|
|
2889
|
-
margin-bottom: -0.25rem;
|
|
2890
|
-
margin-left: 0.5rem;
|
|
2891
|
-
width: var(--f-icon-size-x-large, 2rem);
|
|
2892
|
-
}
|
|
2893
|
-
.form-step__error {
|
|
2894
|
-
color: var(--f-text-color-error, #d23838);
|
|
2895
|
-
}
|
|
2896
|
-
.form-step__arrow {
|
|
2897
|
-
position: absolute;
|
|
2898
|
-
left: 3rem;
|
|
2899
|
-
top: 100%;
|
|
2900
|
-
}
|
|
2901
|
-
.form-step__arrow::before, .form-step__arrow::after {
|
|
2902
|
-
border: solid transparent;
|
|
2903
|
-
content: " ";
|
|
2904
|
-
height: 0;
|
|
2905
|
-
width: 0;
|
|
2906
|
-
pointer-events: none;
|
|
2907
|
-
z-index: 1;
|
|
2908
|
-
position: absolute;
|
|
2909
|
-
}
|
|
2910
|
-
.form-step__arrow::after {
|
|
2911
|
-
border-color: none;
|
|
2912
|
-
border-top-color: var(--f-background-form-step, #f4f4f4);
|
|
2913
|
-
border-width: calc(var(--f-icon-size-small, 1rem) - var(--f-border-width-medium, 2px) * 1.4142);
|
|
2914
|
-
margin-left: calc(-1 * (var(--f-icon-size-small, 1rem) - var(--f-border-width-medium, 2px) * 1.4142));
|
|
2915
|
-
}
|
|
2916
|
-
.form-step__arrow::before {
|
|
2917
|
-
border-color: none;
|
|
2918
|
-
border-top-color: var(--f-border-color-form-step, #ddddde);
|
|
2919
|
-
border-width: var(--f-icon-size-small, 1rem);
|
|
2920
|
-
margin-left: calc(-1 * var(--f-icon-size-small, 1rem));
|
|
2921
|
-
}
|
|
2922
|
-
@media (max-width: 639.98px) {
|
|
2923
|
-
.form-step__arrow {
|
|
2924
|
-
left: 2rem;
|
|
2925
|
-
}
|
|
2926
|
-
}
|
|
2927
|
-
.form-step--complete {
|
|
2928
|
-
background: var(--f-background-success, #f3f8f5);
|
|
2929
|
-
border-color: var(--f-border-color-success, #35805b);
|
|
2930
|
-
}
|
|
2931
|
-
.form-step--complete .form-step__arrow {
|
|
2932
|
-
position: absolute;
|
|
2933
|
-
left: 3rem;
|
|
2934
|
-
top: 100%;
|
|
2935
|
-
}
|
|
2936
|
-
.form-step--complete .form-step__arrow::before, .form-step--complete .form-step__arrow::after {
|
|
2937
|
-
border: solid transparent;
|
|
2938
|
-
content: " ";
|
|
2939
|
-
height: 0;
|
|
2940
|
-
width: 0;
|
|
2941
|
-
pointer-events: none;
|
|
2942
|
-
z-index: 1;
|
|
2943
|
-
position: absolute;
|
|
2777
|
+
outline: 2px solid transparent;
|
|
2944
2778
|
}
|
|
2945
|
-
.
|
|
2946
|
-
|
|
2947
|
-
border-top-color: var(--f-background-success, #f3f8f5);
|
|
2948
|
-
border-width: calc(var(--f-icon-size-small, 1rem) - var(--f-border-width-medium, 2px) * 1.4142);
|
|
2949
|
-
margin-left: calc(-1 * (var(--f-icon-size-small, 1rem) - var(--f-border-width-medium, 2px) * 1.4142));
|
|
2779
|
+
.file-selector label {
|
|
2780
|
+
cursor: pointer;
|
|
2950
2781
|
}
|
|
2951
|
-
.
|
|
2952
|
-
|
|
2953
|
-
border-
|
|
2954
|
-
|
|
2955
|
-
margin-left: calc(-1 * var(--f-icon-size-small, 1rem));
|
|
2782
|
+
.file-selector input:disabled + label {
|
|
2783
|
+
background-color: transparent;
|
|
2784
|
+
border-color: transparent;
|
|
2785
|
+
cursor: default;
|
|
2956
2786
|
}
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
}
|
|
2787
|
+
|
|
2788
|
+
.file-uploader__message-box {
|
|
2789
|
+
margin-top: 1.25rem;
|
|
2961
2790
|
}
|
|
2962
2791
|
|
|
2963
2792
|
.component-group > .component-group__item:not(:only-child) {
|
|
@@ -2983,6 +2812,9 @@ input[type=search]:focus,
|
|
|
2983
2812
|
margin-bottom: calc(0.25rem * var(--f-density-factor, 1));
|
|
2984
2813
|
width: var(--f-width-full, 100%);
|
|
2985
2814
|
}
|
|
2815
|
+
.label.sr-only {
|
|
2816
|
+
width: auto;
|
|
2817
|
+
}
|
|
2986
2818
|
.label__message {
|
|
2987
2819
|
display: block;
|
|
2988
2820
|
font-weight: var(--f-font-weight-normal, 400);
|
|
@@ -3803,7 +3635,6 @@ input[type=search]:focus,
|
|
|
3803
3635
|
}
|
|
3804
3636
|
@media (width <= 1280px) {
|
|
3805
3637
|
.layout-secondary__secondary {
|
|
3806
|
-
/* stylelint-disable-next-line color-function-notation, alpha-value-notation -- technical debt */
|
|
3807
3638
|
box-shadow: 4px 0 2px rgba(0, 0, 0, 0.5), -4px 0 2px rgba(0, 0, 0, 0.5);
|
|
3808
3639
|
}
|
|
3809
3640
|
}
|
|
@@ -3992,6 +3823,12 @@ input[type=search]:focus,
|
|
|
3992
3823
|
font-size: var(--f-font-size-large, 1.125rem);
|
|
3993
3824
|
}
|
|
3994
3825
|
}
|
|
3826
|
+
.message-box__icon {
|
|
3827
|
+
line-height: var(--f-line-height-large, 1.5);
|
|
3828
|
+
}
|
|
3829
|
+
.message-box__content {
|
|
3830
|
+
text-align: left;
|
|
3831
|
+
}
|
|
3995
3832
|
.message-box--info {
|
|
3996
3833
|
border: var(--f-border-width-medium, 2px) solid;
|
|
3997
3834
|
border-color: var(--fkds-color-feedback-border-info, #4a52b6);
|
|
@@ -4425,6 +4262,7 @@ input[type=search]:focus,
|
|
|
4425
4262
|
background-color: var(--fkds-color-feedback-background-negative, #fcf3f3);
|
|
4426
4263
|
border-radius: var(--f-border-radius-small, 2px);
|
|
4427
4264
|
border-left: 1rem solid var(--fkds-color-feedback-border-negative, #ca1515);
|
|
4265
|
+
padding: 1.5rem;
|
|
4428
4266
|
}
|
|
4429
4267
|
.offline .offline__icon {
|
|
4430
4268
|
font-size: 0;
|
|
@@ -4453,9 +4291,6 @@ input[type=search]:focus,
|
|
|
4453
4291
|
.offline .iflex__item > p {
|
|
4454
4292
|
margin-bottom: 0;
|
|
4455
4293
|
}
|
|
4456
|
-
.offline {
|
|
4457
|
-
padding: 1.5rem;
|
|
4458
|
-
}
|
|
4459
4294
|
.offline__wrapper {
|
|
4460
4295
|
position: fixed;
|
|
4461
4296
|
position: sticky;
|
|
@@ -4483,6 +4318,58 @@ input[type=search]:focus,
|
|
|
4483
4318
|
margin-bottom: 0;
|
|
4484
4319
|
}
|
|
4485
4320
|
|
|
4321
|
+
.page-header {
|
|
4322
|
+
display: flex;
|
|
4323
|
+
flex-direction: row;
|
|
4324
|
+
width: 100%;
|
|
4325
|
+
color: var(--f-text-color-default-inverted, #ffffff);
|
|
4326
|
+
background-color: var(--f-background-pageheader-primary, #116a3e);
|
|
4327
|
+
padding: 1rem 0 1rem 1rem;
|
|
4328
|
+
align-items: center;
|
|
4329
|
+
overflow: hidden;
|
|
4330
|
+
}
|
|
4331
|
+
.page-header__logo {
|
|
4332
|
+
display: flex;
|
|
4333
|
+
margin: 0;
|
|
4334
|
+
padding: 0;
|
|
4335
|
+
align-items: center;
|
|
4336
|
+
box-sizing: border-box;
|
|
4337
|
+
}
|
|
4338
|
+
.page-header__logo > a {
|
|
4339
|
+
display: inline-flex;
|
|
4340
|
+
}
|
|
4341
|
+
.page-header__logo::after {
|
|
4342
|
+
content: " ";
|
|
4343
|
+
background-color: var(--f-border-color-separator-pageheader-primary, #ffffff);
|
|
4344
|
+
height: 1.38rem;
|
|
4345
|
+
padding: 0.5px;
|
|
4346
|
+
margin: 0 1rem 0.155rem;
|
|
4347
|
+
}
|
|
4348
|
+
.page-header__app-name {
|
|
4349
|
+
padding-top: 0.22rem;
|
|
4350
|
+
margin: 0;
|
|
4351
|
+
font-size: var(--f-font-size-h3, 1.375rem);
|
|
4352
|
+
font-weight: var(--f-font-weight-medium, 700);
|
|
4353
|
+
color: var(--f-text-color-default-inverted, #ffffff);
|
|
4354
|
+
white-space: nowrap;
|
|
4355
|
+
overflow: hidden;
|
|
4356
|
+
text-overflow: ellipsis;
|
|
4357
|
+
min-width: 9rem;
|
|
4358
|
+
}
|
|
4359
|
+
.page-header__right {
|
|
4360
|
+
display: flex;
|
|
4361
|
+
justify-content: flex-end;
|
|
4362
|
+
align-items: center;
|
|
4363
|
+
flex-grow: 1;
|
|
4364
|
+
white-space: nowrap;
|
|
4365
|
+
padding-top: 0.4rem;
|
|
4366
|
+
font-size: var(--f-font-size-standard, 1rem);
|
|
4367
|
+
}
|
|
4368
|
+
.page-header__right-slot {
|
|
4369
|
+
padding-left: 1rem;
|
|
4370
|
+
padding-right: 1rem;
|
|
4371
|
+
}
|
|
4372
|
+
|
|
4486
4373
|
.progress {
|
|
4487
4374
|
background-color: var(--fkds-color-background-primary, #ffffff);
|
|
4488
4375
|
border-radius: var(--f-border-radius-medium, 4px);
|
|
@@ -4875,6 +4762,9 @@ input[type=search]:focus,
|
|
|
4875
4762
|
.table thead th .table__column__header__icon--discrete {
|
|
4876
4763
|
color: var(--f-icon-color-table-header-discrete, #8d8e91);
|
|
4877
4764
|
}
|
|
4765
|
+
.table thead .table__column--numeric {
|
|
4766
|
+
text-align: right;
|
|
4767
|
+
}
|
|
4878
4768
|
.table tbody .table__expandable-row--collapsed {
|
|
4879
4769
|
display: none;
|
|
4880
4770
|
}
|
|
@@ -5415,215 +5305,48 @@ input[type=search]:focus,
|
|
|
5415
5305
|
margin-left: 0;
|
|
5416
5306
|
}
|
|
5417
5307
|
}
|
|
5418
|
-
.wizard-step--open .wizard-step__header__title {
|
|
5419
|
-
color: var(--fkds-color-text-primary, #1b1e23);
|
|
5420
|
-
}
|
|
5421
|
-
.wizard-step--open .wizard-step__step-of {
|
|
5422
|
-
display: block;
|
|
5423
|
-
}
|
|
5424
|
-
.wizard-step--done .wizard-step__header__title .anchor {
|
|
5425
|
-
color: var(--fkds-color-feedback-text-positive, #35805b);
|
|
5426
|
-
text-decoration-color: var(--fkds-color-feedback-text-positive, #35805b);
|
|
5427
|
-
text-decoration-thickness: 2px;
|
|
5428
|
-
text-underline-offset: 0.25em;
|
|
5429
|
-
}
|
|
5430
|
-
.wizard-step--done .wizard-step__header__title .anchor:hover {
|
|
5431
|
-
text-decoration-color: var(--fkds-color-feedback-text-positive, #35805b);
|
|
5432
|
-
text-decoration-thickness: 3px;
|
|
5433
|
-
text-underline-offset: 0.25em;
|
|
5434
|
-
}
|
|
5435
|
-
.wizard-step--done .icon.f-icon-success {
|
|
5436
|
-
display: block;
|
|
5437
|
-
color: var(--fkds-icon-color-content-inverted, #ffffff);
|
|
5438
|
-
width: 20px;
|
|
5439
|
-
height: auto;
|
|
5440
|
-
}
|
|
5441
|
-
.wizard-step--done .wizard-step__icon-container__circle {
|
|
5442
|
-
background-color: var(--f-icon-color-wizard-step-done, #35805b);
|
|
5443
|
-
border-color: var(--f-icon-color-wizard-step-done, #35805b);
|
|
5444
|
-
}
|
|
5445
|
-
.wizard-step--done .wizard-step__icon-container__number {
|
|
5446
|
-
display: none;
|
|
5447
|
-
}
|
|
5448
|
-
.wizard-step--pending .wizard-step__header__title {
|
|
5449
|
-
color: var(--f-text-color-discrete, #5f6165);
|
|
5450
|
-
}
|
|
5451
|
-
.wizard-step--pending .wizard-step__icon-container__circle {
|
|
5452
|
-
border: 2px solid var(--fkds-color-border-strong, #5f6165);
|
|
5453
|
-
background-color: var(--fkds-color-background-disabled, #f4f4f4);
|
|
5454
|
-
color: var(--f-icon-color-discrete, #5f6165);
|
|
5455
|
-
}
|
|
5456
|
-
@media (forced-colors: active) {
|
|
5457
|
-
.wizard-step .icon.f-icon-success {
|
|
5458
|
-
color: CanvasText;
|
|
5459
|
-
}
|
|
5460
|
-
}
|
|
5461
|
-
|
|
5462
|
-
/* stylelint-disable no-invalid-position-at-import-rule -- technical debt */
|
|
5463
|
-
.iflex {
|
|
5464
|
-
display: flex;
|
|
5465
|
-
}
|
|
5466
|
-
|
|
5467
|
-
.iflex--gap-1x {
|
|
5468
|
-
margin-left: -0.25rem;
|
|
5469
|
-
margin-right: -0.25rem;
|
|
5470
|
-
}
|
|
5471
|
-
.iflex--gap-1x .iflex__item {
|
|
5472
|
-
padding-left: 0.25rem;
|
|
5473
|
-
padding-right: 0.25rem;
|
|
5474
|
-
}
|
|
5475
|
-
|
|
5476
|
-
.iflex--gap-2x {
|
|
5477
|
-
margin-left: -0.5rem;
|
|
5478
|
-
margin-right: -0.5rem;
|
|
5479
|
-
}
|
|
5480
|
-
.iflex--gap-2x .iflex__item {
|
|
5481
|
-
padding-left: 0.5rem;
|
|
5482
|
-
padding-right: 0.5rem;
|
|
5483
|
-
}
|
|
5484
|
-
|
|
5485
|
-
.iflex--gap-3x {
|
|
5486
|
-
margin-left: -0.75rem;
|
|
5487
|
-
margin-right: -0.75rem;
|
|
5488
|
-
}
|
|
5489
|
-
.iflex--gap-3x .iflex__item {
|
|
5490
|
-
padding-left: 0.75rem;
|
|
5491
|
-
padding-right: 0.75rem;
|
|
5492
|
-
}
|
|
5493
|
-
|
|
5494
|
-
.iflex--gap-4x {
|
|
5495
|
-
margin-left: -1rem;
|
|
5496
|
-
margin-right: -1rem;
|
|
5497
|
-
}
|
|
5498
|
-
.iflex--gap-4x .iflex__item {
|
|
5499
|
-
padding-left: 1rem;
|
|
5500
|
-
padding-right: 1rem;
|
|
5501
|
-
}
|
|
5502
|
-
|
|
5503
|
-
.iflex--gap-5x {
|
|
5504
|
-
margin-left: -1.25rem;
|
|
5505
|
-
margin-right: -1.25rem;
|
|
5506
|
-
}
|
|
5507
|
-
.iflex--gap-5x .iflex__item {
|
|
5508
|
-
padding-left: 1.25rem;
|
|
5509
|
-
padding-right: 1.25rem;
|
|
5510
|
-
}
|
|
5511
|
-
|
|
5512
|
-
.iflex--gap-6x {
|
|
5513
|
-
margin-left: -1.5rem;
|
|
5514
|
-
margin-right: -1.5rem;
|
|
5515
|
-
}
|
|
5516
|
-
.iflex--gap-6x .iflex__item {
|
|
5517
|
-
padding-left: 1.5rem;
|
|
5518
|
-
padding-right: 1.5rem;
|
|
5519
|
-
}
|
|
5520
|
-
|
|
5521
|
-
.iflex--gap-7x {
|
|
5522
|
-
margin-left: -1.75rem;
|
|
5523
|
-
margin-right: -1.75rem;
|
|
5524
|
-
}
|
|
5525
|
-
.iflex--gap-7x .iflex__item {
|
|
5526
|
-
padding-left: 1.75rem;
|
|
5527
|
-
padding-right: 1.75rem;
|
|
5528
|
-
}
|
|
5529
|
-
|
|
5530
|
-
.iflex--gap-8x {
|
|
5531
|
-
margin-left: -2rem;
|
|
5532
|
-
margin-right: -2rem;
|
|
5533
|
-
}
|
|
5534
|
-
.iflex--gap-8x .iflex__item {
|
|
5535
|
-
padding-left: 2rem;
|
|
5536
|
-
padding-right: 2rem;
|
|
5537
|
-
}
|
|
5538
|
-
|
|
5539
|
-
.iflex__item {
|
|
5540
|
-
flex: 1 0 0%;
|
|
5541
|
-
}
|
|
5542
|
-
|
|
5543
|
-
.iflex--grow {
|
|
5544
|
-
flex: 1 1 auto;
|
|
5545
|
-
}
|
|
5546
|
-
|
|
5547
|
-
.iflex--shrink {
|
|
5548
|
-
flex: 0 1 auto;
|
|
5549
|
-
}
|
|
5550
|
-
|
|
5551
|
-
.iflex--align-top {
|
|
5552
|
-
align-self: flex-start;
|
|
5553
|
-
}
|
|
5554
|
-
|
|
5555
|
-
.iflex--align-center {
|
|
5556
|
-
align-self: center;
|
|
5557
|
-
}
|
|
5558
|
-
|
|
5559
|
-
.iflex--align-bottom {
|
|
5560
|
-
align-self: flex-end;
|
|
5561
|
-
}
|
|
5562
|
-
|
|
5563
|
-
@media (max-width: 639.98px) {
|
|
5564
|
-
.iflex--collapse {
|
|
5565
|
-
display: block;
|
|
5566
|
-
}
|
|
5567
|
-
}
|
|
5568
|
-
|
|
5569
|
-
.iflex--wrap {
|
|
5570
|
-
flex-wrap: wrap;
|
|
5571
|
-
}
|
|
5572
|
-
|
|
5573
|
-
.iflex--float-right {
|
|
5574
|
-
justify-content: flex-end;
|
|
5575
|
-
}
|
|
5576
|
-
|
|
5577
|
-
.iflex--float-center {
|
|
5578
|
-
justify-content: center;
|
|
5579
|
-
}
|
|
5580
|
-
|
|
5581
|
-
.ipopupmenu {
|
|
5582
|
-
background-color: var(--f-background-popupmenu, #ffffff);
|
|
5583
|
-
}
|
|
5584
|
-
.ipopupmenu__list {
|
|
5585
|
-
margin: 0;
|
|
5586
|
-
border: 1px solid var(--f-border-color-popupmenu, #ddddde);
|
|
5587
|
-
padding: 0.5rem;
|
|
5588
|
-
}
|
|
5589
|
-
.ipopupmenu__list__item {
|
|
5590
|
-
cursor: pointer;
|
|
5591
|
-
list-style-type: none;
|
|
5592
|
-
white-space: nowrap;
|
|
5593
|
-
}
|
|
5594
|
-
.ipopupmenu__list__item a,
|
|
5595
|
-
.ipopupmenu__list__item a:visited,
|
|
5596
|
-
.ipopupmenu__list__item a:active {
|
|
5597
|
-
color: var(--f-text-color-popupmenu, #1b1e23);
|
|
5598
|
-
}
|
|
5599
|
-
.ipopupmenu__list__item a:hover {
|
|
5600
|
-
color: var(--f-text-color-popupmenu-hover, #1b1e23);
|
|
5308
|
+
.wizard-step--open .wizard-step__header__title {
|
|
5309
|
+
color: var(--fkds-color-text-primary, #1b1e23);
|
|
5601
5310
|
}
|
|
5602
|
-
|
|
5603
|
-
.ipopupmenu--vertical .ipopupmenu__list {
|
|
5311
|
+
.wizard-step--open .wizard-step__step-of {
|
|
5604
5312
|
display: block;
|
|
5605
5313
|
}
|
|
5606
|
-
.
|
|
5607
|
-
|
|
5314
|
+
.wizard-step--done .wizard-step__header__title .anchor {
|
|
5315
|
+
color: var(--fkds-color-feedback-text-positive, #35805b);
|
|
5316
|
+
text-decoration-color: var(--fkds-color-feedback-text-positive, #35805b);
|
|
5317
|
+
text-decoration-thickness: 2px;
|
|
5318
|
+
text-underline-offset: 0.25em;
|
|
5319
|
+
}
|
|
5320
|
+
.wizard-step--done .wizard-step__header__title .anchor:hover {
|
|
5321
|
+
text-decoration-color: var(--fkds-color-feedback-text-positive, #35805b);
|
|
5322
|
+
text-decoration-thickness: 3px;
|
|
5323
|
+
text-underline-offset: 0.25em;
|
|
5324
|
+
}
|
|
5325
|
+
.wizard-step--done .icon.f-icon-success {
|
|
5608
5326
|
display: block;
|
|
5327
|
+
color: var(--fkds-icon-color-content-inverted, #ffffff);
|
|
5328
|
+
width: 20px;
|
|
5329
|
+
height: auto;
|
|
5609
5330
|
}
|
|
5610
|
-
.
|
|
5611
|
-
background-color: var(--f-
|
|
5331
|
+
.wizard-step--done .wizard-step__icon-container__circle {
|
|
5332
|
+
background-color: var(--f-icon-color-wizard-step-done, #35805b);
|
|
5333
|
+
border-color: var(--f-icon-color-wizard-step-done, #35805b);
|
|
5612
5334
|
}
|
|
5613
|
-
.
|
|
5614
|
-
|
|
5615
|
-
font-weight: var(--f-font-weight-medium, 700);
|
|
5335
|
+
.wizard-step--done .wizard-step__icon-container__number {
|
|
5336
|
+
display: none;
|
|
5616
5337
|
}
|
|
5617
|
-
|
|
5618
|
-
|
|
5619
|
-
position: absolute;
|
|
5620
|
-
top: -200px;
|
|
5338
|
+
.wizard-step--pending .wizard-step__header__title {
|
|
5339
|
+
color: var(--f-text-color-discrete, #5f6165);
|
|
5621
5340
|
}
|
|
5622
|
-
.
|
|
5623
|
-
|
|
5624
|
-
background-color: var(--
|
|
5625
|
-
|
|
5626
|
-
|
|
5341
|
+
.wizard-step--pending .wizard-step__icon-container__circle {
|
|
5342
|
+
border: 2px solid var(--fkds-color-border-strong, #5f6165);
|
|
5343
|
+
background-color: var(--fkds-color-background-disabled, #f4f4f4);
|
|
5344
|
+
color: var(--f-icon-color-discrete, #5f6165);
|
|
5345
|
+
}
|
|
5346
|
+
@media (forced-colors: active) {
|
|
5347
|
+
.wizard-step .icon.f-icon-success {
|
|
5348
|
+
color: CanvasText;
|
|
5349
|
+
}
|
|
5627
5350
|
}
|
|
5628
5351
|
|
|
5629
5352
|
.animate-expand {
|
|
@@ -5746,27 +5469,122 @@ input[type=search]:focus,
|
|
|
5746
5469
|
width: 100%;
|
|
5747
5470
|
}
|
|
5748
5471
|
|
|
5749
|
-
.
|
|
5750
|
-
|
|
5751
|
-
top: 0;
|
|
5472
|
+
.iflex {
|
|
5473
|
+
display: flex;
|
|
5752
5474
|
}
|
|
5753
|
-
|
|
5754
|
-
|
|
5755
|
-
|
|
5756
|
-
|
|
5757
|
-
border-radius: var(--f-border-radius-small, 2px);
|
|
5758
|
-
position: absolute;
|
|
5759
|
-
z-index: 9996;
|
|
5760
|
-
box-shadow: var(--f-box-modal-shadow, 0 0 20px rgba(0, 0, 0, 0.3));
|
|
5475
|
+
|
|
5476
|
+
.iflex--gap-1x {
|
|
5477
|
+
margin-left: -0.25rem;
|
|
5478
|
+
margin-right: -0.25rem;
|
|
5761
5479
|
}
|
|
5762
|
-
.
|
|
5763
|
-
|
|
5480
|
+
.iflex--gap-1x .iflex__item {
|
|
5481
|
+
padding-left: 0.25rem;
|
|
5482
|
+
padding-right: 0.25rem;
|
|
5764
5483
|
}
|
|
5765
|
-
|
|
5766
|
-
|
|
5767
|
-
margin-
|
|
5768
|
-
margin-
|
|
5769
|
-
|
|
5484
|
+
|
|
5485
|
+
.iflex--gap-2x {
|
|
5486
|
+
margin-left: -0.5rem;
|
|
5487
|
+
margin-right: -0.5rem;
|
|
5488
|
+
}
|
|
5489
|
+
.iflex--gap-2x .iflex__item {
|
|
5490
|
+
padding-left: 0.5rem;
|
|
5491
|
+
padding-right: 0.5rem;
|
|
5492
|
+
}
|
|
5493
|
+
|
|
5494
|
+
.iflex--gap-3x {
|
|
5495
|
+
margin-left: -0.75rem;
|
|
5496
|
+
margin-right: -0.75rem;
|
|
5497
|
+
}
|
|
5498
|
+
.iflex--gap-3x .iflex__item {
|
|
5499
|
+
padding-left: 0.75rem;
|
|
5500
|
+
padding-right: 0.75rem;
|
|
5501
|
+
}
|
|
5502
|
+
|
|
5503
|
+
.iflex--gap-4x {
|
|
5504
|
+
margin-left: -1rem;
|
|
5505
|
+
margin-right: -1rem;
|
|
5506
|
+
}
|
|
5507
|
+
.iflex--gap-4x .iflex__item {
|
|
5508
|
+
padding-left: 1rem;
|
|
5509
|
+
padding-right: 1rem;
|
|
5510
|
+
}
|
|
5511
|
+
|
|
5512
|
+
.iflex--gap-5x {
|
|
5513
|
+
margin-left: -1.25rem;
|
|
5514
|
+
margin-right: -1.25rem;
|
|
5515
|
+
}
|
|
5516
|
+
.iflex--gap-5x .iflex__item {
|
|
5517
|
+
padding-left: 1.25rem;
|
|
5518
|
+
padding-right: 1.25rem;
|
|
5519
|
+
}
|
|
5520
|
+
|
|
5521
|
+
.iflex--gap-6x {
|
|
5522
|
+
margin-left: -1.5rem;
|
|
5523
|
+
margin-right: -1.5rem;
|
|
5524
|
+
}
|
|
5525
|
+
.iflex--gap-6x .iflex__item {
|
|
5526
|
+
padding-left: 1.5rem;
|
|
5527
|
+
padding-right: 1.5rem;
|
|
5528
|
+
}
|
|
5529
|
+
|
|
5530
|
+
.iflex--gap-7x {
|
|
5531
|
+
margin-left: -1.75rem;
|
|
5532
|
+
margin-right: -1.75rem;
|
|
5533
|
+
}
|
|
5534
|
+
.iflex--gap-7x .iflex__item {
|
|
5535
|
+
padding-left: 1.75rem;
|
|
5536
|
+
padding-right: 1.75rem;
|
|
5537
|
+
}
|
|
5538
|
+
|
|
5539
|
+
.iflex--gap-8x {
|
|
5540
|
+
margin-left: -2rem;
|
|
5541
|
+
margin-right: -2rem;
|
|
5542
|
+
}
|
|
5543
|
+
.iflex--gap-8x .iflex__item {
|
|
5544
|
+
padding-left: 2rem;
|
|
5545
|
+
padding-right: 2rem;
|
|
5546
|
+
}
|
|
5547
|
+
|
|
5548
|
+
.iflex__item {
|
|
5549
|
+
flex: 1 0 0%;
|
|
5550
|
+
}
|
|
5551
|
+
|
|
5552
|
+
.iflex--grow {
|
|
5553
|
+
flex: 1 1 auto;
|
|
5554
|
+
}
|
|
5555
|
+
|
|
5556
|
+
.iflex--shrink {
|
|
5557
|
+
flex: 0 1 auto;
|
|
5558
|
+
}
|
|
5559
|
+
|
|
5560
|
+
.iflex--align-top {
|
|
5561
|
+
align-self: flex-start;
|
|
5562
|
+
}
|
|
5563
|
+
|
|
5564
|
+
.iflex--align-center {
|
|
5565
|
+
align-self: center;
|
|
5566
|
+
}
|
|
5567
|
+
|
|
5568
|
+
.iflex--align-bottom {
|
|
5569
|
+
align-self: flex-end;
|
|
5570
|
+
}
|
|
5571
|
+
|
|
5572
|
+
@media (max-width: 639.98px) {
|
|
5573
|
+
.iflex--collapse {
|
|
5574
|
+
display: block;
|
|
5575
|
+
}
|
|
5576
|
+
}
|
|
5577
|
+
|
|
5578
|
+
.iflex--wrap {
|
|
5579
|
+
flex-wrap: wrap;
|
|
5580
|
+
}
|
|
5581
|
+
|
|
5582
|
+
.iflex--float-right {
|
|
5583
|
+
justify-content: flex-end;
|
|
5584
|
+
}
|
|
5585
|
+
|
|
5586
|
+
.iflex--float-center {
|
|
5587
|
+
justify-content: center;
|
|
5770
5588
|
}
|
|
5771
5589
|
|
|
5772
5590
|
.popup-error {
|
|
@@ -5858,4 +5676,75 @@ input[type=search]:focus,
|
|
|
5858
5676
|
clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, calc(100% - var(--f-border-width-medium, 2px)) min(100% - var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) + 5.7735026919px - var(--f-border-width-medium, 2px) * 0.5773502692), calc(100% + 10px - var(--f-border-width-medium, 2px) / 0.5) calc(100% - var(--i-popup-error-offset, 24px)), calc(100% - var(--f-border-width-medium, 2px)) max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px + var(--f-border-width-medium, 2px) * 0.5773502692));
|
|
5859
5677
|
-o-border-image: conic-gradient(var(--f-background-error, #fcf3f3) 0 0) 0/max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0 max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em/0 10px 0 0;
|
|
5860
5678
|
border-image: conic-gradient(var(--f-background-error, #fcf3f3) 0 0) fill 0/max(var(--f-border-width-medium, 2px), 100% - var(--i-popup-error-offset, 24px) - 5.7735026919px) 0 max(var(--f-border-width-medium, 2px), 100% - (100% - var(--i-popup-error-offset, 24px)) - 5.7735026919px) 0.2em/0 10px 0 0;
|
|
5679
|
+
}
|
|
5680
|
+
|
|
5681
|
+
.ipopupmenu {
|
|
5682
|
+
background-color: var(--f-background-popupmenu, #ffffff);
|
|
5683
|
+
}
|
|
5684
|
+
.ipopupmenu__list {
|
|
5685
|
+
margin: 0;
|
|
5686
|
+
border: 1px solid var(--f-border-color-popupmenu, #ddddde);
|
|
5687
|
+
padding: 0.5rem;
|
|
5688
|
+
}
|
|
5689
|
+
.ipopupmenu__list__item {
|
|
5690
|
+
cursor: pointer;
|
|
5691
|
+
list-style-type: none;
|
|
5692
|
+
white-space: nowrap;
|
|
5693
|
+
}
|
|
5694
|
+
.ipopupmenu__list__item a,
|
|
5695
|
+
.ipopupmenu__list__item a:visited,
|
|
5696
|
+
.ipopupmenu__list__item a:active {
|
|
5697
|
+
color: var(--f-text-color-popupmenu, #1b1e23);
|
|
5698
|
+
}
|
|
5699
|
+
.ipopupmenu__list__item a:hover {
|
|
5700
|
+
color: var(--f-text-color-popupmenu-hover, #1b1e23);
|
|
5701
|
+
}
|
|
5702
|
+
|
|
5703
|
+
.ipopupmenu--vertical .ipopupmenu__list {
|
|
5704
|
+
display: block;
|
|
5705
|
+
}
|
|
5706
|
+
.ipopupmenu--vertical .ipopupmenu__list__item {
|
|
5707
|
+
padding: 0.75rem;
|
|
5708
|
+
display: block;
|
|
5709
|
+
}
|
|
5710
|
+
.ipopupmenu--vertical .ipopupmenu__list__item:hover {
|
|
5711
|
+
background-color: var(--f-background-popupmenu-vertical-hover, #ddddde);
|
|
5712
|
+
}
|
|
5713
|
+
.ipopupmenu--vertical .ipopupmenu__list__item--highlight {
|
|
5714
|
+
background-color: var(--f-background-popupmenu-vertical-highlight, #e7f0e9);
|
|
5715
|
+
font-weight: var(--f-font-weight-medium, 700);
|
|
5716
|
+
}
|
|
5717
|
+
|
|
5718
|
+
.popup--overlay {
|
|
5719
|
+
position: absolute;
|
|
5720
|
+
top: 0;
|
|
5721
|
+
}
|
|
5722
|
+
.popup--overlay .popup__wrapper {
|
|
5723
|
+
left: -10000px;
|
|
5724
|
+
max-width: -moz-fit-content;
|
|
5725
|
+
max-width: fit-content;
|
|
5726
|
+
border-radius: var(--f-border-radius-small, 2px);
|
|
5727
|
+
position: absolute;
|
|
5728
|
+
z-index: 9996;
|
|
5729
|
+
box-shadow: var(--f-box-modal-shadow, 0 0 20px rgba(0, 0, 0, 0.3));
|
|
5730
|
+
}
|
|
5731
|
+
.popup--inline {
|
|
5732
|
+
position: static;
|
|
5733
|
+
}
|
|
5734
|
+
.popup--inline .popup__wrapper {
|
|
5735
|
+
box-sizing: border-box;
|
|
5736
|
+
margin-top: 0.5rem;
|
|
5737
|
+
margin-bottom: 0.5rem;
|
|
5738
|
+
position: static;
|
|
5739
|
+
}
|
|
5740
|
+
|
|
5741
|
+
.iskiplink {
|
|
5742
|
+
position: absolute;
|
|
5743
|
+
top: -200px;
|
|
5744
|
+
}
|
|
5745
|
+
.iskiplink:focus {
|
|
5746
|
+
color: black;
|
|
5747
|
+
background-color: var(--f-background-skiplink-focus, #f5f6fa);
|
|
5748
|
+
left: 10px;
|
|
5749
|
+
top: 45px;
|
|
5861
5750
|
}
|