@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netang/quasar",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "netang-quasar",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -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: 0 !important;
148
- padding-bottom: 0 !important;
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;