|
@ -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{ |
|
|