better review design, caddy now listens on localhost too
This commit is contained in:
@@ -2,34 +2,6 @@
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.custom-button {
|
||||
font-size: 1rem;
|
||||
font-weight: bold;
|
||||
height: 40px;
|
||||
padding: 10px 20px;
|
||||
background: var(--surface);
|
||||
color: rgb(0, 0, 0);
|
||||
cursor: pointer;
|
||||
border-radius: 20px;
|
||||
border: 2px solid var(--surface);
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.custom-button:hover {
|
||||
border-color: white;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.custom-button.inactive {
|
||||
opacity: 0.3;
|
||||
cursor: default;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.custom-button.inactive:hover {
|
||||
border-color: var(--surface);
|
||||
}
|
||||
|
||||
.species-item {
|
||||
list-style: none;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user