2025-01-04 20:22:41 +01:00
|
|
|
.organisations-table {
|
2025-01-26 21:36:36 +01:00
|
|
|
inline-size: 80% !important;
|
2025-02-20 23:44:25 +01:00
|
|
|
& thead {
|
|
|
|
position: sticky;
|
|
|
|
|
|
|
|
& th {
|
|
|
|
padding: 1em;
|
|
|
|
text-align: start;
|
|
|
|
font-size: 1.4em;
|
|
|
|
}
|
|
|
|
}
|
2025-01-04 20:22:41 +01:00
|
|
|
|
|
|
|
&__items-icon {
|
2025-02-20 23:44:25 +01:00
|
|
|
padding: 1em;
|
|
|
|
font-size: 1.4em;
|
2025-01-04 20:22:41 +01:00
|
|
|
text-align: center;
|
|
|
|
float: inline-start;
|
|
|
|
padding-inline-end: 1em;
|
|
|
|
|
|
|
|
&--none {
|
|
|
|
opacity: 0.4;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|