mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[stylelint] simple theme: fix some errors reported by stylelint
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
14b09c15c4
commit
0b7d03c694
4 changed files with 16 additions and 29 deletions
|
|
@ -16,13 +16,6 @@
|
|||
@import "toolkit.less";
|
||||
@import "autocomplete.less";
|
||||
|
||||
// ion-icon
|
||||
.ion-icon-big {
|
||||
.ion-icon;
|
||||
|
||||
font-size: 149%;
|
||||
}
|
||||
|
||||
// for index.html template
|
||||
@import "index.less";
|
||||
|
||||
|
|
@ -32,6 +25,13 @@
|
|||
// Search-Field
|
||||
@import "search.less";
|
||||
|
||||
// ion-icon
|
||||
.ion-icon-big {
|
||||
.ion-icon;
|
||||
|
||||
font-size: 149%;
|
||||
}
|
||||
|
||||
// Main LESS-Code
|
||||
html {
|
||||
font-family: arial, sans-serif;
|
||||
|
|
@ -54,13 +54,6 @@ main {
|
|||
// position: absolute;
|
||||
}
|
||||
|
||||
footer {
|
||||
// position:absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
#main_preferences,
|
||||
#main_about,
|
||||
#main_stats {
|
||||
|
|
@ -711,7 +704,7 @@ article.result-images[data-vim-selected]::before {
|
|||
|
||||
#linkto_preferences {
|
||||
display: none;
|
||||
postion: fixed !important;
|
||||
position: fixed !important;
|
||||
top: 100px;
|
||||
right: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue