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 2e2ecf5 commit 3fae520Copy full SHA for 3fae520
frontends/web/src/routes/accounts/all-accounts.module.css
@@ -1,7 +1,6 @@
1
.container {
2
display: flex;
3
flex-direction: column;
4
- font-size: var(--size-small);
5
gap: var(--space-half);
6
width: 100%;
7
}
@@ -57,7 +56,7 @@
57
56
flex-basis: auto;
58
flex-shrink: 0;
59
flex-grow: 1;
60
- font-size: 1.6rem;
+ font-size: var(--size-default);
61
justify-content: flex-end;
62
margin-left: auto;
63
overflow: hidden;
@@ -67,12 +66,13 @@
67
66
.chevron {
68
color: var(--color-mediumgray);
69
70
- font-size: 1.8rem;
71
- margin-left: 4px;
72
- margin-top: 6px;
73
margin-right: -8px;
74
75
+.chevron img {
+ display: block;
+}
+
76
.emptyState {
77
78
0 commit comments