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

fix placement of the add new cluster number

Signed-off-by: Sebastian Malton <smalton@mirantis.com>
This commit is contained in:
Sebastian Malton 2020-09-14 15:25:03 -04:00
parent 6246a3034f
commit 66992fabb5

View File

@ -49,12 +49,11 @@
.Badge {
$boxSize: 17px;
$offset: -7px;
position: absolute;
bottom: 0px;
transform: translateX(-50%) translateY(50%);
font-size: $font-size-small;
right: $offset;
bottom: $offset;
line-height: $boxSize;
min-width: $boxSize;
min-height: $boxSize;
@ -67,4 +66,4 @@
pointer-events: none;
}
}
}
}