mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 08:28:35 +00:00
fix: updated continue button styling (#12524)
* fix: updated continue button styling * fix: updated signup form button
This commit is contained in:
parent
6f0b27e922
commit
b767f8cb06
2 changed files with 12 additions and 0 deletions
|
|
@ -7,6 +7,12 @@
|
|||
|
||||
.onboarding-form-width {
|
||||
width: 308px;
|
||||
|
||||
.submit-button {
|
||||
margin: 0 auto;
|
||||
border: none;
|
||||
width: 308px;
|
||||
}
|
||||
}
|
||||
|
||||
.free-space {
|
||||
|
|
|
|||
|
|
@ -34,6 +34,12 @@
|
|||
opacity: 0.5;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.submit-button {
|
||||
margin: 0 auto;
|
||||
border: none;
|
||||
width: 308px;
|
||||
}
|
||||
}
|
||||
|
||||
.__ce {
|
||||
|
|
|
|||
Loading…
Reference in a new issue