Skip to content

Commit 4101083

Browse files
committed
update styles for jwt input headline
1 parent a0d4b0c commit 4101083

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

src/features/decoder/components/jwt-input.module.scss

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
.headline {
2-
grid-column: 1 / -1;
3-
display: flex;
4-
align-items: center;
5-
gap: 0.25rem;
6-
text-transform: uppercase;
7-
color: var(--color_fg_default);
8-
font-size: 0.875rem;
9-
line-height: 1.375rem;
10-
font-weight: 500;
11-
letter-spacing: 0.24px;
2+
display: flex;
3+
align-items: center;
4+
width: 100%;
5+
font-size: 1rem;
6+
font-weight: 700;
7+
line-height: 1.15;
8+
letter-spacing: -.1px;
9+
color: var(--color_fg_default);
1210
}
1311

1412
.checkbox__label {

0 commit comments

Comments
 (0)