mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 00:43:04 +00:00
14 lines
264 B
SCSS
14 lines
264 B
SCSS
.concatenator-button {
|
|
display: inline;
|
|
opacity: calc(var(--auto-space-show, 0) * 0.7);
|
|
margin: 0;
|
|
padding: 4px;
|
|
height: auto;
|
|
|
|
> :global(kbd) {
|
|
outline: 1px dashed var(--md-sys-color-outline);
|
|
outline-offset: -1px;
|
|
background: none;
|
|
}
|
|
}
|