summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-02-12 14:21:05 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-02-12 14:21:05 +0100
commit41cd3c19f3e3263a0df843fbc5f97b9ecf3dc27b (patch)
treefe83fe4ffbf65137b67452d9bf75b8978ce01d91 /css
parentc7a27224482e2d9f571dba4583adb4372c3ea2da (diff)
style for contact details header
Diffstat (limited to 'css')
-rw-r--r--css/public/style.css26
1 files changed, 23 insertions, 3 deletions
diff --git a/css/public/style.css b/css/public/style.css
index 50da1815..5551c466 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -1,14 +1,34 @@
.contactdetails__header {
- height:100px;
+ height: 100px;
+ padding-left: 30px;
display: flex;
- color: white;
+ color: #fff;
font-weight: bold;
align-items: center;
}
-.contactdetails__name {
+.contactdetails__header h2 {
+ margin-bottom: 6px;
+}
+.contactdetails__header .contactdetails__name {
+ font-size: inherit !important;
+ width: 100% !important;
+ color: #fff !important;
+ background: transparent !important;
+ border: none !important;
+}
+.contactdetails__header .icon-delete-white {
+ position: absolute;
+ right: 0;
+ padding: 15px;
+ right: 15px;
+ top: 30px;
+ background-color: transparent;
+ border: none;
+ opacity: .5;
}
+
#check-all + label:before {
position: absolute;
top: 18px;