Update stylelint

This commit is contained in:
Christian Wolf 2024-03-05 17:37:07 +01:00
parent f963bce550
commit f99ead4a2c
2 changed files with 185 additions and 2822 deletions

2998
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,6 @@ $color-background-mobile-menu-header: #e0e0e0;
$color-hor-line: #a5a5a5; $color-hor-line: #a5a5a5;
$gap-columns-persons: 25px; $gap-columns-persons: 25px;
$left-menu-width: 180px; $left-menu-width: 180px;
$color-vh-vorne: #ddcb55; $color-vh-vorne: #ddcb55;
$color-vh-mitte: #c98879; $color-vh-mitte: #c98879;
$color-vh-hinten: #0082c9; $color-vh-hinten: #0082c9;
@ -589,7 +588,7 @@ h1 {
display: block; display: block;
height: 190px; height: 190px;
@include media-large(){ @include media-large{
flex: 33% 1 0; flex: 33% 1 0;
} }
@ -932,6 +931,7 @@ table.time {
font-weight: bold; font-weight: bold;
margin: 10px 0 0; margin: 10px 0 0;
} }
.participation { .participation {
margin: 0 0 0 2em; margin: 0 0 0 2em;
} }
@ -942,16 +942,20 @@ table.time {
.title { .title {
font-weight: 600; font-weight: 600;
} }
.turnier { .turnier {
font-weight: bold; font-weight: bold;
.nummer { .nummer {
font-weight: normal; font-weight: normal;
font-style: italic; font-style: italic;
} }
} }
.verein { .verein {
margin: 20px 0 0; margin: 20px 0 0;
} }
.contact { .contact {
font-style: italic; font-style: italic;
} }
@ -983,6 +987,7 @@ table.time {
.metadata { .metadata {
span { span {
display: block; display: block;
&.date { &.date {
font-weight: bold; font-weight: bold;
} }