mirror of
https://github.com/System-End/YSWS-Catalog.git
synced 2026-04-19 22:15:06 +00:00
Hide modal completion badge by default and show it when visible
This commit is contained in:
parent
bec7fac2aa
commit
30e2afb470
1 changed files with 2 additions and 2 deletions
|
|
@ -2061,7 +2061,7 @@ html {
|
|||
}
|
||||
|
||||
.modal-completion-badge {
|
||||
display: inline-flex;
|
||||
display: none;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
font-size: var(--font-2);
|
||||
|
|
@ -2076,10 +2076,10 @@ html {
|
|||
transform: translateY(10px);
|
||||
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
||||
pointer-events: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.modal-completion-badge.visible {
|
||||
display: inline-flex;
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
visibility: visible;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue