mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 18:42:33 +02:00
oscar template: generate bootstrap.min.css from source
This commit is contained in:
parent
14b0604bc0
commit
841f1eedfc
74 changed files with 9169 additions and 5 deletions
24
searx/static/oscar/less/bootstrap/mixins/panels.less
Normal file
24
searx/static/oscar/less/bootstrap/mixins/panels.less
Normal file
|
@ -0,0 +1,24 @@
|
|||
// Panels
|
||||
|
||||
.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) {
|
||||
border-color: @border;
|
||||
|
||||
& > .panel-heading {
|
||||
color: @heading-text-color;
|
||||
background-color: @heading-bg-color;
|
||||
border-color: @heading-border;
|
||||
|
||||
+ .panel-collapse > .panel-body {
|
||||
border-top-color: @border;
|
||||
}
|
||||
.badge {
|
||||
color: @heading-bg-color;
|
||||
background-color: @heading-text-color;
|
||||
}
|
||||
}
|
||||
& > .panel-footer {
|
||||
+ .panel-collapse > .panel-body {
|
||||
border-bottom-color: @border;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue