@@ -18,7 +18,9 @@ $button-icon-size: 28px;
1818 display : block ;
1919
2020 @include token-utils .use-tokens (
21- tokens-mat-paginator .$prefix , tokens-mat-paginator .get-token-slots ()) {
21+ tokens-mat-paginator .$prefix ,
22+ tokens-mat-paginator .get-token-slots ()
23+ ) {
2224 @include mdc-typography .smooth-font ();
2325 @include token-utils .create-token-slot (color , container- text- color);
2426 @include token-utils .create-token-slot (background-color , container- background- color);
@@ -30,9 +32,13 @@ $button-icon-size: 28px;
3032
3133 // Apply custom form-field density for paginator.
3234 @include token-utils .create-token-slot (
33- --mat-form-field-container-height , form- field- container- height);
35+ --mat-form-field-container-height ,
36+ form- field- container- height
37+ );
3438 @include token-utils .create-token-slot (
35- --mat-form-field-container-vertical-padding , form- field- container- vertical- padding);
39+ --mat-form-field-container-vertical-padding ,
40+ form- field- container- vertical- padding
41+ );
3642
3743 .mat-mdc-select-value {
3844 @include token-utils .create-token-slot (font-size , select- trigger- text- size);
@@ -67,7 +73,9 @@ $button-icon-size: 28px;
6773 width : 100% ;
6874
6975 @include token-utils .use-tokens (
70- tokens-mat-paginator .$prefix , tokens-mat-paginator .get-token-slots ()) {
76+ tokens-mat-paginator .$prefix ,
77+ tokens-mat-paginator .get-token-slots ()
78+ ) {
7179 @include token-utils .create-token-slot (min-height , container- size);
7280 }
7381}
@@ -106,7 +114,9 @@ $button-icon-size: 28px;
106114 width : $button-icon-size ;
107115
108116 @include token-utils .use-tokens (
109- tokens-mat-paginator .$prefix , tokens-mat-paginator .get-token-slots ()) {
117+ tokens-mat-paginator .$prefix ,
118+ tokens-mat-paginator .get-token-slots ()
119+ ) {
110120 @include token-utils .create-token-slot (fill , enabled- icon- color);
111121
112122 .mat-mdc-icon-button [disabled ] & {
@@ -136,7 +146,10 @@ $button-icon-size: 28px;
136146}
137147
138148.mat-mdc-paginator-touch-target {
139- @include token-utils .use-tokens (tokens-mat-paginator .$prefix , tokens-mat-paginator .get-token-slots ()) {
149+ @include token-utils .use-tokens (
150+ tokens-mat-paginator .$prefix ,
151+ tokens-mat-paginator .get-token-slots ()
152+ ) {
140153 @include token-utils .create-token-slot (display , touch- target- display);
141154 }
142155
0 commit comments