mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 18:02:55 +00:00
15 lines
205 B
SCSS
15 lines
205 B
SCSS
.btn-group {
|
|
> .btn {
|
|
&:first-child {
|
|
padding-left: var(--spacing-05);
|
|
}
|
|
|
|
&:last-child {
|
|
padding-right: var(--spacing-05);
|
|
}
|
|
}
|
|
}
|
|
|
|
.btn-toolbar {
|
|
gap: var(--spacing-03);
|
|
}
|