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

Small CSS margin adjustment for login button CORWEB-79

Sergiu Miclea 8 лет назад
Родитель
Сommit
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%;
   }