minor adjustments

This commit is contained in:
Evert Prants 2022-08-30 21:21:57 +03:00
parent 5c9094390f
commit fd3c4cc3af
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
3 changed files with 13 additions and 0 deletions

View File

@ -1,9 +1,11 @@
.clientCard { .clientCard {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
border-radius: 8px;
gap: 1rem; gap: 1rem;
padding: 0.5rem; padding: 0.5rem;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.25); box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
.pictureWrapper { .pictureWrapper {
overflow: hidden; overflow: hidden;
} }

View File

@ -1,9 +1,11 @@
.userCard { .userCard {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
border-radius: 8px;
gap: 1rem; gap: 1rem;
padding: 0.5rem; padding: 0.5rem;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.25); box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
.pictureWrapper { .pictureWrapper {
overflow: hidden; overflow: hidden;
} }

View File

@ -26,6 +26,15 @@ h5 {
margin-top: 0; margin-top: 0;
} }
dl {
margin-top: 0.5rem;
dt {
font-weight: 600;
margin-top: 0.5rem;
}
}
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
html { html {
color-scheme: dark; color-scheme: dark;