mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
14 lines
309 B
SCSS
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;
|
|
}
|