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:
parent
b8d35615f4
commit
8bd039a508
1 changed files with 5 additions and 6 deletions
|
@ -93,13 +93,12 @@
|
||||||
&::after {
|
&::after {
|
||||||
content: ' ';
|
content: ' ';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 8px;
|
width: 6px;
|
||||||
height: 8px;
|
height: 6px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: $red;
|
background: lighten($red, 10%);
|
||||||
left: 50%;
|
right: 12px;
|
||||||
bottom: -2px;
|
top: 6px;
|
||||||
transform: translate(-50%, 0);
|
|
||||||
transition: opacity 0.5s;
|
transition: opacity 0.5s;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue