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
23
searx/static/less/bootstrap/mixins/pagination.less
Normal file
23
searx/static/less/bootstrap/mixins/pagination.less
Normal file
|
@ -0,0 +1,23 @@
|
|||
// Pagination
|
||||
|
||||
.pagination-size(@padding-vertical; @padding-horizontal; @font-size; @border-radius) {
|
||||
> li {
|
||||
> a,
|
||||
> span {
|
||||
padding: @padding-vertical @padding-horizontal;
|
||||
font-size: @font-size;
|
||||
}
|
||||
&:first-child {
|
||||
> a,
|
||||
> span {
|
||||
.border-left-radius(@border-radius);
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
> a,
|
||||
> span {
|
||||
.border-right-radius(@border-radius);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue