You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
soapbox/app/styles/components/remote-timeline.scss

28 lines
397 B

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