summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_mentions.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_mentions.scss')
-rw-r--r--webapp/sass/components/_mentions.scss27
1 files changed, 23 insertions, 4 deletions
diff --git a/webapp/sass/components/_mentions.scss b/webapp/sass/components/_mentions.scss
index cfc12f1ce..37820cbd9 100644
--- a/webapp/sass/components/_mentions.scss
+++ b/webapp/sass/components/_mentions.scss
@@ -36,6 +36,24 @@
width: 100%;
z-index: 101;
+ .icon {
+ @include opacity(.5);
+ display: inline-block;
+ margin: 0 7px 0 0;
+ position: relative;
+ text-align: center;
+ top: 2px;
+ vertical-align: top;
+ width: 16px;
+
+ &.icon__globe {
+ svg {
+ height: 14px;
+ width: 14px;
+ }
+ }
+ }
+
.status {
font-size: 15px;
text-align: center;
@@ -59,11 +77,12 @@
@include border-radius(20px);
display: block;
font-size: 15px;
- height: 20px;
- line-height: 20px;
- margin-right: 6px;
+ height: 16px;
+ line-height: 16px;
+ margin-right: 7px;
+ margin-top: 3px;
text-align: center;
- width: 20px;
+ width: 16px;
.mention--align {
display: inline-block;