default
6 years ago
bgstyle.less.css
6 years ago
bgstyle.wordpress.css
6 years ago
bootstrap-switch.min.css
6 years ago
bootstrap.css
6 years ago
deactivationSurvey.css
6 years ago
fonts.css
6 years ago
jquery.rateyo.css
6 years ago
main.css
6 years ago
popupTheme.css
6 years ago
spinner.css
6 years ago
styles.css
6 years ago
spinner.css
14 lines
| 1 | .sg-spinner { |
| 2 | position: absolute; |
| 3 | left: 50%; |
| 4 | top: 50%; |
| 5 | z-index: 1010; |
| 6 | margin-left: -15px; |
| 7 | margin-top: -16px; |
| 8 | background-color: transparent; |
| 9 | width: 30px; |
| 10 | height: 32px; |
| 11 | background-image: url('../img/sg-ajax-loader.gif'); |
| 12 | background-repeat: no-repeat; |
| 13 | background-size: 100%; |
| 14 | } |