mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
16 lines
209 B
SCSS
16 lines
209 B
SCSS
.btn-group {
|
|
> .btn {
|
|
&:first-of-type {
|
|
padding-left: var(--spacing-05);
|
|
}
|
|
|
|
&:last-of-type {
|
|
padding-right: var(--spacing-05);
|
|
}
|
|
}
|
|
}
|
|
|
|
.btn-toolbar {
|
|
gap: var(--spacing-03);
|
|
}
|