@dialpad/dialtone 7.13.1 → 7.14.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.
|
@@ -171,6 +171,26 @@
|
|
|
171
171
|
border-radius: var(--size-500) var(--size-500) 0 0;
|
|
172
172
|
box-shadow: var(--modal-dialog-shadow);
|
|
173
173
|
|
|
174
|
+
&--warning {
|
|
175
|
+
--modal-banner-color-background: var(--bgc-warning);
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
&--info {
|
|
179
|
+
--modal-banner-color-background: var(--bgc-info);
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
&--critical {
|
|
183
|
+
--modal-banner-color-background: var(--bgc-critical);
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
&--success {
|
|
187
|
+
--modal-banner-color-background: var(--bgc-success);
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
&--general {
|
|
191
|
+
--modal-banner-color-background: var(--bgc-secondary);
|
|
192
|
+
}
|
|
193
|
+
|
|
174
194
|
&::before {
|
|
175
195
|
// 🤦 don't ask. or do, i'm not even sorry.
|
|
176
196
|
position: absolute;
|
|
@@ -2101,6 +2101,21 @@ legend .d-label {
|
|
|
2101
2101
|
border-radius: var(--size-500) var(--size-500) 0 0;
|
|
2102
2102
|
box-shadow: var(--modal-dialog-shadow);
|
|
2103
2103
|
}
|
|
2104
|
+
.d-modal__banner--warning {
|
|
2105
|
+
--modal-banner-color-background: var(--bgc-warning);
|
|
2106
|
+
}
|
|
2107
|
+
.d-modal__banner--info {
|
|
2108
|
+
--modal-banner-color-background: var(--bgc-info);
|
|
2109
|
+
}
|
|
2110
|
+
.d-modal__banner--critical {
|
|
2111
|
+
--modal-banner-color-background: var(--bgc-critical);
|
|
2112
|
+
}
|
|
2113
|
+
.d-modal__banner--success {
|
|
2114
|
+
--modal-banner-color-background: var(--bgc-success);
|
|
2115
|
+
}
|
|
2116
|
+
.d-modal__banner--general {
|
|
2117
|
+
--modal-banner-color-background: var(--bgc-secondary);
|
|
2118
|
+
}
|
|
2104
2119
|
.d-modal__banner::before {
|
|
2105
2120
|
position: absolute;
|
|
2106
2121
|
right: 0;
|