Feat: Dogs page.
This commit is contained in:
@@ -183,6 +183,7 @@ script, link {
|
||||
.container-input > input,
|
||||
.container-input > textarea {
|
||||
border: 2px solid var(--colour-accent);
|
||||
border-radius: 0.5vh;
|
||||
padding: 1vh 1vw;
|
||||
}
|
||||
|
||||
|
||||
16
static/css/pages/user/company.css
Normal file
16
static/css/pages/user/company.css
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
#formFilters {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.container-input {
|
||||
margin: 0 auto;
|
||||
}
|
||||
.container-input input {
|
||||
max-width: 250px;
|
||||
padding: 1vh 1vw;
|
||||
}
|
||||
|
||||
.container-input textarea {
|
||||
width: 300px;
|
||||
}
|
||||
@@ -2,6 +2,15 @@
|
||||
#formFilters {
|
||||
display: none;
|
||||
}
|
||||
.company-name {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
.container.save.button-cancel {
|
||||
position: fixed;
|
||||
top: 10vh;
|
||||
right: 10vh;
|
||||
}
|
||||
|
||||
.container-input {
|
||||
margin: 0 auto;
|
||||
@@ -10,5 +19,12 @@ label {
|
||||
font-weight: bold;
|
||||
}
|
||||
.container-input input {
|
||||
width: 250px;
|
||||
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