linting
This commit is contained in:
parent
2ae948f7d2
commit
152b63ced4
|
@ -38,8 +38,8 @@ $solved-color: var(--success);
|
||||||
.post-controls span.accepted-text {
|
.post-controls span.accepted-text {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: .25em;
|
gap: 0.25em;
|
||||||
padding: 0 .5rem;
|
padding: 0 0.5rem;
|
||||||
font-size: var(--font-up-1);
|
font-size: var(--font-up-1);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue