| @@ -50,9 +50,8 @@ | ||
| 50 | 50 | -webkit-transform: rotate(360deg); |
| 51 | 51 | transform: rotate(360deg); |
| 52 | 52 | } |
| 53 | 53 | } |
| 54 | - | |
| 55 | 54 | .mrcPagRotateAnim { |
| 56 | 55 | -webkit-animation: rotateAnim 1.5s linear infinite; |
| 57 | 56 | animation: rotateAnim 1.5s linear infinite; |
| 58 | 57 | } |
| @@ -81,9 +80,8 @@ | ||
| 81 | 80 | -webkit-transform: none; |
| 82 | 81 | transform: none; |
| 83 | 82 | } |
| 84 | 83 | } |
| 85 | - | |
| 86 | 84 | .mrcPagFadeInShort { |
| 87 | 85 | -webkit-animation-name: mrcPagFadeInShort; |
| 88 | 86 | animation-name: mrcPagFadeInShort; |
| 89 | 87 | } |
| @@ -90,19 +88,16 @@ | ||
| 90 | 88 | |
| 91 | 89 | .merchant-pagination ul { |
| 92 | 90 | border: none !important; |
| 93 | 91 | } |
| 94 | - | |
| 95 | 92 | .merchant-pagination ul li { |
| 96 | 93 | border: none !important; |
| 97 | 94 | margin: 0 !important; |
| 98 | 95 | list-style: none !important; |
| 99 | 96 | } |
| 100 | - | |
| 101 | 97 | .merchant-pagination ul li + li { |
| 102 | 98 | margin-left: 5px; |
| 103 | 99 | } |
| 104 | - | |
| 105 | 100 | .merchant-pagination ul li .page-numbers { |
| 106 | 101 | display: -webkit-box !important; |
| 107 | 102 | display: -ms-flexbox !important; |
| 108 | 103 | display: flex !important; |
| @@ -115,9 +110,8 @@ | ||
| 115 | 110 | width: 35px !important; |
| 116 | 111 | height: 35px !important; |
| 117 | 112 | text-decoration: none !important; |
| 118 | 113 | } |
| 119 | - | |
| 120 | 114 | .merchant-pagination ul li .page-numbers.next:before, .merchant-pagination ul li .page-numbers.next:after, .merchant-pagination ul li .page-numbers.prev:before, .merchant-pagination ul li .page-numbers.prev:after { |
| 121 | 115 | content: none !important; |
| 122 | 116 | } |
| 123 | 117 | |
| @@ -139,9 +133,8 @@ | ||
| 139 | 133 | -webkit-box-align: center; |
| 140 | 134 | -ms-flex-align: center; |
| 141 | 135 | align-items: center; |
| 142 | 136 | } |
| 143 | - | |
| 144 | 137 | .merchant-pagination-button .merchant-pagination-button__label { |
| 145 | 138 | display: inline-block; |
| 146 | 139 | font-size: 0.9em; |
| 147 | 140 | text-transform: uppercase; |
| @@ -148,9 +141,8 @@ | ||
| 148 | 141 | letter-spacing: 1.5px; |
| 149 | 142 | -webkit-transition: ease all 300ms; |
| 150 | 143 | transition: ease all 300ms; |
| 151 | 144 | } |
| 152 | - | |
| 153 | 145 | .merchant-pagination-button .merchant-pagination-button__loader { |
| 154 | 146 | position: absolute; |
| 155 | 147 | top: 50%; |
| 156 | 148 | left: 50%; |
| @@ -156,9 +148,8 @@ | ||
| 156 | 148 | left: 50%; |
| 157 | 149 | -webkit-transform: translate3d(-50%, -50%, 0); |
| 158 | 150 | transform: translate3d(-50%, -50%, 0); |
| 159 | 151 | } |
| 160 | - | |
| 161 | 152 | .merchant-pagination-button svg { |
| 162 | 153 | opacity: 0; |
| 163 | 154 | -webkit-animation-name: rotateAnim; |
| 164 | 155 | animation-name: rotateAnim; |
| @@ -170,19 +161,16 @@ | ||
| 170 | 161 | animation-iteration-count: infinite; |
| 171 | 162 | -webkit-transition: ease all 300ms; |
| 172 | 163 | transition: ease all 300ms; |
| 173 | 164 | } |
| 174 | - | |
| 175 | 165 | .merchant-pagination-button.loading .merchant-pagination-button__label, .merchant-pagination-button.loading-anim .merchant-pagination-button__label { |
| 176 | 166 | opacity: 0; |
| 177 | 167 | visibility: hidden; |
| 178 | 168 | } |
| 179 | - | |
| 180 | 169 | .merchant-pagination-button.loading svg, .merchant-pagination-button.loading-anim svg { |
| 181 | 170 | display: block; |
| 182 | 171 | opacity: 0.7; |
| 183 | 172 | max-width: 17px; |
| 184 | 173 | } |
| 185 | - | |
| 186 | 174 | .merchant-pagination-button.loading-anim .merchant-pagination-button__label { |
| 187 | 175 | display: none; |
| 188 | -} | |
| 176 | +} | |