@miliastry/quasar 1.0.4 → 1.0.5
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/dist/Visuals/lyne.css +9 -2
- package/package.json +1 -1
- package/src/Visuals/lyne.css +9 -2
package/dist/Visuals/lyne.css
CHANGED
|
@@ -610,7 +610,7 @@
|
|
|
610
610
|
border: 0 !important;
|
|
611
611
|
height: 1px !important;
|
|
612
612
|
background: linear-gradient(90deg, transparent, var(--color-accent, #2EE6E2), transparent) !important;
|
|
613
|
-
margin: 0 !important;
|
|
613
|
+
margin: 12px 0 !important;
|
|
614
614
|
text-align: center !important;
|
|
615
615
|
color: var(--color-accent, #2EE6E2) !important;
|
|
616
616
|
font-family: var(--font-numeric, monospace) !important;
|
|
@@ -766,12 +766,19 @@
|
|
|
766
766
|
display: inline-flex !important;
|
|
767
767
|
align-items: center !important;
|
|
768
768
|
justify-content: center !important;
|
|
769
|
-
aspect-ratio: 1 !important;
|
|
769
|
+
aspect-ratio: 1 / 1 !important;
|
|
770
|
+
min-width: 1.85em !important;
|
|
771
|
+
min-height: 1.85em !important;
|
|
772
|
+
padding: 0.2em 0.35em !important;
|
|
773
|
+
box-sizing: border-box !important;
|
|
770
774
|
border-radius: 50% !important;
|
|
771
775
|
overflow: hidden !important;
|
|
772
776
|
background: rgb(11 16 36 / 0.5) !important;
|
|
773
777
|
border: 1px solid var(--color-hairline, rgba(255, 255, 255, 0.12)) !important;
|
|
774
778
|
clip-path: none !important;
|
|
779
|
+
text-align: center !important;
|
|
780
|
+
line-height: 1 !important;
|
|
781
|
+
vertical-align: middle !important;
|
|
775
782
|
}
|
|
776
783
|
|
|
777
784
|
/* Stack: replica el .bbStack original de Lyne (columna flex con gap).
|
package/package.json
CHANGED
package/src/Visuals/lyne.css
CHANGED
|
@@ -610,7 +610,7 @@
|
|
|
610
610
|
border: 0 !important;
|
|
611
611
|
height: 1px !important;
|
|
612
612
|
background: linear-gradient(90deg, transparent, var(--color-accent, #2EE6E2), transparent) !important;
|
|
613
|
-
margin: 0 !important;
|
|
613
|
+
margin: 12px 0 !important;
|
|
614
614
|
text-align: center !important;
|
|
615
615
|
color: var(--color-accent, #2EE6E2) !important;
|
|
616
616
|
font-family: var(--font-numeric, monospace) !important;
|
|
@@ -766,12 +766,19 @@
|
|
|
766
766
|
display: inline-flex !important;
|
|
767
767
|
align-items: center !important;
|
|
768
768
|
justify-content: center !important;
|
|
769
|
-
aspect-ratio: 1 !important;
|
|
769
|
+
aspect-ratio: 1 / 1 !important;
|
|
770
|
+
min-width: 1.85em !important;
|
|
771
|
+
min-height: 1.85em !important;
|
|
772
|
+
padding: 0.2em 0.35em !important;
|
|
773
|
+
box-sizing: border-box !important;
|
|
770
774
|
border-radius: 50% !important;
|
|
771
775
|
overflow: hidden !important;
|
|
772
776
|
background: rgb(11 16 36 / 0.5) !important;
|
|
773
777
|
border: 1px solid var(--color-hairline, rgba(255, 255, 255, 0.12)) !important;
|
|
774
778
|
clip-path: none !important;
|
|
779
|
+
text-align: center !important;
|
|
780
|
+
line-height: 1 !important;
|
|
781
|
+
vertical-align: middle !important;
|
|
775
782
|
}
|
|
776
783
|
|
|
777
784
|
/* Stack: replica el .bbStack original de Lyne (columna flex con gap).
|