minor ui improvements
This commit is contained in:
parent
a72966c428
commit
61f7878304
|
@ -39,7 +39,7 @@
|
||||||
Wybierz formy wymienne:
|
Wybierz formy wymienne:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a v-if="!customiseMultiple" href="#" @click.prevent="customiseMultiple = true" class="btn btn-outline-primary btn-lg btn-block">
|
<a v-if="!customiseMultiple" href="#" @click.prevent="customiseMultiple = true" class="btn btn-outline-primary btn-block">
|
||||||
<Icon v="sliders-h-square"/>
|
<Icon v="sliders-h-square"/>
|
||||||
Wybierz formy wymienne
|
Wybierz formy wymienne
|
||||||
</a>
|
</a>
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
Lub dopasuj bardziej szczegółowo:
|
Lub dopasuj bardziej szczegółowo:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a v-if="!customise" href="#" @click.prevent="customise = true" class="btn btn-outline-primary btn-lg btn-block">
|
<a v-if="!customise" href="#" @click.prevent="customise = true" class="btn btn-outline-primary btn-block">
|
||||||
<Icon v="sliders-h-square"/>
|
<Icon v="sliders-h-square"/>
|
||||||
Kreator
|
Kreator
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -75,8 +75,8 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section class="sticky-top">
|
||||||
<div class="input-group mb-3">
|
<div class="input-group mb-3 bg-white">
|
||||||
<div class="input-group-prepend">
|
<div class="input-group-prepend">
|
||||||
<span class="input-group-text">
|
<span class="input-group-text">
|
||||||
<Icon v="filter"/>
|
<Icon v="filter"/>
|
||||||
|
@ -88,6 +88,12 @@
|
||||||
<Icon v="times"/>
|
<Icon v="times"/>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="input-group-append">
|
||||||
|
<button class="btn btn-outline-success" @click="$refs.form.$el.scrollIntoView()">
|
||||||
|
<Icon v="plus-circle"/>
|
||||||
|
Zgłoś
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Reference in New Issue