mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
10 lines
138 B
SCSS
10 lines
138 B
SCSS
.custom-link {
|
|
&__no-wrap {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
&__external-icon {
|
|
display: inline;
|
|
margin-left: $pad-xsmall;
|
|
}
|
|
}
|