Add hover color on buttons

This commit is contained in:
Chocobozzz 2019-10-31 17:00:13 +01:00
parent e613f35441
commit 3f21cfe94d
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -113,12 +113,17 @@ p > a {
border-radius: 4px; border-radius: 4px;
background-color: transparent; background-color: transparent;
align-items: center; align-items: center;
transition: background-color 0.2s;
svg { svg {
width: 18px; width: 18px;
height: 18px; height: 18px;
} }
&:hover {
background-color: rgba($orange, 0.1);
}
@media screen and (max-width: $responsive-screen) { @media screen and (max-width: $responsive-screen) {
width: auto; width: auto;
font-size: 14px; font-size: 14px;