Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bekzodjonganiyev committed Jan 28, 2023
1 parent 8c5b064 commit 212f423
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/header/MyComponent.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
font-weight: 500;
font-size: 13px;
line-height: 20px;
color: #9fabb9;
color: #02307d;
}

.hovered-list{
Expand Down Expand Up @@ -61,7 +61,7 @@
font-size: .9375rem;
line-height: 19px;
text-transform: uppercase;
color: #44494f;
color: #02307d;
margin: auto 16px;
}
.hovered-list p{
Expand All @@ -78,7 +78,7 @@ margin:0 5px;
text-align: left;
display: flex;
align-items: center;
color: #86909c;
color: #02307d;
border-bottom: 1px solid rgba(0,49,107,.1);
padding: 12px 0 12px 20px;
text-transform: none;
Expand All @@ -87,8 +87,8 @@ margin:0 5px;
}
.hovered-content .li span:hover{

background-color: #eff0f2;
color: #374453;
background-color: #cddcf6;
color: #02307d;
}
.asdaaf{
display: flex ;
Expand Down

0 comments on commit 212f423

Please sign in to comment.