Skip to content

Commit 6ec09cc

Browse files
committed
removed ball fall stuff (as far as i can tell it doesn't do anything)
1 parent 2591d09 commit 6ec09cc

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

frontend/stylesheets/components/sweet-alert/_sweet-alert.scss

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
@import 'bootstrap-sass/assets/stylesheets/bootstrap/mixins/vendor-prefixes';
77
@import 'bootstrap-sass/assets/stylesheets/bootstrap/mixins/forms';
88
@import 'sweet-alert-animations';
9-
// @import 'ball-fall';
109

1110
body {
1211
.stop-scrolling {
@@ -73,29 +72,13 @@ body {
7372
display: inline-block;
7473
position: relative;
7574
}
76-
.la-ball-fall {
77-
position: absolute;
78-
top: 50%;
79-
left: 50%;
80-
visibility: hidden;
81-
opacity: 0;
82-
margin-top: -9px;
83-
margin-left: -27px;
84-
width: 55px;
85-
}
8675
button {
8776
&[disabled] {
8877
opacity: .6;
8978
cursor: default;
9079
}
9180
&.confirm[disabled] {
9281
color: transparent;
93-
~ .la-ball-fall {
94-
visibility: visible;
95-
opacity: 1;
96-
97-
transition-delay: 0s;
98-
}
9982
}
10083
}
10184
.sa-icon {

0 commit comments

Comments
 (0)