mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[theme] cleanup grid layout and remove various margins and paddings from elements
This commit is contained in:
parent
cc3c54f4cd
commit
385dce213b
4 changed files with 52 additions and 37 deletions
|
|
@ -31,8 +31,10 @@
|
|||
|
||||
@color-url-font: #29314d;
|
||||
@color-url-visited-font: #684898;
|
||||
@results-width: 50em;
|
||||
@results-offset: 4rem;
|
||||
@results-width: 40em;
|
||||
@results-offset: 8rem;
|
||||
@results-tablet-offset: 0.5rem;
|
||||
@results-gap: 4em;
|
||||
@search-width: 40em;
|
||||
|
||||
//
|
||||
|
|
@ -41,6 +43,16 @@
|
|||
|
||||
/// Start-Screen
|
||||
|
||||
/// Header
|
||||
|
||||
@color-header-background: #f7f7f7;
|
||||
@color-header-border: #d7d7d7;
|
||||
|
||||
/// Footer
|
||||
|
||||
@color-footer-background: #f7f7f7;
|
||||
@color-footer-border: #d7d7d7;
|
||||
|
||||
/// Search-Input
|
||||
|
||||
@color-search-border: @color-base;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue