mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 15:19:02 +02:00
Merge pull request #13649 from overleaf/rd-alignment-form-elements
Improve form elements alignment on homepage GitOrigin-RevId: b85f3ebbf4e4e67628dceebbcf21afc0c620cdc1
This commit is contained in:
@@ -106,7 +106,8 @@
|
||||
margin-bottom: @register-v-spacing;
|
||||
}
|
||||
.form-group {
|
||||
margin-left: @line-height-computed / 2;
|
||||
margin-left: @line-height-computed / 4;
|
||||
margin-right: @line-height-computed / 4;
|
||||
}
|
||||
.input-lg {
|
||||
border-radius: 9999px;
|
||||
@@ -149,7 +150,7 @@
|
||||
}
|
||||
|
||||
.hp-register-external-separator {
|
||||
margin: 0 0 (@register-v-spacing / 2);
|
||||
margin: 0 0 (@register-v-spacing / 5);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user