mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
16 lines
186 B
SCSS
16 lines
186 B
SCSS
@use '../../styles/component';
|
|
|
|
:host {
|
|
display: inline-block;
|
|
}
|
|
|
|
.button-group {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
position: relative;
|
|
}
|
|
|
|
::slotted(.sl-focus) {
|
|
z-index: 1;
|
|
}
|