style: vertical buttons

This commit is contained in:
Felix Niklas 2014-11-06 14:32:16 +01:00
parent 4e6b2810f0
commit c1511914c2
2 changed files with 9 additions and 5 deletions

View file

@ -2,11 +2,10 @@
<div class="import wizard hero-unit"> <div class="import wizard hero-unit">
<div class="wizard-slide vertical" data-slide="home"> <div class="wizard-slide vertical" data-slide="home">
<h2><%- @T('Welcome to %s', @C('product_name') ) %></h2> <h2><%- @T('Welcome to %s', @C('product_name') ) %></h2>
<div class="wizard-body flex vertical justified"> <div class="wizard-body flex vertical centered">
<div class="centered"> <div class="vertical">
<a href="#import"><%- @T('Import from other System') %></a> <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>
<a href="#getting_started/base"><%- @T('Setup new System') %></a>
</div> </div>
</div> </div>
</div> </div>

View file

@ -1603,6 +1603,11 @@ footer {
margin-left: 10px; margin-left: 10px;
} }
.vertical > .btn + .btn {
margin-left: 0;
margin-top: 10px;
}
.btn--primary, .btn--primary,
.btn--primary:hover, .btn--primary:hover,
.btn--primary:focus { .btn--primary:focus {