mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-29 06:36:41 +07:00
fixed dots on lab and flow
This commit is contained in:
parent
2395c9fbab
commit
2160f50711
3 changed files with 20 additions and 14 deletions
|
@ -114,6 +114,11 @@
|
|||
top: 6px;
|
||||
transition: opacity 0.5s;
|
||||
opacity: 0;
|
||||
|
||||
@include tablet {
|
||||
top: -4px;
|
||||
right: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
&.has_dot {
|
||||
|
@ -139,10 +144,6 @@
|
|||
align-items: center;
|
||||
margin-right: $gap;
|
||||
}
|
||||
|
||||
&::after {
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue