aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/sass/_admin.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/cobrands/sass/_admin.scss')
-rw-r--r--web/cobrands/sass/_admin.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/web/cobrands/sass/_admin.scss b/web/cobrands/sass/_admin.scss
index 58d2ded5f..0a9789161 100644
--- a/web/cobrands/sass/_admin.scss
+++ b/web/cobrands/sass/_admin.scss
@@ -116,8 +116,8 @@ $button_bg_col: #a1a1a1; // also search bar (tables)
}
.admin-open311-section {
- padding-left: 1em;
- border-left: 1px solid #ccc;
+ padding-#{$left}: 1em;
+ border-#{$left}: 1px solid #ccc;
}
.admin-hint {
@@ -165,11 +165,11 @@ $button_bg_col: #a1a1a1; // also search bar (tables)
.admin-index-search {
width: 27em;
form {
- clear: left;
+ clear: #{$left};
}
select {
max-width: 65%;
- float: left;
+ float: #{$left};
}
}
@@ -207,10 +207,10 @@ $button_bg_col: #a1a1a1; // also search bar (tables)
.js-metadata-item-remove {
position: absolute;
top: 0.25em;
- right: 0.25em;
+ #{$right}: 0.25em;
}
}
.danger-zone {
- text-align: right;
+ text-align: #{$right};
}