summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components
diff options
context:
space:
mode:
authorkhawerrind <khawer.zeshan@gmail.com>2016-12-30 21:48:37 +0500
committerenahum <nahumhbl@gmail.com>2016-12-30 13:48:37 -0300
commit28a7a2f200270ea64c7169403d79244babf5595b (patch)
tree73a61ef7394b09e768ff128787ff3098e6597d27 /webapp/sass/components
parent89f1e8fc0c9d48eceb0ccf271333008444cddf93 (diff)
downloadchat-28a7a2f200270ea64c7169403d79244babf5595b.tar.gz
chat-28a7a2f200270ea64c7169403d79244babf5595b.tar.bz2
chat-28a7a2f200270ea64c7169403d79244babf5595b.zip
PLT-3132 Add a direct message link to the contact pop-over (#4853)
* added DM button to the user picture and name popover * removed isRequired from status and busy properties from profile_popover.jsx
Diffstat (limited to 'webapp/sass/components')
-rw-r--r--webapp/sass/components/_popover.scss26
1 files changed, 26 insertions, 0 deletions
diff --git a/webapp/sass/components/_popover.scss b/webapp/sass/components/_popover.scss
index 1bd1f2c3b..b4839bd1f 100644
--- a/webapp/sass/components/_popover.scss
+++ b/webapp/sass/components/_popover.scss
@@ -34,6 +34,32 @@
}
}
}
+
+ .popover-dm__content {
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ -ms-border-radius: 0;
+ -o-border-radius: 0;
+ border-radius: 0;
+ max-width: 100%;
+ overflow: hidden;
+ padding: 5px 5px 5px 0px;
+ text-overflow: ellipsis;
+ margin: 0;
+ font-size: 14px;
+ border-top: 1px solid #ebebeb;
+ border-color: rgba(221, 221, 221, 0.2);
+ margin-top: 5px;
+ margin-bottom: -5px;
+ > a {
+ > i {
+ margin-right: 5px;
+ }
+ > span {
+ text-transform: capitalize;
+ }
+ }
+ }
}
.channel-header__info {