fix: improve search options top margin
This commit is contained in:
@@ -26,8 +26,8 @@
|
|||||||
ng-click='self.clearFilterText();',
|
ng-click='self.clearFilterText();',
|
||||||
ng-show='self.state.noteFilter.text'
|
ng-show='self.state.noteFilter.text'
|
||||||
) ✕
|
) ✕
|
||||||
label.sk-panel-row.justify-left.mt-1(
|
|
||||||
ng-if='self.state.searchIsFocused || self.state.searchOptionsAreFocused'
|
ng-if='self.state.searchIsFocused || self.state.searchOptionsAreFocused'
|
||||||
|
label.sk-panel-row.justify-left.mt-2(
|
||||||
style="padding-bottom: 0"
|
style="padding-bottom: 0"
|
||||||
)
|
)
|
||||||
.sk-horizontal-group.tight
|
.sk-horizontal-group.tight
|
||||||
|
|||||||
@@ -108,6 +108,9 @@ $screen-md-max: ($screen-lg-min - 1) !default;
|
|||||||
.mt-1 {
|
.mt-1 {
|
||||||
margin-top: .25rem;
|
margin-top: .25rem;
|
||||||
}
|
}
|
||||||
|
.mt-2 {
|
||||||
|
margin-top: .5rem;
|
||||||
|
}
|
||||||
.mt-3 {
|
.mt-3 {
|
||||||
margin-top: .75rem;
|
margin-top: .75rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user