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