1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Adding margin to last cluster icon

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-09-02 09:33:44 +03:00
parent 505a5c7d9f
commit 3f0b78f557

View File

@ -18,6 +18,10 @@
padding: 0 $spacing; // extra spacing for cluster-icon's badge
margin-bottom: $spacing;
> :last-child {
margin-bottom: $margin;
}
&:empty {
display: none;
}