Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
Grievance-Redressal-App
Commits
a45a1154
Commit
a45a1154
authored
1 year ago
by
Roopashree L
Browse files
Options
Download
Patches
Plain Diff
shared dialog UI fix
parent
0ea4784f
main
UAT
dev_fixes_v2
dev_issue_fixes
dev_issue_fixes_v1
development
file_upload_fixes
login_flow_integration
responsiveness_addition
revert-133-environment_configs
revert-59-dev_issue_fixes
uat-release-1.0
uat_issue_fix
3 merge requests
!59
Dev issue fixes
,
!58
Dev Issues
,
!57
DEV issue fixes
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/shared/components/shared-dialog-overlay/shared-dialog-overlay.component.html
+1
-1
...hared-dialog-overlay/shared-dialog-overlay.component.html
src/styles.scss
+15
-0
src/styles.scss
with
16 additions
and
1 deletion
+16
-1
src/app/shared/components/shared-dialog-overlay/shared-dialog-overlay.component.html
+
1
−
1
View file @
a45a1154
...
...
@@ -37,7 +37,7 @@
</div>
<div
*ngIf=
"otpSubitted"
>
<div
class=
"mt
4
flex flex-column flex justify-center items-center"
>
<div
class=
"mt
0
flex flex-column flex justify-center items-center"
>
<mat-icon
class=
"mt4 big-icon"
inline
>
check_circle_outline
</mat-icon>
...
...
This diff is collapsed.
Click to expand it.
src/styles.scss
+
15
−
0
View file @
a45a1154
...
...
@@ -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%
;
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets