mirror of
https://github.com/fleetdm/fleet
synced 2026-05-18 14:38:53 +00:00
16 lines
220 B
SCSS
16 lines
220 B
SCSS
.custom-link {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: $pad-xsmall;
|
|
|
|
&__no-wrap {
|
|
white-space: nowrap;
|
|
.icon {
|
|
padding-left: 6px;
|
|
}
|
|
}
|
|
|
|
&--black {
|
|
color: $core-fleet-black;
|
|
}
|
|
}
|