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