mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
7 lines
161 B
SCSS
7 lines
161 B
SCSS
.back-link .children-wrapper {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
padding: $pad-small $pad-xxsmall; // larger clickable area
|
|
gap: $pad-xsmall;
|
|
}
|