Add hover effect to buttons
This commit is contained in:
parent
332542bc68
commit
7d763d9749
2 changed files with 8 additions and 0 deletions
|
@ -33,6 +33,10 @@
|
||||||
color: #585858;
|
color: #585858;
|
||||||
background-color: #E5E5E5;
|
background-color: #E5E5E5;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: #EFEFEF;
|
||||||
|
}
|
||||||
|
|
||||||
&.action-button-delete {
|
&.action-button-delete {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,6 +31,10 @@
|
||||||
background-color: $orange-color;
|
background-color: $orange-color;
|
||||||
padding: 0 17px 0 13px;
|
padding: 0 17px 0 13px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: #F97D46;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin peertube-button-link {
|
@mixin peertube-button-link {
|
||||||
|
|
Loading…
Reference in a new issue