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

14 lines
309 B
SCSS

// SPDX-License-Identifier: MIT
// Copyright (c) 2021 The Pybricks Authors
@import '../variables.scss';
span.pb-external-link {
white-space: nowrap;
}
// override some button magic in case this is used in a button
.#{$ns}-button .pb-external-link .#{$ns}-icon:first-child:last-child {
margin: 0;
}