mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Nudge the Apple icon over a bit to line up everything (#1428)
This commit is contained in:
parent
0d11c8a995
commit
54bd9a8f66
1 changed files with 7 additions and 0 deletions
|
|
@ -112,6 +112,13 @@ $base-class: 'panel-group-item';
|
|||
.#{$base-class}__icon {
|
||||
color: $text-light;
|
||||
}
|
||||
|
||||
&--macos {
|
||||
.#{$base-class}__icon {
|
||||
margin-right: 24px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__custom {
|
||||
|
|
|
|||
Loading…
Reference in a new issue