[embed] debug stylesheet

This commit is contained in:
Maxim Kadushkin 2020-09-08 20:40:54 +03:00
parent 61788fa804
commit 949eee984a
2 changed files with 4 additions and 1 deletions

View file

@ -285,6 +285,9 @@
outline: none;
opacity: 0.3;
background-origin: content-box;
padding: 1px 0 0 1px;
-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
-moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
box-shadow: 0 0 0 2px rgba(255,255,255,0.3);

View file

@ -28,7 +28,7 @@
.svg-icon {
&.play {
&.pause {
background-position: -22px*10 -22px;
background-position: -20px*10 -20px;
}
}
}