@mixd-id/web-scaffold 0.1.240411033 → 0.1.240411034
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
|
@@ -137,7 +137,8 @@ export default{
|
|
|
137
137
|
<style module>
|
|
138
138
|
|
|
139
139
|
.button{
|
|
140
|
-
@apply p-2 rounded-lg relative
|
|
140
|
+
@apply p-2 rounded-lg relative inline-flex flex-row items-center justify-center;
|
|
141
|
+
@apply whitespace-nowrap text-ellipsis overflow-hidden min-h-7;
|
|
141
142
|
@apply border-[1px];
|
|
142
143
|
@apply active:top-[1px] active:left-[1px] disabled:top-0 disabled:left-0;
|
|
143
144
|
@apply cursor-pointer disabled:cursor-not-allowed disabled:text-opacity-60;
|
|
@@ -168,6 +169,9 @@ export default{
|
|
|
168
169
|
@apply bg-primary border-primary text-white;
|
|
169
170
|
@apply hover:bg-primary-600 hover:border-primary-600 disabled:bg-primary;
|
|
170
171
|
}
|
|
172
|
+
.button-primary svg{
|
|
173
|
+
@apply fill-text;
|
|
174
|
+
}
|
|
171
175
|
.button-primary .svgBg{
|
|
172
176
|
stroke: #fff;
|
|
173
177
|
stroke-opacity: 25%;
|
|
@@ -245,7 +245,7 @@ export default {
|
|
|
245
245
|
|
|
246
246
|
.contextMenu{
|
|
247
247
|
@apply fixed bg-base-300 min-w-[150px] overflow-y-auto rounded-xl z-50;
|
|
248
|
-
@apply whitespace-nowrap shadow-2xl border-[1px] border-text-
|
|
248
|
+
@apply whitespace-nowrap shadow-2xl border-[1px] border-text-100 mt-[1px];
|
|
249
249
|
}
|
|
250
250
|
|
|
251
251
|
@media screen and (min-width: 640px){
|