Skip to content

Commit

Permalink
bug fixed for logout and competency popup
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinraj-tarento committed May 25, 2022
1 parent a7b3f4e commit 13ede7c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
box-shadow: none !important;
height: fit-content;
width:750px;
padding: 32px 8px!important;
padding: 24px 8px!important;

h3.card_description {
font-weight: 400!important;
Expand Down Expand Up @@ -84,8 +84,8 @@ p.competency_level_text {
.learn-card-div {
overflow-y: scroll;
min-height: 215px;
max-height: 400px;
margin-bottom: 30px;
max-height: 300px;
margin-bottom: 24px;

@include breakpoint-xs {
max-height: 270px;
Expand Down Expand Up @@ -223,7 +223,7 @@ p.competency_level_text {
.card_actions {
margin-left: -32px;
margin-right: -32px;
padding: 24px 24px 0px 0px;
padding: 16px 24px 0px 0px;
border-top: 1px solid rgba(0, 0, 0, 0.08);

@include breakpoint-xs {
Expand All @@ -250,3 +250,7 @@ p.competency_level_text {
width:90%;
}
}

.mat-card-actions {
margin-bottom:0!important
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<img src="/assets/instances/eagle/app_logos/iGOT_Karmayogi_logo_with_karmayogi_bharat.png" alt="logo">
</div>
<div class="text_box flex items-center justify-center">
<h2 class="mat-h2"> You are logged out!</h2>
<h2 class="mat-h2"> Welcome to iGOT Karmayogi!</h2>
</div>
<div class="button_box flex flex-col items-center justify-center">
<button class="button m_b_2" (click)="login()">Click here to login </button>
Expand Down

0 comments on commit 13ede7c

Please sign in to comment.