FederationRestrictions: add RestrictedInstance component

This commit is contained in:
Alex Gleason
2021-07-25 15:08:14 -05:00
parent d922c37891
commit 155b342081
5 changed files with 50 additions and 5 deletions

View File

@ -83,6 +83,6 @@
@import 'components/crypto-donate';
@import 'components/datepicker';
@import 'components/remote-timeline';
@import 'components/federation-restrictions';
// Holiday
@import 'holiday/halloween';

View File

@ -0,0 +1,11 @@
.federation-restrictions {
padding: 15px;
}
.restricted-instance {
padding: 10px 0;
&--reject {
text-decoration: line-through;
}
}