Commit a45a1154 authored by Roopashree L's avatar Roopashree L
Browse files

shared dialog UI fix

Showing with 16 additions and 1 deletion
+16 -1
......@@ -37,7 +37,7 @@
</div>
<div *ngIf="otpSubitted">
<div class="mt4 flex flex-column flex justify-center items-center">
<div class="mt0 flex flex-column flex justify-center items-center">
<mat-icon class="mt4 big-icon" inline>check_circle_outline</mat-icon>
......
......@@ -51,6 +51,7 @@ body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
justify-content: left;
}
.resolution-form .mat-mdc-text-field-wrapper {
border-bottom: 0;
border: 1px solid rgba(0,0,0,0.16);
}
.resolution-form .mdc-text-field, .mat-mdc-form-field-focus-overlay{
......@@ -89,4 +90,18 @@ body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
}
}
.raiser-radio-btn {
.mdc-form-field{
border: 1px solid rgba(0, 0, 0, 0.16);
padding-left: 8px;
padding-right: 16px;
border-radius: 4px;
}
}
.mat-mdc-dialog-content.mdc-dialog__content {
max-height: inherit;
height: 100%;
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment