mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 10:32:21 +02:00
[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/size.less
Normal file
10
searx/static/less/bootstrap/mixins/size.less
Normal file
|
@ -0,0 +1,10 @@
|
|||
// Sizing shortcuts
|
||||
|
||||
.size(@width; @height) {
|
||||
width: @width;
|
||||
height: @height;
|
||||
}
|
||||
|
||||
.square(@size) {
|
||||
.size(@size; @size);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue