mirror of
https://github.com/chinchang/web-maker.git
synced 2025-05-21 09:43:39 +02:00
add hover effect to header btns
This commit is contained in:
parent
97a4374861
commit
888a4c73bb
@ -236,7 +236,7 @@
|
||||
color: #9297B3;
|
||||
border-radius: 3px;
|
||||
border: 1px solid rgba(146, 151, 179, 0.33);
|
||||
margin-left: 15px;
|
||||
margin-left: 10px;
|
||||
padding: 0px 5px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
@ -244,6 +244,9 @@
|
||||
fill: #9297B3;
|
||||
margin-right: 4px;
|
||||
}
|
||||
.main-header__btn-wrap > a:hover {
|
||||
border-color: rgba(146, 151, 179, 0.5);
|
||||
}
|
||||
.logo {
|
||||
display: inline-block;
|
||||
height: 25px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user