Commit fe3f1362351a3a329da5225c24bddc7ff6e28445
1 parent
02c72ae0
add style
Showing
2 changed files
with
15 additions
and
1 deletions
src/css/mobile.css
| @@ -75,4 +75,10 @@ | @@ -75,4 +75,10 @@ | ||
| 75 | color: #1FB6FF; } | 75 | color: #1FB6FF; } |
| 76 | .m-menu img { | 76 | .m-menu img { |
| 77 | width: 16px; | 77 | width: 16px; |
| 78 | - vertical-align: middle; } } | 78 | + vertical-align: middle; } |
| 79 | + .ladda-button .ladda-spinner { | ||
| 80 | + top: 50%; | ||
| 81 | + left: 50%; | ||
| 82 | + transform: translate(-50%, -50%); } | ||
| 83 | + .ladda-button[data-style=expand-right][data-loading] { | ||
| 84 | + padding-right: 0 !important; } } |
src/scss/mobile.scss
| @@ -106,7 +106,15 @@ | @@ -106,7 +106,15 @@ | ||
| 106 | // right: 14px !important; | 106 | // right: 14px !important; |
| 107 | // top: 14px !important; | 107 | // top: 14px !important; |
| 108 | // } | 108 | // } |
| 109 | + .ladda-button .ladda-spinner{ | ||
| 110 | + top: 50%; | ||
| 111 | + left: 50%; | ||
| 112 | + transform: translate(-50%, -50%); | ||
| 113 | + } | ||
| 109 | 114 | ||
| 115 | + .ladda-button[data-style=expand-right][data-loading]{ | ||
| 116 | + padding-right: 0 !important; | ||
| 117 | + } | ||
| 110 | 118 | ||
| 111 | } | 119 | } |
| 112 | 120 |