summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/components/_dropdown.scss5
-rw-r--r--webapp/sass/layout/_post.scss1
-rw-r--r--webapp/sass/responsive/_mobile.scss9
-rw-r--r--webapp/sass/routes/_admin-console.scss21
4 files changed, 27 insertions, 9 deletions
diff --git a/webapp/sass/components/_dropdown.scss b/webapp/sass/components/_dropdown.scss
index 1168c9b27..5ed0bca61 100644
--- a/webapp/sass/components/_dropdown.scss
+++ b/webapp/sass/components/_dropdown.scss
@@ -6,6 +6,11 @@
z-index: 2500;
}
+ .fa {
+ @include opacity(.6);
+ margin-right: 5px;
+ }
+
.divider {
@include opacity(.15);
}
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 6cffb3966..07a78adfe 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -506,6 +506,7 @@ body.ios {
height: 26px;
line-height: 25px;
padding: 0 7px;
+ width: auto;
.post-image__thumbnail {
display: none;
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index c7d094c67..cde58b45a 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -147,10 +147,6 @@
&.same--root {
&.same--user {
- .post__time {
- display: none;
- }
-
.post__header {
height: auto;
margin-top: 5px;
@@ -286,7 +282,7 @@
.signup-team__container {
font-size: .9em;
margin-bottom: 30px;
- padding: 30px 0;
+ padding: 60px 10px 0;
.signup-team__name {
font-size: 2em;
@@ -1021,9 +1017,8 @@
@media screen and (max-height: 640px) {
.signup-team__container {
- padding: 30px 0;
- margin-bottom: 30px;
font-size: .9em;
+ margin-bottom: 30px;
.signup-team__name {
font-size: 2em;
diff --git a/webapp/sass/routes/_admin-console.scss b/webapp/sass/routes/_admin-console.scss
index a4c8621c8..0164f485e 100644
--- a/webapp/sass/routes/_admin-console.scss
+++ b/webapp/sass/routes/_admin-console.scss
@@ -7,8 +7,10 @@
overflow: auto;
padding: 0 20px;
- > div {
- height: 100%;
+ .dropdown-menu {
+ .divider {
+ @include opacity(1);
+ }
}
.inner-wrap {
@@ -23,6 +25,11 @@
padding-bottom: .5em;
}
+ h4 {
+ font-weight: 600;
+ margin-bottom: 2em;
+ }
+
.form-control {
background-color: $white;
border: 1px solid $light-gray;
@@ -240,6 +247,10 @@
width: 220px;
z-index: 5;
+ .dropdown-menu {
+ min-width: 200px;
+ }
+
.team__header {
background: transparent;
}
@@ -271,6 +282,12 @@
}
}
+ .sidebar-section {
+ > .sidebar-section-title {
+ position: relative;
+ }
+ }
+
.sidebar-section-title {
padding: 5px 35px 5px 15px;
}