mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +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 {
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue