Просмотр исходного кода

Merge pull request #6695 from weseek/feat/attach-styles

feat: Attach styles
ryoji-s 3 лет назад
Родитель
Сommit
0cb3a65a41
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      packages/app/src/components/InvitedForm.tsx

+ 3 - 3
packages/app/src/components/InvitedForm.tsx

@@ -73,7 +73,7 @@ export const InvitedForm = (props: InvitedFormProps): JSX.Element => {
   }
 
   return (
-    <div className="noLogin-dialog p-3 mx-auto" id="noLogin-dialog">
+    <div className="noLogin-dialog px-3 pb-3 mx-auto" id="noLogin-dialog">
       { formNotification() }
       <form role="form" onSubmit={submitHandler} id="invited-form">
         {/* Email Form */}
@@ -142,7 +142,7 @@ export const InvitedForm = (props: InvitedFormProps): JSX.Element => {
           />
         </div>
         {/* Create Button */}
-        <div className="input-group justify-content-center d-flex mt-5">
+        <div className="input-group justify-content-center d-flex mt-4">
           <button type="submit" className="btn btn-fill" id="register">
             <div className="eff"></div>
             <span className="btn-label"><i className="icon-user-follow"></i></span>
@@ -150,7 +150,7 @@ export const InvitedForm = (props: InvitedFormProps): JSX.Element => {
           </button>
         </div>
       </form>
-      <div className="input-group mt-5 d-flex justify-content-center">
+      <div className="input-group mt-4 d-flex justify-content-center">
         <a href="https://growi.org" className="link-growi-org">
           <span className="growi">GROWI</span>.<span className="org">ORG</span>
         </a>