2023-01-12 20:54:24 +01:00
|
|
|
@use '../breakpoints';
|
2023-01-12 19:19:42 +01:00
|
|
|
|
2023-01-06 22:40:29 +01:00
|
|
|
.sl-c-table {
|
2023-01-31 07:13:57 +01:00
|
|
|
margin: var(--gutter-sesqui) 0;
|
2023-01-06 22:40:29 +01:00
|
|
|
border: 0;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
|
|
|
|
td,
|
|
|
|
th {
|
|
|
|
border: 0;
|
2023-01-31 07:13:57 +01:00
|
|
|
padding: var(--gutter-minus) var(--table-cell-padding);
|
2023-01-06 22:40:29 +01:00
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
th,
|
|
|
|
caption {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2023-01-12 19:19:42 +01:00
|
|
|
@include breakpoints.sl-breakpoint--medium-max {
|
2023-01-06 22:40:29 +01:00
|
|
|
&-responsive {
|
2023-01-31 07:13:57 +01:00
|
|
|
margin-bottom: var(--gutter-sesqui);
|
2023-01-06 22:40:29 +01:00
|
|
|
width: 100%;
|
|
|
|
overflow: {
|
|
|
|
x: auto;
|
|
|
|
y: hidden;
|
|
|
|
}
|
|
|
|
|
2023-01-09 20:10:02 +01:00
|
|
|
table {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2023-01-06 22:40:29 +01:00
|
|
|
|
2023-01-09 20:10:02 +01:00
|
|
|
td {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2023-01-06 22:40:29 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|