summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/components/_files.scss2
-rw-r--r--webapp/sass/responsive/_mobile.scss15
-rw-r--r--webapp/sass/routes/_admin-console.scss2
-rw-r--r--webapp/sass/routes/_backstage.scss12
4 files changed, 23 insertions, 8 deletions
diff --git a/webapp/sass/components/_files.scss b/webapp/sass/components/_files.scss
index 5522c6db8..854a5902b 100644
--- a/webapp/sass/components/_files.scss
+++ b/webapp/sass/components/_files.scss
@@ -246,6 +246,8 @@
.file-details__name {
color: alpha-color($black, .9);
font-size: 16px;
+ margin: 5px 0;
+ word-break: break-word;
}
.file-details__info {
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index 6a9a134f2..f2a1cf819 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -797,10 +797,11 @@
&.move--left-small {
@include translate3d(-290px, 0, 0);
+
&:before {
- z-index: 9999;
- transition: background-color 0.5s ease;
background-color: rgba(0, 0, 0, 0.4);
+ transition: background-color 0.5s ease;
+ z-index: 9999;
}
}
@@ -810,6 +811,12 @@
}
}
+ .integration-option {
+ height: auto;
+ margin-left: 0;
+ width: 100%;
+ }
+
.app__content {
padding-top: 45px;
margin: 0;
@@ -917,10 +924,6 @@
}
}
- .add-integration {
- width: 100%;
- }
-
.backstage-list__item {
display: block;
diff --git a/webapp/sass/routes/_admin-console.scss b/webapp/sass/routes/_admin-console.scss
index 6987b59ae..6416aa61c 100644
--- a/webapp/sass/routes/_admin-console.scss
+++ b/webapp/sass/routes/_admin-console.scss
@@ -181,7 +181,7 @@
background-color: #f1f1f1;
min-height: 600px;
overflow: auto;
- padding: 0 20px 20px;
+ padding: 0 40px 20px;
}
.wrapper--fixed {
diff --git a/webapp/sass/routes/_backstage.scss b/webapp/sass/routes/_backstage.scss
index ebfe97ee4..716d07a4c 100644
--- a/webapp/sass/routes/_backstage.scss
+++ b/webapp/sass/routes/_backstage.scss
@@ -114,6 +114,11 @@ body {
border-top-width: 0;
}
+.backstage-header__divider {
+ margin: 0 10px;
+ color: $gray;
+}
+
.backstage-header {
@include clearfix;
margin-bottom: 20px;
@@ -180,6 +185,7 @@ body {
background-color: $white;
border: 1px solid $light-gray;
padding: 5px 15px;
+ min-height: 50px;
}
.backstage-list__item {
@@ -296,12 +302,16 @@ body {
border: 1px solid $light-gray;
display: inline-block;
height: 210px;
- margin: 0 30px 20px 0;
+ margin: 0 0 20px 30px;
padding: 20px;
text-align: center;
vertical-align: top;
width: 250px;
+ &:first-child {
+ margin-left: 0;
+ }
+
&:hover {
color: default;
text-decoration: none;