Show type indicator in detail screen

This commit is contained in:
Dennis Schoepf 2021-08-03 20:11:31 +02:00
parent daf40350fa
commit 2605bfc16b
4 changed files with 23 additions and 1 deletions

View file

@ -233,6 +233,13 @@ textarea {
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
var(--tw-shadow);
#info-message-subheadline {
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
color: #b0b7bf;
}
#info-message-header {
display: flex;
justify-content: space-between;