Ease-in-out trasition for terminate button
This commit is contained in:
@@ -733,8 +733,8 @@ a .users-poster-face:hover {
|
|||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
-webkit-transition: all .2s;
|
-webkit-transition: all .2s ease-in-out;
|
||||||
transition: all .2s;
|
transition: all .2s ease-in-out;
|
||||||
}
|
}
|
||||||
.dashboard-activity-terminate-session {
|
.dashboard-activity-terminate-session {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -747,8 +747,8 @@ a .users-poster-face:hover {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
-webkit-transition: all .2s;
|
-webkit-transition: all .2s ease-in-out;
|
||||||
transition: all .2s;
|
transition: all .2s ease-in-out;
|
||||||
}
|
}
|
||||||
.dashboard-activity-terminate-session:hover {
|
.dashboard-activity-terminate-session:hover {
|
||||||
color: #e9a049;
|
color: #e9a049;
|
||||||
|
Reference in New Issue
Block a user