summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_modal.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-01-30 19:38:06 +0500
committerCorey Hulen <corey@hulen.com>2017-01-30 09:38:06 -0500
commit83ead5cac7bb0d274c84d20d443c125ea0391f37 (patch)
treea241019c84272e07ffb37d09447f3ea71cf934bd /webapp/sass/components/_modal.scss
parentc01d9ad6cf3f8bb2ad4145441816598d8ffa2d9e (diff)
downloadchat-83ead5cac7bb0d274c84d20d443c125ea0391f37.tar.gz
chat-83ead5cac7bb0d274c84d20d443c125ea0391f37.tar.bz2
chat-83ead5cac7bb0d274c84d20d443c125ea0391f37.zip
PLT-5122 - Switching to circular status icons (#5049)
* PLT-5122 - Switching to circular status icons * Adding profile pic crop for status indicators * Updating status indicators in LHS * Updating else statements
Diffstat (limited to 'webapp/sass/components/_modal.scss')
-rw-r--r--webapp/sass/components/_modal.scss36
1 files changed, 0 insertions, 36 deletions
diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss
index 83f2ef907..0078ddec4 100644
--- a/webapp/sass/components/_modal.scss
+++ b/webapp/sass/components/_modal.scss
@@ -514,30 +514,6 @@
}
-
-.status-wrapper {
- display: inline-block;
- height: 32px;
- position: relative;
-
- &:after {
- border-radius: 100%;
- bottom: -2px;
- content: '';
- display: block;
- height: 8px;
- position: absolute;
- right: 0;
- width: 8px;
- }
-
- &.status-offline {
- &:after {
- background: #D3D3D3;
- }
- }
-}
-
.more-modal__list {
display: flex;
flex-direction: column;
@@ -556,12 +532,6 @@
.more-modal__row {
padding: 5px 10px;
-
- .status-wrapper {
- &:after {
- bottom: 0;
- }
- }
}
.more-modal__name {
@@ -575,12 +545,6 @@
flex-shrink: 0;
margin-top: 2px;
max-width: none;
-
- .status-wrapper {
- &:after {
- bottom: 3px;
- }
- }
}
.more-modal__details {