diff --git a/slt/css/components/_presseberichte.scss b/slt/css/components/_presseberichte.scss index 37887f6..3166c39 100644 --- a/slt/css/components/_presseberichte.scss +++ b/slt/css/components/_presseberichte.scss @@ -1,49 +1,17 @@ @use "../abstract" as abstract; table.pressespiegel { - // display: block; - // width: 100%; - @include abstract.for-narrow-screen { - // > tbody { - // display: block; - // } - tr { - // display: block; - // padding: 7px 0; - // border-bottom-style: solid; - // border-width: 1px; - &:first-child { display: none; } - // &:nth-child(2) { - // border-top-style: solid; - // } - > td { - // display: block; - // text-align: left !important; - &:last-child::before { content: "Rubrik: "; } } } } - - // > tbody { - // display: block; - - // @include abstract.for-wide-tablet { - // display: initial; - // } - // } - - // tr { - // display: block; - // padding: 7px 0; - // } } diff --git a/slt/css/layout/_mobile-table.scss b/slt/css/layout/_mobile-table.scss index da61aa7..c31cf8d 100644 --- a/slt/css/layout/_mobile-table.scss +++ b/slt/css/layout/_mobile-table.scss @@ -16,18 +16,10 @@ table:not(.no-responsive-table) { border-bottom-style: solid; border-width: 1px; - // &:first-child { - // display: none; - // } - &:nth-child(2) { border-top-style: solid; } - // &:nth-child(2n+1) { - // background-color: #BBB; - // } - > td { display: block; text-align: left !important;