added login modal & registration modal

This commit is contained in:
StockiP
2022-04-26 17:54:01 +02:00
parent fc0f7b29c0
commit 5bb598bbcb

View File

@@ -66,3 +66,14 @@
/* larger devices */
@media (min-width: 1200px) {}
/* input fields registration */
.registerform .form-control {
border-radius: 0px;
border: 1px solid #cfd6e1;
background-color: #e9eef5;
color: #212934;
font-size: .9em;
padding: 10px;
margin-bottom: 10px;
}