summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-25 08:51:38 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-25 08:51:38 +0200
commit6627127b0c3b1559cdd9d2915914163be7e1eddc (patch)
treebc5dcba03f0e904ba58970c19a40f2f0e5732dc6 /css
parent98371eb2acf0ce2501ccbe91580e9f252b264b7e (diff)
Header icons fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/ContactDetails.scss18
1 files changed, 7 insertions, 11 deletions
diff --git a/css/ContactDetails.scss b/css/ContactDetails.scss
index a141c52a..52c1e6cc 100644
--- a/css/ContactDetails.scss
+++ b/css/ContactDetails.scss
@@ -71,22 +71,18 @@
position: relative;
height: 44px;
width: 44px;
+ }
+ .header-icon {
+ height: 44px;
+ width: 44px;
+ padding: 14px;
border-radius: 22px;
- &.menu-icon--pulse {
+ cursor: pointer;
+ &.header-icon--pulse {
margin: 8px;
width: 16px;
height: 16px;
}
-
- &[class^='icon-'],
- &[class*=' icon-'],
- > [class^='icon-'],
- > [class*=' icon-'] {
- height: 44px;
- width: 44px;
- padding: 14px;
- cursor: pointer;
- }
}
}
}