diff options
author | Harrison Healey <harrisonmhealey@gmail.com> | 2015-10-19 09:40:43 -0400 |
---|---|---|
committer | Harrison Healey <harrisonmhealey@gmail.com> | 2015-10-19 09:40:43 -0400 |
commit | 814aa57fc1cebd1e430e36102d8b3c3830351cb8 (patch) | |
tree | 206886be7d1baa2e2e13b753ec139e92e8d22120 /web/sass-files/sass/partials/_settings.scss | |
parent | e308923aeca0a45463aeeeea7b0b3e3bc313f033 (diff) | |
parent | 13a35539f335c44cebdd285cc6b2e27ffeea3a75 (diff) | |
download | chat-814aa57fc1cebd1e430e36102d8b3c3830351cb8.tar.gz chat-814aa57fc1cebd1e430e36102d8b3c3830351cb8.tar.bz2 chat-814aa57fc1cebd1e430e36102d8b3c3830351cb8.zip |
Merge pull request #1087 from asaadmahmoodspin/ui-improvements
Improving direct messages modal and some improvements for popovers
Diffstat (limited to 'web/sass-files/sass/partials/_settings.scss')
-rw-r--r-- | web/sass-files/sass/partials/_settings.scss | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/web/sass-files/sass/partials/_settings.scss b/web/sass-files/sass/partials/_settings.scss index 0c2f25eab..3146c16d5 100644 --- a/web/sass-files/sass/partials/_settings.scss +++ b/web/sass-files/sass/partials/_settings.scss @@ -230,13 +230,6 @@ font-weight:500; } -.profile-img { - width:128px; - height:128px; - margin-bottom: 10px; - @include border-radius(128px); -} - .sel-btn { margin-right:5px; } |