mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Remove Boostrap Grid
Replaced with CSS Grid layout.
This commit is contained in:
parent
61c648a7ac
commit
60d2ef57bb
12 changed files with 252 additions and 308 deletions
|
@ -1,53 +1,40 @@
|
|||
<div class="onboarding-container">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<div class="col col-sm-6">
|
||||
<div class="sidebar">
|
||||
|
||||
<img class="logo img-responsive" src="/assets/img/logo-color.png">
|
||||
|
||||
<div class="stage-1">
|
||||
<p>Let's set up your account</p>
|
||||
<div class="form-group">
|
||||
<label for="stage-1-firstname">Firstname</label>
|
||||
<input id="stage-1-firstname" type="text" value="" class="form-control">
|
||||
<small class="form-text text-muted">Nickname or otherwise</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="stage-1-lastname">Lastname</label>
|
||||
<input id="stage-1-lastname" type="text" value="" class="form-control">
|
||||
<small class="form-text text-muted">Usually not the same as your firstname</small>
|
||||
</div>
|
||||
{{ui/ui-spacer size=300}}
|
||||
{{ui/ui-button id="stage-1-next" color=constants.Color.Green light=true icon=constants.Icon.ArrowRight label=constants.Label.Next}}
|
||||
</div>
|
||||
|
||||
<div class="stage-2">
|
||||
<p>Let's set up your account</p>
|
||||
<div class="form-group">
|
||||
<label for="stage-2-password">Choose Password</label>
|
||||
<input id="stage-2-password" type="password" value="" class="form-control">
|
||||
<small class="form-text text-muted">Between 6 and 50 characters</small>
|
||||
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="stage-2-password-confirm">Confirm Password</label>
|
||||
<input id="stage-2-password-confirm" type="password" value="" class="form-control">
|
||||
<small class="form-text text-muted">Re-type your chosen password</small>
|
||||
</div>
|
||||
{{ui/ui-spacer size=300}}
|
||||
{{ui/ui-button id="stage-2-next" color=constants.Color.Green light=true icon=constants.Icon.ArrowRight label=constants.Label.SignIn}}
|
||||
</div>
|
||||
|
||||
<div class="stage-3">
|
||||
<p>Please wait...</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="sidebar">
|
||||
<img class="logo img-responsive" src="/assets/img/logo-color.png">
|
||||
<div class="stage-1">
|
||||
<p>Let's set up your account</p>
|
||||
<div class="form-group">
|
||||
<label for="stage-1-firstname">Firstname</label>
|
||||
<input id="stage-1-firstname" type="text" value="" class="form-control">
|
||||
<small class="form-text text-muted">Nickname or otherwise</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="stage-1-lastname">Lastname</label>
|
||||
<input id="stage-1-lastname" type="text" value="" class="form-control">
|
||||
<small class="form-text text-muted">Usually not the same as your firstname</small>
|
||||
</div>
|
||||
{{ui/ui-spacer size=300}}
|
||||
{{ui/ui-button id="stage-1-next" color=constants.Color.Green light=true icon=constants.Icon.ArrowRight label=constants.Label.Next}}
|
||||
</div>
|
||||
<div class="stage-2">
|
||||
<p>Let's set up your account</p>
|
||||
<div class="form-group">
|
||||
<label for="stage-2-password">Choose Password</label>
|
||||
<input id="stage-2-password" type="password" value="" class="form-control">
|
||||
<small class="form-text text-muted">Between 6 and 50 characters</small>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="stage-2-password-confirm">Confirm Password</label>
|
||||
<input id="stage-2-password-confirm" type="password" value="" class="form-control">
|
||||
<small class="form-text text-muted">Re-type your chosen password</small>
|
||||
</div>
|
||||
{{ui/ui-spacer size=300}}
|
||||
{{ui/ui-button id="stage-2-next" color=constants.Color.Green light=true icon=constants.Icon.ArrowRight label=constants.Label.SignIn}}
|
||||
</div>
|
||||
<div class="stage-3">
|
||||
<p>Please wait...</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue