Omphaloskepsis-2/assets/css/pages/_organisations-list.scss

33 lines
465 B
SCSS
Raw Normal View History

2025-01-04 20:22:41 +01:00
.organisations-table {
2025-01-26 21:36:36 +01:00
inline-size: 80% !important;
2025-03-02 22:39:44 +01:00
2025-02-20 23:44:25 +01:00
& thead {
2025-03-02 22:39:44 +01:00
z-index: 1;
2025-02-20 23:44:25 +01:00
position: sticky;
& th {
padding: 1em;
text-align: start;
font-size: 1.4em;
}
}
2025-01-04 20:22:41 +01:00
2025-03-02 22:39:44 +01:00
&__logo {
max-inline-size: 5em;
max-block-size: 5em;
fill: $dark;
}
2025-01-04 20:22:41 +01:00
&__items-icon {
2025-02-20 23:44:25 +01:00
padding: 1em;
2025-03-02 22:39:44 +01:00
font-size: 0.8em;
2025-01-04 20:22:41 +01:00
text-align: center;
float: inline-start;
padding-inline-end: 1em;
&--none {
opacity: 0.4;
}
}
}