@mythpe/quasar-ui-qui 0.3.36 → 0.3.37

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": "@mythpe/quasar-ui-qui",
3
- "version": "0.3.36",
3
+ "version": "0.3.37",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -173,6 +173,7 @@ defineOptions({
173
173
  <MHelpRow
174
174
  v-if="!!help"
175
175
  :text="help"
176
+ class="q-ml-md"
176
177
  tooltip
177
178
  />
178
179
  </MInputLabel>
@@ -1,6 +1,7 @@
1
1
  @use 'sass:map'
2
2
 
3
3
  $m-row-margin-top: 1rem !default
4
+ $m-input-top-label-font-size: 17px !default
4
5
 
5
6
  // Flex.
6
7
  .flex-break
@@ -103,3 +104,6 @@ pre
103
104
  .m-confirm.actions-between
104
105
  .q-card__actions
105
106
  justify-content: space-between !important
107
+
108
+ .m-input__top-label__content
109
+ font-size: $m-input-top-label-font-size