[theme] cleanup grid layout and remove various margins and paddings from elements

This commit is contained in:
MrPaulBlack 2021-09-25 15:59:10 +02:00 committed by Markus Heiser
parent cc3c54f4cd
commit 385dce213b
4 changed files with 52 additions and 37 deletions

View file

@ -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;