Clean up some code

This commit is contained in:
Christian Wolf 2022-04-10 13:12:10 +02:00
parent 06d11a6e04
commit 63f7c8c2e5
2 changed files with 0 additions and 40 deletions

View File

@ -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;
// }
}

View File

@ -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;