This commit is contained in:
Maciej Caderek
2022-04-10 21:35:52 +02:00
parent 32c362b0d0
commit fc0746923c
25 changed files with 209 additions and 43 deletions

View File

@@ -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;