|
1 | 1 | .formContainer {
|
2 |
| - display: flex; |
3 |
| - flex-direction: column; |
4 |
| - row-gap: 1rem; |
| 2 | + display: flex; |
| 3 | + flex-direction: column; |
| 4 | + row-gap: 1rem; |
5 | 5 | }
|
6 | 6 |
|
7 | 7 | form {
|
8 |
| - display: flex; |
9 |
| - flex-direction: column; |
10 |
| - row-gap: 1rem; |
| 8 | + display: flex; |
| 9 | + flex-direction: column; |
| 10 | + row-gap: 1rem; |
11 | 11 | }
|
12 | 12 |
|
13 | 13 | form > div {
|
14 |
| - display: flex; |
15 |
| - flex-direction: row; |
16 |
| - column-gap: 1rem; |
| 14 | + display: flex; |
| 15 | + flex-direction: row; |
| 16 | + column-gap: 1rem; |
17 | 17 | }
|
18 | 18 |
|
19 | 19 | .loader {
|
20 |
| - margin-right: 0.5rem; |
21 |
| - width: 1rem; |
22 |
| - height: 1rem; |
23 |
| - animation: spin 1s linear infinite; |
| 20 | + margin-right: 0.5rem; |
| 21 | + width: 1rem; |
| 22 | + height: 1rem; |
| 23 | + animation: spin 1s linear infinite; |
24 | 24 | }
|
25 | 25 |
|
26 | 26 | .Button {
|
27 |
| - display: inline-flex; |
28 |
| - align-items: center; |
29 |
| - justify-content: center; |
30 |
| - border-radius: 0.5rem; |
31 |
| - font-size: var(--sl-text-sm); |
32 |
| - font-weight: 600; |
33 |
| - background-color: var(--sl-color-gray-1); |
34 |
| - color: var(--sl-color-black); |
35 |
| - height: 2.5rem; |
36 |
| - width: fit-content; |
37 |
| - padding-inline: 1rem; |
38 |
| - outline-offset: 0.25rem; |
39 |
| - border-width: 0; |
| 27 | + display: inline-flex; |
| 28 | + align-items: center; |
| 29 | + justify-content: center; |
| 30 | + border-radius: 0.5rem; |
| 31 | + font-size: var(--sl-text-sm); |
| 32 | + font-weight: 600; |
| 33 | + background-color: var(--sl-color-gray-1); |
| 34 | + color: var(--sl-color-black); |
| 35 | + height: 2.5rem; |
| 36 | + width: fit-content; |
| 37 | + padding-inline: 1rem; |
| 38 | + outline-offset: 0.25rem; |
| 39 | + border-width: 0; |
40 | 40 | }
|
41 | 41 |
|
42 | 42 | .Button:hover {
|
43 |
| - cursor: pointer; |
| 43 | + cursor: pointer; |
44 | 44 | }
|
45 | 45 |
|
46 | 46 | .Button:disabled {
|
47 |
| - pointer-events: none; |
48 |
| - opacity: 0.5; |
| 47 | + pointer-events: none; |
| 48 | + opacity: 0.5; |
49 | 49 | }
|
50 | 50 |
|
51 | 51 | .Input {
|
52 |
| - display: flex; |
53 |
| - width: 100%; |
54 |
| - height: 2.5rem; |
55 |
| - border-radius: 0.5rem; |
56 |
| - border: 1px solid var(--sl-color-gray-5); |
57 |
| - background-color: var(--sl-color-black); |
58 |
| - padding-block: 0.5rem; |
59 |
| - font-size: var(--sl-text-base); |
60 |
| - color: var(--sl-color-gray-2); |
61 |
| - padding-left: 0.5rem; |
| 52 | + display: flex; |
| 53 | + width: 100%; |
| 54 | + height: 2.5rem; |
| 55 | + border-radius: 0.5rem; |
| 56 | + border: 1px solid var(--sl-color-gray-5); |
| 57 | + background-color: var(--sl-color-black); |
| 58 | + padding-block: 0.5rem; |
| 59 | + font-size: var(--sl-text-base); |
| 60 | + color: var(--sl-color-gray-2); |
| 61 | + padding-left: 0.5rem; |
62 | 62 | }
|
63 | 63 |
|
64 | 64 | .Input:hover {
|
65 |
| - border: 1px solid var(--sl-color-white); |
| 65 | + border: 1px solid var(--sl-color-white); |
66 | 66 | }
|
67 | 67 |
|
68 | 68 | .Input:disabled {
|
69 |
| - cursor: not-allowed; |
70 |
| - opacity: 0.5; |
| 69 | + cursor: not-allowed; |
| 70 | + opacity: 0.5; |
71 | 71 | }
|
72 | 72 |
|
73 | 73 | .Label {
|
74 |
| - position: relative; |
75 |
| - display: flex; |
76 |
| - justify-content: flex-end; |
77 |
| - align-items: center; |
78 |
| - gap: 0.25rem; |
79 |
| - color: var(--sl-color-gray-1); |
| 74 | + position: relative; |
| 75 | + display: flex; |
| 76 | + justify-content: flex-end; |
| 77 | + align-items: center; |
| 78 | + gap: 0.25rem; |
| 79 | + color: var(--sl-color-gray-1); |
80 | 80 | }
|
81 | 81 |
|
82 | 82 | .Icon {
|
83 |
| - position: absolute; |
84 |
| - top: 50%; |
85 |
| - transform: translateY(-50%); |
86 |
| - pointer-events: none; |
| 83 | + position: absolute; |
| 84 | + top: 50%; |
| 85 | + transform: translateY(-50%); |
| 86 | + pointer-events: none; |
87 | 87 | }
|
88 | 88 |
|
89 | 89 | .Caret {
|
90 |
| - width: 1rem; |
91 |
| - height: 1rem; |
92 |
| - inset-inline-end: 0; |
| 90 | + width: 1rem; |
| 91 | + height: 1rem; |
| 92 | + inset-inline-end: 0; |
93 | 93 | }
|
94 | 94 |
|
95 | 95 | .Select {
|
96 |
| - align-self: self-end; |
97 |
| - background-color: transparent; |
98 |
| - text-overflow: ellipsis; |
99 |
| - color: inherit; |
100 |
| - cursor: pointer; |
101 |
| - appearance: none; |
102 |
| - font-size: var(--sl-text-sm); |
103 |
| - border: 0; |
104 |
| - padding-inline: 1.25rem; |
| 96 | + align-self: self-end; |
| 97 | + background-color: transparent; |
| 98 | + text-overflow: ellipsis; |
| 99 | + color: inherit; |
| 100 | + cursor: pointer; |
| 101 | + appearance: none; |
| 102 | + font-size: var(--sl-text-sm); |
| 103 | + border: 0; |
| 104 | + padding-inline: 1.25rem; |
105 | 105 | }
|
106 | 106 |
|
107 | 107 | .Option {
|
108 |
| - background-color: var(--sl-color-bg-nav); |
109 |
| - color: var(--sl-color-gray-1); |
| 108 | + background-color: var(--sl-color-bg-nav); |
| 109 | + color: var(--sl-color-gray-1); |
110 | 110 | }
|
111 | 111 |
|
112 | 112 | @media (min-width: 50rem) {
|
113 |
| - .Button { |
114 |
| - width: 8rem; |
115 |
| - } |
| 113 | + .Button { |
| 114 | + width: 8rem; |
| 115 | + } |
116 | 116 | }
|
117 | 117 | @keyframes spin {
|
118 |
| - from { |
119 |
| - transform: rotate(0deg); |
120 |
| - } |
121 |
| - to { |
122 |
| - transform: rotate(360deg); |
123 |
| - } |
| 118 | + from { |
| 119 | + transform: rotate(0deg); |
| 120 | + } |
| 121 | + to { |
| 122 | + transform: rotate(360deg); |
| 123 | + } |
124 | 124 | }
|
0 commit comments