summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2020-01-21 12:30:41 +0800
committerJan-Christoph Borchardt <hey@jancborchardt.net>2020-04-22 22:39:01 +0200
commit7db89c8ebb32cb589257db09600525b6cc328d95 (patch)
tree80d5805591e5e938721e814e6c61565091a63c60 /css
parent10b916034cccb9705a2c5a4e05067eb2a2a68efc (diff)
Remove header color bar as it is not related to the contact
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css')
-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;