Skip to content
Snippets Groups Projects
Commit a35a334a authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #13492 TIME 0:45 fix css ( and issue 13500)

parent 4912a6c2
No related branches found
No related tags found
No related merge requests found
......@@ -62,12 +62,17 @@
.mat-radio-button {
flex: 1;
max-width: 250px;
}
}
.checkbox-form {
display: grid;
grid-template-columns: repeat(3, 1fr);
overflow: auto;
max-height: 200px;
border: solid 1px rgba(0,0,0,0.12);
border-radius: 5px;
}
.loading {
......@@ -112,7 +117,7 @@
.labelCustom {
color: rgba(0, 0, 0, 0.54);
transform: scale(0.75);
transform: scale(0.75) translateX(-15%);
font-weight: 400;
}
......
......@@ -553,7 +553,8 @@
.radio-form {
padding-left: 20px;
display: flex;
display: grid;
grid-template-columns: repeat(2, 1fr);
width: 100%;
.mat-radio-button {
......@@ -564,7 +565,6 @@
color: rgba(0, 0, 0, 0.54);
}
}
}
.input-radio {
......@@ -573,7 +573,7 @@
}
::ng-deep.mat-form-field-flex {
height: 40px;
height: auto;
}
::ng-deep.mat-form-field-label {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment