@netang/quasar 0.0.23 → 0.0.24
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 +1 -1
- package/sass/quasar/field.scss +9 -8
package/package.json
CHANGED
package/sass/quasar/field.scss
CHANGED
|
@@ -137,15 +137,10 @@
|
|
|
137
137
|
&.q-field {
|
|
138
138
|
&--labeled {
|
|
139
139
|
.q-field__prefix,
|
|
140
|
-
.q-field__suffix
|
|
141
|
-
padding-top: 0 !important;
|
|
142
|
-
padding-bottom: 0 !important;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
|
|
140
|
+
.q-field__suffix,
|
|
146
141
|
.q-field__native {
|
|
147
|
-
padding-top:
|
|
148
|
-
padding-bottom:
|
|
142
|
+
padding-top: 5px !important;
|
|
143
|
+
padding-bottom: 5px !important;
|
|
149
144
|
}
|
|
150
145
|
|
|
151
146
|
.q-field__label {
|
|
@@ -157,6 +152,12 @@
|
|
|
157
152
|
}
|
|
158
153
|
|
|
159
154
|
&--float {
|
|
155
|
+
.q-field__prefix,
|
|
156
|
+
.q-field__suffix,
|
|
157
|
+
.q-field__native {
|
|
158
|
+
padding-top: 7px !important;
|
|
159
|
+
}
|
|
160
|
+
|
|
160
161
|
.q-field__label {
|
|
161
162
|
transform: translateY(-120%) scale(0.85) !important;
|
|
162
163
|
background-color: var(--n-mode-color) !important;
|