forked from Icycoide/searxng
[enh] static content generalization
This commit is contained in:
parent
12425618ca
commit
410dbc573b
89 changed files with 1 additions and 494 deletions
10
searx/static/less/bootstrap/mixins/nav-divider.less
Normal file
10
searx/static/less/bootstrap/mixins/nav-divider.less
Normal file
|
@ -0,0 +1,10 @@
|
|||
// Horizontal dividers
|
||||
//
|
||||
// Dividers (basically an hr) within dropdowns and nav lists
|
||||
|
||||
.nav-divider(@color: #e5e5e5) {
|
||||
height: 1px;
|
||||
margin: ((@line-height-computed / 2) - 1) 0;
|
||||
overflow: hidden;
|
||||
background-color: @color;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue