mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
13 lines
172 B
SCSS
13 lines
172 B
SCSS
.custom-link {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: $pad-xsmall;
|
|
|
|
&__no-wrap {
|
|
white-space: nowrap;
|
|
.icon {
|
|
padding-left: 6px;
|
|
}
|
|
}
|
|
}
|