Feat: Multiplayer sessions added using CRUD database.
This commit is contained in:
27
static/css/pages/user/user.css
Normal file
27
static/css/pages/user/user.css
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
#formFilters {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.container.save.button-cancel {
|
||||
position: fixed;
|
||||
top: 10vh;
|
||||
right: 10vh;
|
||||
}
|
||||
|
||||
.container-input {
|
||||
margin: 0 auto;
|
||||
}
|
||||
label {
|
||||
font-weight: bold;
|
||||
}
|
||||
.container-input input {
|
||||
max-width: 250px;
|
||||
}
|
||||
|
||||
input.dirty,
|
||||
textarea.dirty,
|
||||
select.dirty {
|
||||
border-color: var(--colour-primary);
|
||||
background-color: var(--colour-page-background-2);
|
||||
}
|
||||
Reference in New Issue
Block a user