Browse Source

homes

master
ganga satish kumar 3 years ago
parent
commit
6aa449a2f5
  1. 2
      src/app/shared/footer/footer.component.scss
  2. 12
      src/styles/common.scss

2
src/app/shared/footer/footer.component.scss

@ -21,7 +21,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 100%; height: 100%;
color: $clr-grey-light;
color: #888888;
.footer-icons{ .footer-icons{
width: 100%; width: 100%;

12
src/styles/common.scss

@ -110,9 +110,9 @@ label {
color: $clr-blue-medium; color: $clr-blue-medium;
&.active, &.active,
&.p-highlight { &.p-highlight {
background-color: $clr-blue;
background-color: #006ad0;
color: $clr-white; color: $clr-white;
border: 1px solid $clr-blue;
border: 1px solid #006ad0;
} }
} }
@ -131,7 +131,7 @@ label {
} }
.bg-container { .bg-container {
background-color: $clr-grey;
background-color: #707070;
} }
.title-space { .title-space {
@ -157,10 +157,10 @@ label {
justify-content: center; justify-content: center;
} }
.activeIconClr { .activeIconClr {
color: $clr-blue;
color: #006ad0;
} }
.normalIconClr { .normalIconClr {
color: $clr-grey-light;
color: #888888;
} }
.errorBorder { .errorBorder {
border: 1px solid $clr-red !important; border: 1px solid $clr-red !important;
@ -354,7 +354,7 @@ iframe {
.user-input{ .user-input{
border-radius: 13px; border-radius: 13px;
border: 2px solid $clr-grey;
border: 2px solid #707070;
} }
button{ button{

Loading…
Cancel
Save