@acorex/styles 7.3.2 → 7.4.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/package.json
CHANGED
@@ -66,7 +66,9 @@
|
|
66
66
|
border: 1px solid;
|
67
67
|
border-color: rgba(var(--ax-color-border-default));
|
68
68
|
border-radius: var(--ax-rounded-border-default);
|
69
|
-
box-shadow:
|
69
|
+
box-shadow:
|
70
|
+
0px 10px 15px -3px rgba(0, 0, 0, 0.1),
|
71
|
+
0px 4px 6px -2px rgba(0, 0, 0, 0.05);
|
70
72
|
overflow: hidden;
|
71
73
|
margin-top: 0.25rem;
|
72
74
|
ax-header,
|
@@ -109,10 +111,12 @@
|
|
109
111
|
border: 1px solid;
|
110
112
|
border-color: rgba(var(--ax-color-border-default));
|
111
113
|
border-radius: var(--ax-rounded-border-default);
|
112
|
-
box-shadow:
|
114
|
+
box-shadow:
|
115
|
+
0px 10px 15px -3px rgba(0, 0, 0, 0.1),
|
116
|
+
0px 4px 6px -2px rgba(0, 0, 0, 0.05);
|
113
117
|
padding: 0.5rem 0;
|
114
118
|
|
115
|
-
|
119
|
+
ax-button-item {
|
116
120
|
position: relative;
|
117
121
|
display: inline-flex;
|
118
122
|
align-items: center;
|
package/src/themes/default.scss
CHANGED
@@ -106,7 +106,7 @@
|
|
106
106
|
--ax-color-text-default: 255, 255, 255;
|
107
107
|
|
108
108
|
--ax-color-surface: 31, 41, 55;
|
109
|
-
--ax-color-
|
109
|
+
--ax-color-surface-fore: 255, 255, 255;
|
110
110
|
|
111
111
|
--ax-color-on-surface: 55, 65, 81;
|
112
112
|
--ax-color-on-surface-fore: 255, 255, 255;
|