summaryrefslogtreecommitdiffstats
path: root/css/ContactDetails.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/ContactDetails.scss')
-rw-r--r--css/ContactDetails.scss13
1 files changed, 3 insertions, 10 deletions
diff --git a/css/ContactDetails.scss b/css/ContactDetails.scss
index 6fb500c9..820ed714 100644
--- a/css/ContactDetails.scss
+++ b/css/ContactDetails.scss
@@ -27,7 +27,7 @@
header {
display: flex;
align-items: center;
- height: 100px;
+ padding: 50px 0 20px;
font-weight: bold;
// ORG-TITLE-NAME
@@ -50,14 +50,11 @@
padding: 4px 5px;
white-space: nowrap;
text-overflow: ellipsis;
- color: #fff !important;
border: none;
background: transparent;
- text-shadow: 0 0 2px var(--color-box-shadow);
font-size: inherit;
- &::placeholder {
- opacity: .8;
- color: #fff !important;
+ &#contact-fullname {
+ font-weight: bold;
}
}
#contact-org:placeholder-shown {
@@ -71,10 +68,6 @@
display: flex;
.header-menu {
margin-right: 10px;
- .action-item__menutoggle {
- // force white over header colour
- color: white;
- }
}
.header-icon {
width: 44px;