12 lines
145 B
SCSS
12 lines
145 B
SCSS
|
.federation-restrictions {
|
||
|
padding: 15px;
|
||
|
}
|
||
|
|
||
|
.restricted-instance {
|
||
|
padding: 10px 0;
|
||
|
|
||
|
&--reject {
|
||
|
text-decoration: line-through;
|
||
|
}
|
||
|
}
|