1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-03 11:57:34 +02:00

add hover effect to header btns

This commit is contained in:
Kushagra Gour
2016-12-04 03:20:56 +05:30
parent 97a4374861
commit 888a4c73bb

View File

@@ -236,7 +236,7 @@
color: #9297B3; color: #9297B3;
border-radius: 3px; border-radius: 3px;
border: 1px solid rgba(146, 151, 179, 0.33); border: 1px solid rgba(146, 151, 179, 0.33);
margin-left: 15px; margin-left: 10px;
padding: 0px 5px; padding: 0px 5px;
text-transform: uppercase; text-transform: uppercase;
} }
@@ -244,6 +244,9 @@
fill: #9297B3; fill: #9297B3;
margin-right: 4px; margin-right: 4px;
} }
.main-header__btn-wrap > a:hover {
border-color: rgba(146, 151, 179, 0.5);
}
.logo { .logo {
display: inline-block; display: inline-block;
height: 25px; height: 25px;