update radio buttons height

This commit is contained in:
Mutasem 2022-04-07 04:13:40 +02:00
parent 87a1e31de8
commit a3a27033e0
2 changed files with 3 additions and 1 deletions

View file

@ -47,7 +47,8 @@ export default {
.button {
border-radius: 0;
padding: var(--spacing-2xs) 15px;
padding: var(--spacing-3xs) var(--spacing-s);
height: 26px;
font-size: var(--font-size-2xs);
border-radius: var(--border-radius-base);
font-weight: var(--font-weight-bold);

View file

@ -783,6 +783,7 @@ export default mixins(
color: var(--color-text-light);
letter-spacing: 3px;
font-weight: var(--font-weight-bold);
font-size: var(--font-size-s);
}
.titleSection {