We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0ddb8 commit f21e0d2Copy full SHA for f21e0d2
src/css/unity-stellar.css
@@ -17,16 +17,17 @@
17
18
.st-react-menu-content .st-react-menu-arrow {
19
fill: var(--st-white);
20
- stroke: var(--st-white);
21
filter: none;
+ stroke: var(--st-white);
22
}
23
24
.st-react-menu-content .st-react-menu-label {
25
+ color: var(--st-gray-10);
26
font-size: 1em;
27
font-weight: 700;
- color: var(--st-gray-10);
28
- text-transform: uppercase;
+ letter-spacing: 0.48;
29
padding: 10px 16px;
30
+ text-transform: uppercase;
31
word-wrap: break-word;
32
33
@@ -37,8 +38,8 @@
37
38
font-weight: 400;
39
letter-spacing: 0.60px;
40
line-height: 1em;
- padding: 10px 16px;
41
margin-bottom: 1px;
42
+ padding: 16px 16px;
43
44
45
0 commit comments