mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 07:22:14 +00:00
More refactoring of rigboard
This commit is contained in:
2
web_assets/scss/_vars.scss
Normal file
2
web_assets/scss/_vars.scss
Normal file
@@ -0,0 +1,2 @@
|
||||
$use-spinPulse: true;
|
||||
$use-spinoffPulse: true;
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user