styling for preferred client
This commit is contained in:
parent
cd559e14ea
commit
df9087ba17
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ClientView.isPreferred {
|
||||||
|
border: 3px solid var(--link);
|
||||||
|
box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.05);
|
||||||
|
}
|
||||||
|
|
||||||
.ClientView .hostedBanner {
|
.ClientView .hostedBanner {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 29px;
|
margin-bottom: 29px;
|
||||||
|
|
Loading…
Reference in a new issue