summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_status-icon.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_status-icon.scss')
-rw-r--r--webapp/sass/components/_status-icon.scss33
1 files changed, 33 insertions, 0 deletions
diff --git a/webapp/sass/components/_status-icon.scss b/webapp/sass/components/_status-icon.scss
new file mode 100644
index 000000000..32ce07164
--- /dev/null
+++ b/webapp/sass/components/_status-icon.scss
@@ -0,0 +1,33 @@
+@charset 'UTF-8';
+
+.status {
+ display: inline-block;
+ margin-right: 6px;
+ position: relative;
+ top: 1px;
+ width: 12px;
+
+ svg {
+ max-height: 14px;
+ }
+
+ i,
+ path,
+ ellipse {
+ @include opacity(.5);
+
+ &.online--icon,
+ &.away--icon {
+ @include opacity(1);
+ }
+ }
+
+ .fa-lock {
+ margin-left: 1px;
+ }
+
+ .fa-globe {
+ position: relative;
+ top: -1px;
+ }
+} \ No newline at end of file