assets/css/appscms-theme.css in appscms-tools-theme-4.5.1 vs assets/css/appscms-theme.css in appscms-tools-theme-4.5.2

- old
+ new

@@ -947,11 +947,11 @@ .go-back-block button { background-color: var(--primary-color); color: var(--white-color); border: none; border-radius: 10px; - padding: 10px 15px; + padding: 10px 40px; font-size: 15px; height: 48px; min-width: 212px; } .go-back-block button i { @@ -1997,6 +1997,12 @@ 100% { transform: translate(-50%, -50%) rotate(360deg); } } #download-button.loading .button-loader { display: block; /* Show the loader when button has loading class */ +} +#processing-btn { + position: relative; +} +#processing-btn .button-loader { + left: 9%; } \ No newline at end of file