Skip to content

Commit eddd61b

Browse files
committed
common styles updated
1 parent 7ec502c commit eddd61b

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

src/styles.scss

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ html,
1010
body {
1111
@include generate-theme-vars($my-theme);
1212
}
13+
1314
html,
1415
body {
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+
}

0 commit comments

Comments
 (0)