microboard-ui-temp 0.10.2 → 0.10.3
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/{chunk-e1r2sk6e.js → chunk-m8vb5zbh.js} +79446 -79447
- package/dist/{chunk-ccbp3q1g.css → chunk-pkx7e2vs.css} +6 -3
- package/dist/example.html +1 -1
- package/dist/index.css +5 -2
- package/dist/index.html +1 -1
- package/dist/index.js +79446 -79447
- package/dist/spa.css +12 -3
- package/dist/spa.js +79480 -79481
- package/package.json +1 -1
package/dist/spa.css
CHANGED
|
@@ -92,11 +92,12 @@
|
|
|
92
92
|
.wrapper_nFyDWw {
|
|
93
93
|
display: flex;
|
|
94
94
|
background-color: var(--background-surface-default);
|
|
95
|
+
border-radius: 12px;
|
|
95
96
|
flex-direction: column;
|
|
96
97
|
justify-content: center;
|
|
97
98
|
align-items: stretch;
|
|
98
99
|
width: 100%;
|
|
99
|
-
|
|
100
|
+
padding: 40px 32px;
|
|
100
101
|
}
|
|
101
102
|
|
|
102
103
|
.form_nFyDWw {
|
|
@@ -1773,6 +1774,7 @@ body {
|
|
|
1773
1774
|
|
|
1774
1775
|
.inputPrefix_2Ex0qA {
|
|
1775
1776
|
display: flex;
|
|
1777
|
+
color: var(--icon-base-secondary);
|
|
1776
1778
|
flex-direction: column;
|
|
1777
1779
|
justify-content: center;
|
|
1778
1780
|
align-items: center;
|
|
@@ -1907,7 +1909,7 @@ body {
|
|
|
1907
1909
|
|
|
1908
1910
|
.unauthBtns_jFMnzg {
|
|
1909
1911
|
display: flex;
|
|
1910
|
-
align-items:
|
|
1912
|
+
align-items: center;
|
|
1911
1913
|
gap: 8px;
|
|
1912
1914
|
}
|
|
1913
1915
|
|
|
@@ -2883,6 +2885,12 @@ a.link_jFMnzg {
|
|
|
2883
2885
|
background-color: #f7f7f8;
|
|
2884
2886
|
}
|
|
2885
2887
|
|
|
2888
|
+
.quaternary_Lhh5GA {
|
|
2889
|
+
color: #fff;
|
|
2890
|
+
background-color: #924fe8;
|
|
2891
|
+
border: 1px solid #924fe8;
|
|
2892
|
+
}
|
|
2893
|
+
|
|
2886
2894
|
.quaternary_Lhh5GA:hover {
|
|
2887
2895
|
background-color: #b799f5;
|
|
2888
2896
|
border: 1px solid #924fe8;
|
|
@@ -13469,6 +13477,7 @@ audio::-webkit-media-controls-enclosure {
|
|
|
13469
13477
|
.authView_hbU_PQ {
|
|
13470
13478
|
display: grid;
|
|
13471
13479
|
grid-template-rows: max-content 1fr 64px;
|
|
13480
|
+
background-color: var(--background-surface-default);
|
|
13472
13481
|
justify-content: center;
|
|
13473
13482
|
place-items: center;
|
|
13474
13483
|
width: 100%;
|
|
@@ -14567,7 +14576,7 @@ audio::-webkit-media-controls-enclosure {
|
|
|
14567
14576
|
|
|
14568
14577
|
[data-theme="dark"] {
|
|
14569
14578
|
--background-surface-default: #1e1f26;
|
|
14570
|
-
--background-button-secondary: #
|
|
14579
|
+
--background-button-secondary: #2a2b34;
|
|
14571
14580
|
--background-button-secondary-hover: #2a2b34;
|
|
14572
14581
|
--background-button-tertiary: #2a2b34;
|
|
14573
14582
|
--background-button-tertiary-hover: #373842;
|