29 lines
440 B
SCSS
29 lines
440 B
SCSS
.instance-federation-panel {
|
|
.wtf-panel__content {
|
|
box-sizing: border-box;
|
|
padding: 15px;
|
|
}
|
|
|
|
.instance-restrictions {
|
|
&__message {
|
|
margin-bottom: 15px;
|
|
|
|
i.fa {
|
|
padding-right: 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.federation-restriction {
|
|
display: flex;
|
|
padding: 15px 0;
|
|
|
|
&__icon {
|
|
width: 16px;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: center;
|
|
padding-right: 10px;
|
|
}
|
|
}
|