You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shape-stroke=8px; // can be up to 10px (after that it gets cut off) http://stackoverflow.com/questions/7241393/can-you-control-how-an-svgs-stroke-width-is-drawn
64
52
53
+
&.animate-in{
54
+
animation: bounceIn1sbothlinear;
55
+
56
+
// animation: elastic-in 1s both linear;
57
+
58
+
// animation: rotateUp 1s both linear;
59
+
// transform-origin: bottom center;
60
+
}
61
+
65
62
&:nth-child(4n+1){
66
63
clear: both;
67
64
}
68
-
65
+
69
66
&.selected{
70
67
box-shadow: 0px0px3px2px#3498db;
71
68
// animation: select-pop .3s both linear !important;
0 commit comments