1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed dot position

This commit is contained in:
Fedor Katurov 2020-04-14 17:43:21 +07:00
parent b8d35615f4
commit 8bd039a508

View file

@ -93,13 +93,12 @@
&::after {
content: ' ';
position: absolute;
width: 8px;
height: 8px;
width: 6px;
height: 6px;
border-radius: 4px;
background: $red;
left: 50%;
bottom: -2px;
transform: translate(-50%, 0);
background: lighten($red, 10%);
right: 12px;
top: 6px;
transition: opacity 0.5s;
opacity: 0;
}