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 ba6bccf commit 504abfcCopy full SHA for 504abfc
src/styles/item/_effect-sheet.scss
@@ -3,19 +3,19 @@
3
&.duration {
4
label {
5
max-width: fit-content;
6
- margin-right: 0.1em;
+ margin-right: var(--space-2);
7
}
8
9
select {
10
- max-width: 9em;
+ width: 6rem;
11
12
13
14
15
.badge-label-row {
16
align-items: center;
17
display: flex;
18
- gap: 4px;
+ gap: var(--space-4);
19
width: 100%;
20
21
cursor: pointer;
@@ -44,7 +44,7 @@
44
45
46
justify-content: space-between;
47
- margin: 0.5em 0 0.25em 0;
+ margin: var(--space-8) 0 var(--space-4) 0;
48
49
50
.add-badge {
@@ -60,7 +60,7 @@
60
61
62
flex: 0;
63
- line-height: 1.5em;
+ line-height: 1.5;
64
65
66
0 commit comments