-
Lukas Mauß authored4873e657
Forked from an inaccessible project.
button {
min-width: 80px;
}
form {
display: block;
width: 100%;
max-width: 800px;
margin-bottom: 50px;
}
app-comment-list {
width: 100%;
max-width: 800px;
}
textarea {
line-height: 120%;
}
.send {
color: var(--on-primary);
background-color: var(--primary);
}
mat-hint {
color: var(--on-surface) !important;
}
.placeholder {
color: var(--on-surface);
}