More refactoring of rigboard

This commit is contained in:
2020-03-10 16:46:53 +00:00
parent 1526a2f22b
commit 3b8789e49e
7 changed files with 101 additions and 77 deletions

View File

@@ -0,0 +1,2 @@
$use-spinPulse: true;
$use-spinoffPulse: true;

View File

@@ -1,5 +1,6 @@
@import "node_modules/bootstrap/scss/bootstrap";
//@import "node_modules/animation/animation";
@import "vars";
@import "node_modules/animate-sass/animate";
//@import "node_modules/transform/transform";
body, .pad-top {
@@ -95,7 +96,7 @@ ins {
width: 50px;
height: 50px;
margin: 0 auto;
//@include animation(spinPulse 1s infinite ease-in-out);
//@include animated(spinPulse 1s infinite ease-in-out);
}
.circle1 {
@@ -111,10 +112,10 @@ ins {
margin: 0 auto;
position: relative;
top: -40px;
//@include animation(spinoffPulse 1s infinite linear);
//@include animated(spinoffPulse 1s infinite linear);
}
/*@include keyframes(spinPulse) {
/*@include animate-keyframe(spinPulse) {
0% {
@include rotate(160deg);
opacity: 0;
@@ -132,7 +133,7 @@ ins {
};
}
@include keyframes(spinoffPulse) {
@include animate-keyframe(spinoffPulse) {
0% {
@include rotate(0deg);
}