@acorex/styles 19.11.1 → 19.11.2
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.
@@ -31,14 +31,15 @@
|
|
31
31
|
--ax-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
32
32
|
--ax-shadow-colored: 0 4px 6px -1px var(--ax-shadow-color), 0 2px 4px -2px var(--ax-shadow-color);
|
33
33
|
box-shadow: var(--ax-ring-offset-shadow, 0 0 #0000), var(--ax-ring-shadow, 0 0 #0000), var(--ax-shadow);
|
34
|
-
border-radius: var(--ax-sys-border-radius);
|
34
|
+
border-top-left-radius: var(--ax-sys-border-radius);
|
35
|
+
border-top-right-radius: var(--ax-sys-border-radius);
|
35
36
|
|
36
37
|
@include mixins.media('xs') {
|
37
38
|
margin: 0;
|
38
39
|
}
|
39
40
|
ax-header,
|
40
41
|
ax-footer {
|
41
|
-
background-color: rgba(var(--ax-sys-color-surface));
|
42
|
+
background-color: rgba(var(--ax-sys-color-lightest-surface));
|
42
43
|
padding: 0.75rem /* 12px */;
|
43
44
|
}
|
44
45
|
|
@@ -52,9 +53,7 @@
|
|
52
53
|
height: auto;
|
53
54
|
max-height: 85vh;
|
54
55
|
width: 100%;
|
55
|
-
background-color: rgba(var(--ax-sys-color-surface));
|
56
|
-
border-top-left-radius: var(--ax-sys-border-radius);
|
57
|
-
border-top-right-radius: var(--ax-sys-border-radius);
|
56
|
+
background-color: rgba(var(--ax-sys-color-lightest-surface));
|
58
57
|
&.ax-full {
|
59
58
|
height: 95vh;
|
60
59
|
max-height: 95vh;
|