VAN-553 - Used primary-400 as header background color (#335)

Co-authored-by: Waheed Ahmed <waheed.ahmed@arbisoft.com>
This commit is contained in:
Shafqat Farhan
2021-06-11 20:46:50 +05:00
committed by Waheed Ahmed
parent 0019a018dc
commit 25f60c1813
2 changed files with 5 additions and 4 deletions

View File

@@ -405,7 +405,7 @@ select.form-control {
}
.screen-header {
background-color: $primary;
background-color: $primary-400;
}
.screen-polygon {
@@ -413,18 +413,19 @@ select.form-control {
}
.medium-screen-svg {
fill: $primary;
fill: $primary-400;
overflow: inherit;
position: absolute;
}
.large-screen-svg {
fill: $primary;
fill: $primary-400;
overflow: hidden;
position: absolute;
}
.small-screen-header {
background-color: $primary-400;
width: 100vw;
}

View File

@@ -10,7 +10,7 @@ const SmallScreenHeader = (props) => {
return (
<>
<div className="bg-primary small-screen-header">
<div className="small-screen-header">
<img alt="edx" className="logo" src={getConfig().LOGO_WHITE_URL} />
<div className="d-flex mt-3">
<svg className="small-screen-svg-line">