diff --git a/src/platform/core/paging/paging-bar.component.scss b/src/platform/core/paging/paging-bar.component.scss index e29dca0cf0..4fee42c30d 100644 --- a/src/platform/core/paging/paging-bar.component.scss +++ b/src/platform/core/paging/paging-bar.component.scss @@ -1,27 +1,27 @@ :host { display: block; -} -.td-paging-bar { - height: 48px; - /deep/ > * { - margin: 0 10px; + .td-paging-bar { + height: 48px; + /deep/ > * { + margin: 0 10px; + } } -} -[md-icon-button] { - font-size: 12px; - font-weight: normal; -} -/deep/ md-select { - &.mat-select { - padding-top: 0px; + [md-icon-button] { + font-size: 12px; + font-weight: normal; } - & { - .mat-select-trigger { - min-width: 44px; - font-size: 12px; + /deep/ md-select { + &.mat-select { + padding-top: 0px; } - .mat-select-underline { - display: none; + & { + .mat-select-trigger { + min-width: 44px; + font-size: 12px; + } + .mat-select-underline { + display: none; + } } } } \ No newline at end of file