Started to design MetaData for Letters

This commit is contained in:
schnulller
2022-05-20 01:38:10 +02:00
parent d054cf07e1
commit bf3112cacd
8 changed files with 71 additions and 37 deletions

View File

@@ -1016,6 +1016,26 @@ body {
color: rgb(17 24 39 / var(--tw-text-opacity));
}
/* Classes for Letter View */
.ha-letterheader {
--tw-bg-opacity: 1;
background-color: rgb(248 250 252 / var(--tw-bg-opacity));
padding-left: 2.25rem;
padding-right: 2.25rem;
padding-top: 2.25rem;
}
@media (min-width: 1024px) {
.ha-letterheader {
padding-left: 4rem;
padding-right: 4rem;
padding-top: 3rem;
}
}
/* Classes for MetaData View */
/* Classes from .NET */
.ha-title {