File size: 153 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 |
.react-page-plugin-drawer-item {
cursor: pointer;
z-index: 1;
}
.react-page-plugin-drawer-item:hover {
z-index: 2;
box-shadow: 0 0 20px #ccc;
}
|
1e92f2d |
1 2 3 4 5 6 7 8 9 10 |
.react-page-plugin-drawer-item {
cursor: pointer;
z-index: 1;
}
.react-page-plugin-drawer-item:hover {
z-index: 2;
box-shadow: 0 0 20px #ccc;
}
|