Fix Stylelint errors

This commit is contained in:
Simounet
2023-06-06 22:53:56 +02:00
parent 5f8948d5a1
commit e5b72f3123
17 changed files with 42 additions and 51 deletions

View File

@ -54,7 +54,7 @@
}
a {
border-bottom: 1px dotted $blueAccentColor;
border-bottom: 1px dotted $blue-accent-color;
text-decoration: none;
}
@ -105,7 +105,7 @@
margin: 2.1rem 0 0.68rem;
}
aside {
.entry-info {
.tools {
display: flex;
flex-flow: row wrap;

View File

@ -73,7 +73,7 @@ main {
.card-entry-labels-hidden li {
display: inline-block;
background-color: $blueAccentColor;
background-color: $blue-accent-color;
margin: 0 5px;
padding: 5px 12px;
border-radius: 3px;
@ -85,10 +85,6 @@ main {
white-space: nowrap;
}
.card-content .estimatedTime {
margin-bottom: 10px;
}
.card-action {
padding: 10px 10px 10px 15px;
@ -160,7 +156,7 @@ a.original:not(.waves-effect) {
.card-tag-labels li {
margin: 10px 10px 10px auto;
padding: 5px 12px 5px 16px !important;
background-color: $blueAccentColor;
background-color: $blue-accent-color;
border-radius: 3px;
color: #fff;
cursor: default;
@ -251,7 +247,7 @@ a.original:not(.waves-effect) {
}
.chip {
background-color: $blueAccentColor;
background-color: $blue-accent-color;
padding: 0 7px;
margin: auto 1px;
border-radius: 6px;
@ -315,7 +311,7 @@ a.original:not(.waves-effect) {
color: #fff !important;
}
.settings .div_tabs {
.settings .tabs-container {
padding-bottom: 15px;
}

View File

@ -131,7 +131,7 @@
background-color: #282c34;
}
nav input {
nav input {
color: #abb2bf;
}

View File

@ -27,7 +27,7 @@
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
text-rendering: optimizelegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;

View File

@ -19,7 +19,7 @@ body {
}
a {
color: $blueAccentColor;
color: $blue-accent-color;
}
main,

View File

@ -131,11 +131,11 @@ nav {
margin: 0 1%;
}
#button_filters {
.button-filters {
display: none;
}
#button_export {
.button-export {
display: none;
}

View File

@ -18,20 +18,16 @@
/* Hide useless blocks */
body > header,
#article_toolbar,
#links,
#sort,
body > footer,
.top_link,
div.tools,
.entry-tools,
header div,
.messages,
.entry + .results,
#slide-out,
.left-bar,
.progress,
.hide-on-large-only,
#article > aside,
#article .mbm a {
.entry-info,
.title-edit {
display: none !important;
}
@ -39,7 +35,7 @@
padding-left: 0 !important;
}
#article {
.article {
margin: inherit !important;
}

View File

@ -45,6 +45,6 @@
font-weight: bold;
}
span.numberItems {
.items-number {
float: right;
}

View File

@ -2,4 +2,4 @@
Variables
========================================================================== */
$blueAccentColor: #00acc1;
$blue-accent-color: #00acc1;