mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
10 lines
154 B
SCSS
10 lines
154 B
SCSS
|
.split-button {
|
||
|
border-bottom-right-radius: 0;
|
||
|
border-top-right-radius: 0;
|
||
|
border-right: none;
|
||
|
}
|
||
|
|
||
|
.split-button-caret {
|
||
|
vertical-align: middle;
|
||
|
}
|