@asd20/ui 3.2.718 → 3.2.720
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/package.json
CHANGED
|
@@ -225,6 +225,9 @@ export default {
|
|
|
225
225
|
|
|
226
226
|
&.asd20-notification--floating {
|
|
227
227
|
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.125);
|
|
228
|
+
.asd20-notification__content {
|
|
229
|
+
padding: 0;
|
|
230
|
+
}
|
|
228
231
|
.asd20-notification__title {
|
|
229
232
|
font-size: 1.125rem;
|
|
230
233
|
padding-top: 0.5rem;
|
|
@@ -381,7 +384,7 @@ export default {
|
|
|
381
384
|
&.asd20-notification--floating {
|
|
382
385
|
flex-direction: column;
|
|
383
386
|
.asd20-notification__content {
|
|
384
|
-
border-top: 2px solid #
|
|
387
|
+
border-top: 2px solid #70b4c2;
|
|
385
388
|
border-left: none;
|
|
386
389
|
}
|
|
387
390
|
}
|