theme blue updated
This commit is contained in:
parent
1522f0d40c
commit
8079d03bed
@ -56,7 +56,7 @@ export default function Team() {
|
||||
{member.name}
|
||||
</Link>
|
||||
</h5>
|
||||
<p>{member.role}</p>
|
||||
{/* <p>{member.role}</p> */}
|
||||
<a href="team-details" className="icon">
|
||||
<i className="fa-solid fa-link" />
|
||||
</a>
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
background-color: $header-color;
|
||||
background-color: #0b2273;
|
||||
width: 0;
|
||||
height: 50%;
|
||||
position: absolute;
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
background-color: $header-color;
|
||||
background-color: #0b2273;
|
||||
width: 0;
|
||||
height: 50%;
|
||||
position: absolute;
|
||||
|
||||
@ -64,7 +64,7 @@
|
||||
.progress {
|
||||
position: relative;
|
||||
height: 10px;
|
||||
background-color: $bg-color;
|
||||
background-color: #0b2273;
|
||||
border-radius: 0;
|
||||
overflow: visible;
|
||||
margin-top: 15px;
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
&::before {
|
||||
@include before;
|
||||
z-index: -1;
|
||||
background-color: $header-color;
|
||||
background-color: #0b2273;
|
||||
opacity: 0.95;
|
||||
}
|
||||
}
|
||||
|
||||
@ -154,7 +154,7 @@
|
||||
}
|
||||
|
||||
.team-content {
|
||||
background-color: $header-color;
|
||||
background-color: #0b2273;
|
||||
padding: 12px 30px;
|
||||
line-height: 1;
|
||||
position: relative;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user