- add popup function pour delete an account in settings page
This commit is contained in:
Kum1ta
2024-09-30 22:57:15 +02:00
parent b68642a5cd
commit 3ed6224d5c
4 changed files with 30 additions and 7 deletions

View File

@ -10,8 +10,6 @@
font-style: normal;
}
/* POUR EDDY : POPUP DELETE ACCOUNT ICI NONE -> FLEX, BE CAREFULL CHANGE DE FUNCTIONNALITY OF THE FIRST BUTTON FOR NOT DELETE THE ACCOUNT */
.popup-background-delete {
display: none;
position: fixed;
@ -26,7 +24,7 @@
}
.popup-delete {
display: none;
display: flex;
flex-direction: column;
background-color: #020202;
color: white;