Files
pybricks-code/src/components/external-link.scss
T

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;
}