Skip to content
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
app/assets/stylesheets/active_admin Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -250,8 +250,6 @@ form {
250
250
251
251
// -------------------------------------- Sidebar Forms
252
252
253
- $sidebar-inner-content-width : $sidebar-width - ($section-padding * 2 );
254
-
255
253
.sidebar_section {
256
254
257
255
label {
@@ -274,13 +272,6 @@ $sidebar-inner-content-width: $sidebar-width - ($section-padding * 2);
274
272
275
273
// -------------------------------------- Filter Forms
276
274
277
- $filter-field-seperator-width : 12px ;
278
-
279
- $side-by-side-filter-input-width : ($sidebar-inner-content-width * 0.5 ) - ($text-input-horizontal-padding * 2 ) - $filter-field-seperator-width ;
280
- $side-by-side-filter-select-width : ($sidebar-inner-content-width * 0.5 ) - $filter-field-seperator-width ;
281
-
282
- $date-range-filter-input-width : ($sidebar-inner-content-width * 0.5 ) - ($filter-field-seperator-width * 0.5 );
283
-
284
275
form .filter_form {
285
276
.filter_form_field {
286
277
margin-bottom : 10px ;
Original file line number Diff line number Diff line change @@ -40,3 +40,12 @@ $text-input-horizontal-padding: 10px !default;
40
40
$text-input-total-padding : $text-input-horizontal-padding * 2 + $border-width * 2 ;
41
41
42
42
$blank-slate-border : 1px dashed #DADADA !default ;
43
+
44
+ // Sidebar Forms
45
+ $sidebar-inner-content-width : $sidebar-width - ($section-padding * 2 );
46
+
47
+ // Filter Forms
48
+ $filter-field-seperator-width : 12px !default ;
49
+ $side-by-side-filter-input-width : ($sidebar-inner-content-width * 0.5 ) - ($text-input-horizontal-padding * 2 ) - $filter-field-seperator-width ;
50
+ $side-by-side-filter-select-width : ($sidebar-inner-content-width * 0.5 ) - $filter-field-seperator-width ;
51
+ $date-range-filter-input-width : ($sidebar-inner-content-width * 0.5 ) - ($filter-field-seperator-width * 0.5 );
You can’t perform that action at this time.
0 commit comments