15 lines
213 B
SCSS
15 lines
213 B
SCSS
|
.organisations-table {
|
||
|
grid-column-start: 1;
|
||
|
grid-column-end: 5;
|
||
|
|
||
|
&__items-icon {
|
||
|
text-align: center;
|
||
|
float: inline-start;
|
||
|
padding-inline-end: 1em;
|
||
|
|
||
|
&--none {
|
||
|
opacity: 0.4;
|
||
|
}
|
||
|
}
|
||
|
}
|