Move admin CSS to separate file

This commit is contained in:
JonnyWong16 2017-10-30 23:00:45 -07:00
parent 567bba0c44
commit f0ca7385b9
5 changed files with 19 additions and 18 deletions

View file

@ -0,0 +1,8 @@
.dashboard-activity-container:hover .dashboard-activity-info-platform {
opacity: 0;
}
.dashboard-activity-container:hover .dashboard-activity-terminate-session {
background-color: rgba(0, 0, 0, 0.25);
opacity: 1;
cursor: pointer;
}