Ver código fonte

reset register btn layout

yusuketk 6 anos atrás
pai
commit
7e77651744
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      src/client/js/components/LoginForm.jsx

+ 3 - 3
src/client/js/components/LoginForm.jsx

@@ -219,12 +219,12 @@ class LoginForm extends React.Component {
           <div className="input-group justify-content-center mt-5">
           <div className="input-group justify-content-center mt-5">
             {/* [TODO][GW-1913] An AppContainer gets csrf data */}
             {/* [TODO][GW-1913] An AppContainer gets csrf data */}
             <input type="hidden" name="_csrf" value={csrf} />
             <input type="hidden" name="_csrf" value={csrf} />
-            <button type="submit" className="btn btn-fill px-0 py-2" id="register">
+            <button type="submit" className="btn btn-fill" id="register">
               <div className="eff"></div>
               <div className="eff"></div>
-              <span className="btn-label p-3">
+              <span className="btn-label">
                 <i className="icon-user-follow"></i>
                 <i className="icon-user-follow"></i>
               </span>
               </span>
-              <span className="btn-label-text p-3">{t('Sign up')}</span>
+              <span className="btn-label-text">{t('Sign up')}</span>
             </button>
             </button>
           </div>
           </div>
         </form>
         </form>