diff options
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 0539ec486..253bb1b3c 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -118,10 +118,7 @@ label { | |||
118 | 118 | ||
119 | // Thanks https://gist.github.com/alexandrevicenzi/680147013e902a4eaa5d | 119 | // Thanks https://gist.github.com/alexandrevicenzi/680147013e902a4eaa5d |
120 | .glyphicon-refresh-animate { | 120 | .glyphicon-refresh-animate { |
121 | -animation: spin .7s infinite linear; | 121 | animation: spin .7s infinite linear; |
122 | -ms-animation: spin .7s infinite linear; | ||
123 | -webkit-animation: spinw .7s infinite linear; | ||
124 | -moz-animation: spinm .7s infinite linear; | ||
125 | } | 122 | } |
126 | 123 | ||
127 | @keyframes spin { | 124 | @keyframes spin { |
@@ -129,16 +126,6 @@ label { | |||
129 | to { transform: scale(1) rotate(360deg);} | 126 | to { transform: scale(1) rotate(360deg);} |
130 | } | 127 | } |
131 | 128 | ||
132 | @-webkit-keyframes spinw { | ||
133 | from { -webkit-transform: rotate(0deg);} | ||
134 | to { -webkit-transform: rotate(360deg);} | ||
135 | } | ||
136 | |||
137 | @-moz-keyframes spinm { | ||
138 | from { -moz-transform: rotate(0deg);} | ||
139 | to { -moz-transform: rotate(360deg);} | ||
140 | } | ||
141 | |||
142 | // ngprime data table customizations | 129 | // ngprime data table customizations |
143 | p-datatable { | 130 | p-datatable { |
144 | font-size: 15px !important; | 131 | font-size: 15px !important; |