mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-21 06:30:10 -07:00
parent
1241ff48fe
commit
d81eef8bea
@ -110,6 +110,20 @@
|
|||||||
.ui.segment.vertical.noborder {
|
.ui.segment.vertical.noborder {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.sidebar .search .results {
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
.category {
|
||||||
|
.name {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.result {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@each $i in 5 10 15 20 25 30 40 50 60 {
|
@each $i in 5 10 15 20 25 30 40 50 60 {
|
||||||
|
@ -5,6 +5,13 @@
|
|||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div class="ui vertical inverted sidebar menu right">
|
<div class="ui vertical inverted sidebar menu right">
|
||||||
|
<div class="ui search item category center aligned">
|
||||||
|
<div class="ui icon input transparent inverted">
|
||||||
|
<input class="prompt" type="text" placeholder="Search..." >
|
||||||
|
<i class="search icon"></i>
|
||||||
|
</div>
|
||||||
|
<div class="results transition"></div>
|
||||||
|
</div>
|
||||||
{{ knp_menu_render('mainMenu') }}
|
{{ knp_menu_render('mainMenu') }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user