mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
update radio buttons height
This commit is contained in:
parent
87a1e31de8
commit
a3a27033e0
|
@ -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);
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue