mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 18:46:17 +00:00
See https://github.com/pybricks/pybricks-code/pull/1321#pullrequestreview-1190431986
14 lines
334 B
SCSS
14 lines
334 B
SCSS
// SPDX-License-Identifier: MIT
|
|
// Copyright (c) 2021-2022 The Pybricks Authors
|
|
|
|
@use '@blueprintjs/core/lib/scss/variables' as bp;
|
|
|
|
span.pb-clipboard {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
// override some button magic in case this is used in a button
|
|
.#{bp.$ns}-button .pb-clipboard .#{bp.$ns}-icon:first-child:last-child {
|
|
margin: 0;
|
|
}
|