Clean up some code
This commit is contained in:
parent
06d11a6e04
commit
63f7c8c2e5
@ -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;
|
||||
// }
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user