style: vertical buttons
This commit is contained in:
parent
4e6b2810f0
commit
c1511914c2
2 changed files with 9 additions and 5 deletions
|
@ -2,11 +2,10 @@
|
|||
<div class="import wizard hero-unit">
|
||||
<div class="wizard-slide vertical" data-slide="home">
|
||||
<h2><%- @T('Welcome to %s', @C('product_name') ) %></h2>
|
||||
<div class="wizard-body flex vertical justified">
|
||||
<div class="centered">
|
||||
<a href="#import"><%- @T('Import from other System') %></a>
|
||||
|
|
||||
<a href="#getting_started/base"><%- @T('Setup new System') %></a>
|
||||
<div class="wizard-body flex vertical centered">
|
||||
<div class="vertical">
|
||||
<a class="btn btn--primary" href="#import"><%- @T('Import from other System') %></a>
|
||||
<a class="btn btn--success" href="#getting_started/base"><%- @T('Setup new System') %></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1603,6 +1603,11 @@ footer {
|
|||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.vertical > .btn + .btn {
|
||||
margin-left: 0;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.btn--primary,
|
||||
.btn--primary:hover,
|
||||
.btn--primary:focus {
|
||||
|
|
Loading…
Reference in a new issue