WIP
This commit is contained in:
@@ -94,6 +94,11 @@ button:hover,
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.btn--error,
|
||||
.btn--error:hover {
|
||||
background-color: #fc4444;
|
||||
}
|
||||
|
||||
input,
|
||||
textarea {
|
||||
width: 100%;
|
||||
@@ -155,6 +160,10 @@ a:hover {
|
||||
padding: var(--header-margin) 0 2rem 0;
|
||||
}
|
||||
|
||||
.board-box--left {
|
||||
padding-left: 2rem;
|
||||
}
|
||||
|
||||
.board {
|
||||
box-shadow: 0 0 2rem #00000099;
|
||||
border-radius: 5px;
|
||||
|
||||
Reference in New Issue
Block a user