summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_backstage.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/routes/_backstage.scss')
-rw-r--r--webapp/sass/routes/_backstage.scss38
1 files changed, 30 insertions, 8 deletions
diff --git a/webapp/sass/routes/_backstage.scss b/webapp/sass/routes/_backstage.scss
index 9b115a132..4b0c07b7e 100644
--- a/webapp/sass/routes/_backstage.scss
+++ b/webapp/sass/routes/_backstage.scss
@@ -3,19 +3,20 @@ body {
height: auto;
overflow: auto;
- .sidebar--right {
- display: none;
- }
-
- .navbar {
- display: none;
- }
-
.inner-wrap {
+ @include translateX(0);
+ margin-right: 0 !important;
+
&:before {
display: none;
}
}
+
+ .sidebar--right,
+ .sidebar--menu,
+ .navbar {
+ display: none;
+ }
}
}
@@ -240,6 +241,17 @@ body {
font-weight: normal;
}
+ .radio,
+ .checkbox {
+ input {
+ height: 16px;
+ margin: 0 5px 0 0;
+ position: relative;
+ top: 2px;
+ width: 16px;
+ }
+ }
+
.form-control {
background: $white;
@@ -247,6 +259,16 @@ body {
border-color: $primary-color;
}
}
+
+ .form__help {
+ color: $dark-gray;
+ font-size: .95em;
+ margin-top: 1em;
+
+ & + .form__help {
+ margin-top: .4em;
+ }
+ }
}
.backstage-form__footer {