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