fix nearly all lint errors now

This commit is contained in:
Olivier Gagnon
2021-05-29 14:48:56 -04:00
parent 60d6d49c43
commit 674ce17834
29 changed files with 75 additions and 69 deletions

View File

@@ -27,5 +27,4 @@
button {
padding: 4px;
}
}

View File

@@ -80,7 +80,7 @@
transform: rotate(-45deg);
}
}
input[type=checkbox] {
input[type="checkbox"] {
margin: 3px;
visibility: hidden;
&:checked + label:after {

View File

@@ -11,7 +11,7 @@
}
.casino-card .value {
font-size:15pt;
font-size: 15pt;
font-family: sans-serif;
}

View File

@@ -3,15 +3,11 @@
}
.remove-exp-button {
margin-left:0;
margin-left: 0;
}
.exp-input {
margin-right: 0;
margin-left:0;
margin-top: 5px;
margin-bottom: 5px;
margin: 5px 0 5px 0;
padding: 2px 5px;
}

1
css/grid.min.css vendored
View File

@@ -1,3 +1,4 @@
/* stylelint-disable */
/*!
* Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors

View File

@@ -17,7 +17,7 @@
}
&.level-2 {
color: #48d1cc;
color: #48d1cc;
}
&.level-3 {

View File

@@ -234,9 +234,9 @@ a:visited {
#status-text-container {
background-color: transparent;
position:absolute;
top:0;
left:50%;
position: absolute;
top: 0;
left: 50%;
}
#status-text {
@@ -371,14 +371,15 @@ a:visited {
.noscrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
/* stylelint-disable-next-line property-no-unknown */
scrollbar-width: none; /* Firefox https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-width */
}
.noscrollbar::-webkit-scrollbar {
display: none;
}
input[type=checkbox] {
input[type="checkbox"] {
filter: invert(1) sepia(1) hue-rotate(41deg) brightness(100%) saturate(10);
}
@@ -398,7 +399,6 @@ input[type=checkbox] {
margin: 3px;
}
.optionRange::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;

View File

@@ -16,7 +16,7 @@
text-align: center;
border: 2px solid #e8e8e3;
border-radius: 2px;
box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
font-size: 12px;
}