Skip to content

Commit f21e0d2

Browse files
committed
Cleaned up ordering of CSS properties.
1 parent 2a0ddb8 commit f21e0d2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/css/unity-stellar.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,17 @@
1717

1818
.st-react-menu-content .st-react-menu-arrow {
1919
fill: var(--st-white);
20-
stroke: var(--st-white);
2120
filter: none;
21+
stroke: var(--st-white);
2222
}
2323

2424
.st-react-menu-content .st-react-menu-label {
25+
color: var(--st-gray-10);
2526
font-size: 1em;
2627
font-weight: 700;
27-
color: var(--st-gray-10);
28-
text-transform: uppercase;
28+
letter-spacing: 0.48;
2929
padding: 10px 16px;
30+
text-transform: uppercase;
3031
word-wrap: break-word;
3132
}
3233

@@ -37,8 +38,8 @@
3738
font-weight: 400;
3839
letter-spacing: 0.60px;
3940
line-height: 1em;
40-
padding: 10px 16px;
4141
margin-bottom: 1px;
42+
padding: 16px 16px;
4243
word-wrap: break-word;
4344
}
4445

0 commit comments

Comments
 (0)