@mptw/skylens-ui 1.2.19 → 1.2.21
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.
|
@@ -110,26 +110,26 @@ export default defineComponent({
|
|
|
110
110
|
&.radio-group--sm
|
|
111
111
|
.radio
|
|
112
112
|
label
|
|
113
|
-
@apply
|
|
113
|
+
@apply px-2 s('py-1.5')
|
|
114
114
|
|
|
115
115
|
&.radio-group--xs
|
|
116
116
|
.radio
|
|
117
117
|
label
|
|
118
|
-
@apply
|
|
118
|
+
@apply px-4 s('py-0.5') text-sm
|
|
119
119
|
|
|
120
120
|
&.radio-group--xxs
|
|
121
121
|
@apply s('p-0.75')
|
|
122
122
|
|
|
123
123
|
.radio
|
|
124
124
|
label
|
|
125
|
-
@apply
|
|
125
|
+
@apply px-2 s('py-0.75') text-sm
|
|
126
126
|
|
|
127
127
|
&.radio-group--3xs
|
|
128
128
|
@apply s('p-0.75')
|
|
129
129
|
|
|
130
130
|
.radio
|
|
131
131
|
label
|
|
132
|
-
@apply
|
|
132
|
+
@apply px-2 py-px text-sm
|
|
133
133
|
|
|
134
134
|
&.radio-group--third-hover
|
|
135
135
|
@apply bg-third-hover border-third
|
|
@@ -191,7 +191,7 @@ export default defineComponent({
|
|
|
191
191
|
@apply absolute s('left-1/2') s('top-1/2') transform s('-translate-x-1/2') s('-translate-y-1/2')
|
|
192
192
|
|
|
193
193
|
label
|
|
194
|
-
@apply inline-flex justify-center items-center relative
|
|
194
|
+
@apply inline-flex justify-center items-center relative px-3 s('py-1.25') bg-bg rounded text-base leading-normal text-primary-hover cursor-pointer transition
|
|
195
195
|
|
|
196
196
|
input:checked + label
|
|
197
197
|
@apply bg-white text-primary shadow
|