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 (#876)
Signed-off-by: Sebastian Malton <smalton@mirantis.com> Co-authored-by: Sebastian Malton <smalton@mirantis.com>
This commit is contained in:
parent
6246a3034f
commit
1e96c5a2d4
@ -49,12 +49,11 @@
|
|||||||
|
|
||||||
.Badge {
|
.Badge {
|
||||||
$boxSize: 17px;
|
$boxSize: 17px;
|
||||||
$offset: -7px;
|
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
bottom: 0px;
|
||||||
|
transform: translateX(-50%) translateY(50%);
|
||||||
font-size: $font-size-small;
|
font-size: $font-size-small;
|
||||||
right: $offset;
|
|
||||||
bottom: $offset;
|
|
||||||
line-height: $boxSize;
|
line-height: $boxSize;
|
||||||
min-width: $boxSize;
|
min-width: $boxSize;
|
||||||
min-height: $boxSize;
|
min-height: $boxSize;
|
||||||
@ -67,4 +66,4 @@
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user