Merge branch 'mrf-modal' into 'develop'

MRF modal

See merge request soapbox-pub/soapbox-fe!645
This commit is contained in:
Alex Gleason 2021-07-27 20:18:00 +00:00
commit 96157e563c
7 changed files with 22 additions and 0 deletions

Binary file not shown.

BIN
app/soapbox/actions/mrf.js Normal file

Binary file not shown.

View file

@ -63,3 +63,21 @@
} }
} }
} }
.edit-federation-modal {
background: var(--foreground-color);
border-radius: 8px;
padding: 20px;
&__title {
font-size: 18px;
margin-bottom: 15px;
font-weight: bold;
text-align: center;
}
&__submit {
margin-bottom: 0 !important;
margin-top: 20px;
}
}

View file

@ -148,4 +148,8 @@
color: var(--primary-text-color); color: var(--primary-text-color);
text-decoration: none; text-decoration: none;
} }
&__menu {
margin-left: auto;
}
} }