This commit is contained in:
silas
2018-07-11 20:51:55 +02:00
parent 50783c6ff2
commit 31691c465b
6 changed files with 28 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ $animationDuration: 0.25s;
&.rotating {
z-index: 10 !important;
overflow: hidden;
vertical-align:top;
@for $i from 1 through length($rotationDegrees) {
&.rotate-#{nth($rotationDegrees, $i)} {