File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1010body {
1111 @include generate-theme-vars ($my-theme );
1212}
13+
1314html ,
1415body {
1516 height : 100% ;
@@ -43,6 +44,14 @@ a.mat-mdc-menu-item > mat-icon {
4344 background-color : transparent !important ;
4445}
4546
47+ .mdc-text-field {
48+ padding : 0 !important ;
49+ }
50+
51+ .psdk-radio-vertical > .mat-mdc-radio-button .mdc-radio {
52+ padding : 10px 0 !important ;
53+ }
54+
4655.mat-sort-header-content {
4756 justify-content : space-between ;
4857 width : 100% ;
@@ -51,6 +60,29 @@ a.mat-mdc-menu-item > mat-icon {
5160 justify-content : space-between ;
5261}
5362
63+ .psdk-grid-filter {
64+ display : grid ;
65+ grid-template-columns : repeat (2 , minmax (0 , 1fr ));
66+ column-gap : calc (2 * 0.5rem );
67+ row-gap : calc (2 * 0.5rem );
68+ align-items : start ;
69+ }
70+
71+ .psdk-grid-label {
72+ color : rgba (0 , 0 , 0 , 0.54 );
73+ }
74+ .psdk-value {
75+ margin : 8px 0px ;
76+ }
77+
5478.mdc-button {
5579 line-height : inherit !important ;
5680}
81+
82+ .mat-mdc-form-field {
83+ margin : 8px 0 ;
84+ }
85+
86+ .ngx-mat-tel-input-container button {
87+ margin-top : auto ;
88+ }
You can’t perform that action at this time.
0 commit comments