forked from nutomic/joinpeertube
Add hover color on buttons
This commit is contained in:
parent
e613f35441
commit
3f21cfe94d
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue