Start with send-mail widget

This commit is contained in:
Eike Kettner
2020-01-08 01:26:39 +01:00
parent 4490a444a9
commit 51ce48997c
6 changed files with 317 additions and 5 deletions

View File

@ -65,6 +65,12 @@
padding-right: 1em;
}
label span.muted {
font-size: smaller;
color: rgba(0,0,0,0.6);
margin-left: 0.5em;
}
.ui.search.dropdown.open {
z-index: 20;
}