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 a0d4b0c commit 4101083Copy full SHA for 4101083
src/features/decoder/components/jwt-input.module.scss
@@ -1,14 +1,12 @@
1
.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;
+ display: flex;
+ align-items: center;
+ width: 100%;
+ font-size: 1rem;
+ font-weight: 700;
+ line-height: 1.15;
+ letter-spacing: -.1px;
+ color: var(--color_fg_default);
12
}
13
14
.checkbox__label {
0 commit comments