소스 검색

Small CSS margin adjustment for login button CORWEB-79

Sergiu Miclea 9 년 전
부모
커밋
a7c971957a
1개의 변경된 파일과 3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/components/LoginPage/LoginPage.scss

+ 3 - 0
src/components/LoginPage/LoginPage.scss

@@ -62,6 +62,9 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
     display: table;
     clear: both;
   }
+  button {
+    margin-top: 16px;
+  }
   input, button {
     width: 100%;
   }