mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Adding margin to last cluster icon (#788)
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
5e016182e9
commit
5e2ef2f64f
@ -18,6 +18,10 @@
|
|||||||
padding: 0 $spacing; // extra spacing for cluster-icon's badge
|
padding: 0 $spacing; // extra spacing for cluster-icon's badge
|
||||||
margin-bottom: $spacing;
|
margin-bottom: $spacing;
|
||||||
|
|
||||||
|
> :last-child {
|
||||||
|
margin-bottom: $margin;
|
||||||
|
}
|
||||||
|
|
||||||
&:empty {
|
&:empty {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user