Cleaned up some unused CSS
This commit is contained in:
@@ -151,15 +151,6 @@ export default {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* button {
|
|
||||||
transition: all 0.2s ease-out;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
button:hover {
|
|
||||||
background-color: var(--accent-primary);
|
|
||||||
} */
|
|
||||||
|
|
||||||
.clicked {
|
.clicked {
|
||||||
filter: brightness(85%)
|
filter: brightness(85%)
|
||||||
}
|
}
|
||||||
@@ -169,16 +160,6 @@ button:hover {
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dropdownWrapper select {
|
|
||||||
background-color: var(--background-secondary);
|
|
||||||
border: none;
|
|
||||||
border-radius: 5px;
|
|
||||||
color: var(--white);
|
|
||||||
padding: 10px;
|
|
||||||
outline: none;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
input {
|
input {
|
||||||
background-color: var(--background-secondary);
|
background-color: var(--background-secondary);
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@@ -189,21 +170,11 @@ input {
|
|||||||
width: 25vw;
|
width: 25vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* textarea:focus, input:focus {
|
|
||||||
outline-color: var(--accent-primary);
|
|
||||||
border-color: var(--accent-primary);
|
|
||||||
} */
|
|
||||||
|
|
||||||
#searchRow {
|
#searchRow {
|
||||||
margin: 30px 0;
|
margin: 30px 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #searchRow select,
|
|
||||||
button {
|
|
||||||
margin: 0 15px 0 0;
|
|
||||||
} */
|
|
||||||
|
|
||||||
#header h1 {
|
#header h1 {
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|||||||
Reference in New Issue
Block a user