formatting
This commit is contained in:
parent
7e8b27b49d
commit
7f84889968
5 changed files with 14 additions and 19 deletions
0
src/public/css/invite.css
Normal file
0
src/public/css/invite.css
Normal file
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
.top-notification-good {
|
||||
top: 25px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -44,7 +43,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.max-size-zero {
|
||||
max-width: 0;
|
||||
max-height: 0;
|
||||
|
|
@ -63,8 +61,7 @@
|
|||
align-items: center;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -500px);
|
||||
transition:
|
||||
transform 2s ease-in-out;
|
||||
transition: transform 2s ease-in-out;
|
||||
}
|
||||
|
||||
.top-notification-good.revealed {
|
||||
|
|
@ -84,7 +81,6 @@
|
|||
height: 50px;
|
||||
}
|
||||
|
||||
|
||||
.badges {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue