Clean up some code
This commit is contained in:
parent
06d11a6e04
commit
63f7c8c2e5
@ -1,49 +1,17 @@
|
|||||||
@use "../abstract" as abstract;
|
@use "../abstract" as abstract;
|
||||||
|
|
||||||
table.pressespiegel {
|
table.pressespiegel {
|
||||||
// display: block;
|
|
||||||
// width: 100%;
|
|
||||||
|
|
||||||
@include abstract.for-narrow-screen {
|
@include abstract.for-narrow-screen {
|
||||||
// > tbody {
|
|
||||||
// display: block;
|
|
||||||
// }
|
|
||||||
|
|
||||||
tr {
|
tr {
|
||||||
// display: block;
|
|
||||||
// padding: 7px 0;
|
|
||||||
// border-bottom-style: solid;
|
|
||||||
// border-width: 1px;
|
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
// &:nth-child(2) {
|
|
||||||
// border-top-style: solid;
|
|
||||||
// }
|
|
||||||
|
|
||||||
> td {
|
> td {
|
||||||
// display: block;
|
|
||||||
// text-align: left !important;
|
|
||||||
|
|
||||||
&:last-child::before {
|
&:last-child::before {
|
||||||
content: "Rubrik: ";
|
content: "Rubrik: ";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// > tbody {
|
|
||||||
// display: block;
|
|
||||||
|
|
||||||
// @include abstract.for-wide-tablet {
|
|
||||||
// display: initial;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
// tr {
|
|
||||||
// display: block;
|
|
||||||
// padding: 7px 0;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
@ -16,18 +16,10 @@ table:not(.no-responsive-table) {
|
|||||||
border-bottom-style: solid;
|
border-bottom-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
|
|
||||||
// &:first-child {
|
|
||||||
// display: none;
|
|
||||||
// }
|
|
||||||
|
|
||||||
&:nth-child(2) {
|
&:nth-child(2) {
|
||||||
border-top-style: solid;
|
border-top-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
// &:nth-child(2n+1) {
|
|
||||||
// background-color: #BBB;
|
|
||||||
// }
|
|
||||||
|
|
||||||
> td {
|
> td {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user