mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-13 10:04:15 +00:00
it is no longer feasible to build the blueprintjs css ourselves, so we just use all of the default variable values and override things using selectors instead.
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;
|
|
}
|