Files
pybricks-code/src/components/external-link.scss
T
2021-01-15 16:07:11 -06:00

10 lines
257 B
SCSS

// SPDX-License-Identifier: MIT
// Copyright (c) 2021 The Pybricks Authors
@import '../variables.scss';
// 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;
}