forked from tsc-vfl/hugo-page
Update stylelint
This commit is contained in:
parent
f963bce550
commit
f99ead4a2c
2998
package-lock.json
generated
2998
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,6 @@ $color-background-mobile-menu-header: #e0e0e0;
|
||||
$color-hor-line: #a5a5a5;
|
||||
$gap-columns-persons: 25px;
|
||||
$left-menu-width: 180px;
|
||||
|
||||
$color-vh-vorne: #ddcb55;
|
||||
$color-vh-mitte: #c98879;
|
||||
$color-vh-hinten: #0082c9;
|
||||
@ -589,7 +588,7 @@ h1 {
|
||||
display: block;
|
||||
height: 190px;
|
||||
|
||||
@include media-large(){
|
||||
@include media-large{
|
||||
flex: 33% 1 0;
|
||||
}
|
||||
|
||||
@ -932,6 +931,7 @@ table.time {
|
||||
font-weight: bold;
|
||||
margin: 10px 0 0;
|
||||
}
|
||||
|
||||
.participation {
|
||||
margin: 0 0 0 2em;
|
||||
}
|
||||
@ -942,16 +942,20 @@ table.time {
|
||||
.title {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.turnier {
|
||||
font-weight: bold;
|
||||
|
||||
.nummer {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
.verein {
|
||||
margin: 20px 0 0;
|
||||
}
|
||||
|
||||
.contact {
|
||||
font-style: italic;
|
||||
}
|
||||
@ -983,6 +987,7 @@ table.time {
|
||||
.metadata {
|
||||
span {
|
||||
display: block;
|
||||
|
||||
&.date {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user