mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
Den reorganizing, edit location link, form styles
The admin area needed to be reorganized as it was a bit all over the place to accomodate new features. And edit link was added to location detail pages so authorized members can edit when necessary. Form elements were loosened up a bit to give them a bit more breathing room
This commit is contained in:
@ -9,6 +9,7 @@ input[type="text"] {
|
||||
background: var(--white);
|
||||
color: var(--primary);
|
||||
transition: all 0.2s linear;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
input[type="text"]:focus,
|
||||
@ -34,6 +35,7 @@ input[type="submit"] {
|
||||
cursor: pointer;
|
||||
border: 0;
|
||||
transition: all 0.3s linear;
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
select {
|
||||
|
@ -2,7 +2,7 @@ html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
font: 400 1.6em/1.3em var(--base-type);
|
||||
font: 400 1.4em/1.4em var(--base-type);
|
||||
}
|
||||
|
||||
html body {
|
||||
@ -20,6 +20,7 @@ a {
|
||||
color: var(--highlight);
|
||||
text-decoration: none;
|
||||
transition: all 0.2s linear;
|
||||
|
||||
/*
|
||||
border-bottom: 1px solid var(--white);
|
||||
|
||||
@ -30,6 +31,11 @@ strong {
|
||||
color: var(--secondary);
|
||||
}
|
||||
|
||||
hr {
|
||||
border-width: 0.5px;
|
||||
border-color: var(--white);
|
||||
}
|
||||
|
||||
header {
|
||||
width: 100%;
|
||||
color: var(--primary);
|
||||
|
Reference in New Issue
Block a user