Feat: Multiplayer sessions added using CRUD database.
This commit is contained in:
31
static/css/pages/user/company.css
Normal file
31
static/css/pages/user/company.css
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
#formFilters {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.container.authorisedUser.dirty {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.container.save.button-cancel {
|
||||
position: fixed;
|
||||
top: 1vh;
|
||||
right: 5vh;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.container-input {
|
||||
margin: 0 auto;
|
||||
}
|
||||
.container-input input {
|
||||
max-width: 250px;
|
||||
padding: 1vh 1vw;
|
||||
}
|
||||
|
||||
.container-input:has(.dirty) {
|
||||
background-color: var(--colour-accent);
|
||||
}
|
||||
|
||||
.container-input textarea {
|
||||
width: 300px;
|
||||
}
|
||||
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);
|
||||
}
|
||||
1
static/css/pages/user/users.css
Normal file
1
static/css/pages/user/users.css
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user