[stylelint] simple theme: fix some errors reported by stylelint

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2021-06-22 14:15:47 +02:00
parent 14b09c15c4
commit 0b7d03c694
4 changed files with 16 additions and 29 deletions

View file

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