Add files via upload

This commit is contained in:
loma-one 2024-06-04 15:56:06 +02:00 committed by GitHub
parent 1f5769c917
commit e49cb768da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -412,7 +412,7 @@ figure.img-allocated-height {
/* Mobile Button vergrößern & weißen Hintergrund /* Button groß mit runden Ecken */
.btn-sm {
padding: 5px 30px;
padding: 5px 23px;
font-size: 12px;
color: #969696;
background-color: $background_color;
@ -944,11 +944,16 @@ section > .generic-page-wrapper, .videos-content-wrapper, .suggest-content-wrapp
padding: 10px;
}
/* Moderationsbereich Reports */
.table .table {
background-color: #242728;
}
/* fügt eine farbige Linie für Kommentare ein*/
.thread_level_1 {
position: relative !important;
margin-top: 0;
border-left: 3px solid #51515138;
border-left: 3px solid #5151511a;
}
.thread_level_2 {
@ -974,3 +979,33 @@ section > .generic-page-wrapper, .videos-content-wrapper, .suggest-content-wrapp
margin-top: 0;
border-left: 3px solid #8fafb8;
}
.thread_level_6 {
position: relative !important;
margin-top: 0;
border-left: 3px solid #647C64;
}
.thread_level_7 {
position: relative !important;
margin-top: 0;
border-left: 3px solid #7F8C8D;
}
.thread_level_8 {
position: relative !important;
margin-top: 0;
border-left: 3px solid #95A5A6;
}
.thread_level_9 {
position: relative !important;
margin-top: 0;
border-left: 3px solid #BDC3C7;
}
.thread_level_10 {
position: relative !important;
margin-top: 0;
border-left: 3px solid #CFD8DC;
}