summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive/_mobile.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/responsive/_mobile.scss')
-rw-r--r--webapp/sass/responsive/_mobile.scss23
1 files changed, 16 insertions, 7 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index 78bd8580d..884c69d74 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -314,15 +314,15 @@
}
}
- .row--invite {
- .col-sm-6 {
- &:first-child {
- padding-right: 15px;
+ .app__body {
+ .row--invite {
+ .col-sm-6 {
+ &:first-child {
+ padding-right: 15px;
+ }
}
}
- }
- .app__body {
.modal {
.info__label {
padding-bottom: 5px;
@@ -590,8 +590,17 @@
.navbar-brand {
white-space: nowrap;
+ }
+
+ .status {
+ margin: 0 5px 0 3px;
+ top: 2px;
+ width: 16px;
- @import "../components/status-icon";
+ svg {
+ max-height: 20px;
+ width: 16px;
+ }
}
}
}