gestion des groupe, todo : rejoindre une session
This commit is contained in:
@@ -170,7 +170,7 @@ code {
|
||||
}
|
||||
|
||||
/* Cards et containers */
|
||||
.card {
|
||||
/* .card {
|
||||
background: linear-gradient(135deg, var(--tint1) 0%, var(--tint2) 100%);
|
||||
border-radius: 20px;
|
||||
padding: 24px;
|
||||
@@ -196,7 +196,7 @@ code {
|
||||
|
||||
.card-body {
|
||||
color: var(--text);
|
||||
}
|
||||
} */
|
||||
|
||||
/* Inputs */
|
||||
input[type="text"],
|
||||
@@ -385,19 +385,20 @@ button.add:hover,
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 1000;
|
||||
max-height:100%;
|
||||
z-index: 100;
|
||||
height:100vh;
|
||||
width:100vw;
|
||||
}
|
||||
|
||||
|
||||
.modal-overlay {
|
||||
/* .modal-overlay {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
backdrop-filter: blur(4px);
|
||||
display: grid;
|
||||
place-items: center;
|
||||
z-index: 1000;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
@@ -426,7 +427,7 @@ button.add:hover,
|
||||
.modal-close:hover {
|
||||
background-color: #dc2626;
|
||||
color: white;
|
||||
}
|
||||
} */
|
||||
|
||||
/* Loading */
|
||||
.loading {
|
||||
@@ -649,4 +650,4 @@ input[type="radio"] {
|
||||
min-width: 280px;
|
||||
margin: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user