[webpack.teacher.view] make instant-buttons (admin, edit, remove) with feedback (TEST)
This commit is contained in:
parent
b21635c365
commit
8a22a18b96
|
@ -188,10 +188,14 @@
|
||||||
background: url('/asset/svg/remove.svg@bbbbbb') center center no-repeat;
|
background: url('/asset/svg/remove.svg@bbbbbb') center center no-repeat;
|
||||||
background-size: auto 100%;
|
background-size: auto 100%;
|
||||||
|
|
||||||
|
transform: scale(1);
|
||||||
|
transition: transform .2s ease-in-out;
|
||||||
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover{
|
&:hover{
|
||||||
background-image: url('/asset/svg/remove.svg@#{$rd-form-invalid-color}');
|
background-image: url('/asset/svg/remove.svg@#{$rd-form-invalid-color}');
|
||||||
|
transform: scale(1.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue