Update Preview Area Buttons css
@@ -139,10 +139,19 @@
color: #ffffff;
width: 40px;
height: 40px;
+ transform-origin: 50% 50%;
+
+ &:active {
+ transform: scale(0.90);
+ }
&:hover {
- background-color: #3f3461;
+ background: #3f3461;
}
+ &.selected {
+ background: #9379e6;
img{
@@ -192,9 +201,19 @@
grid-row: 1;
+ &:hover {
- &.selected, &:hover {
background: #9379e6;