change form margin
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
}
|
||||
|
||||
.form-group {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
.form-row {
|
||||
@@ -75,7 +75,7 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
.form-error {
|
||||
@@ -126,13 +126,13 @@
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 18px;
|
||||
margin: 20px 0 0 0;
|
||||
}
|
||||
|
||||
.register-link {
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
margin-top: 18px;
|
||||
|
||||
a {
|
||||
color: #6366f1;
|
||||
@@ -168,7 +168,7 @@
|
||||
border: 1px solid #bae6fd;
|
||||
border-radius: 10px;
|
||||
padding: 15px;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 18px;
|
||||
|
||||
h4 {
|
||||
color: #0369a1;
|
||||
|
||||
Reference in New Issue
Block a user