2023-06-28 21:01:24 +02:00
|
|
|
@use '../config';
|
2023-01-12 19:19:42 +01:00
|
|
|
|
2023-01-06 22:40:29 +01:00
|
|
|
.sl-c-table {
|
2023-02-21 20:51:32 +01:00
|
|
|
margin: var(--sl-gutter--sesqui) 0;
|
2023-01-06 22:40:29 +01:00
|
|
|
border: 0;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
|
|
|
|
td,
|
|
|
|
th {
|
|
|
|
border: 0;
|
2023-02-21 20:51:32 +01:00
|
|
|
padding: var(--sl-gutter--minus) var(--sl-table-cell-padding);
|
2023-01-06 22:40:29 +01:00
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
th,
|
|
|
|
caption {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2023-06-28 21:01:24 +02:00
|
|
|
@include config.sl-breakpoint--medium-max {
|
2023-01-06 22:40:29 +01:00
|
|
|
&-responsive {
|
2023-02-21 20:51:32 +01:00
|
|
|
margin-bottom: var(--sl-gutter--sesqui);
|
2023-01-06 22:40:29 +01:00
|
|
|
width: 100%;
|
2023-03-24 03:30:45 +01:00
|
|
|
overflow: auto hidden;
|
2023-01-06 22:40:29 +01:00
|
|
|
|
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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|