styling for preferred client

This commit is contained in:
Bruno Windels 2021-02-04 17:08:18 +01:00
parent cd559e14ea
commit df9087ba17
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@
padding: 16px;
}
.ClientView.isPreferred {
border: 3px solid var(--link);
box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.05);
}
.ClientView .hostedBanner {
text-align: center;
margin-bottom: 29px;