1
0
Fork 0

Add hover effect to buttons

This commit is contained in:
Chocobozzz 2017-12-06 14:09:39 +01:00
parent 332542bc68
commit 7d763d9749
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 8 additions and 0 deletions

View file

@ -33,6 +33,10 @@
color: #585858;
background-color: #E5E5E5;
&:hover {
background-color: #EFEFEF;
}
&.action-button-delete {
margin-right: 10px;
}

View file

@ -31,6 +31,10 @@
background-color: $orange-color;
padding: 0 17px 0 13px;
cursor: pointer;
&:hover {
background-color: #F97D46;
}
}
@mixin peertube-button-link {