mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
16 lines
205 B
SCSS
16 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);
|
||
|
}
|