Merge branch 'mrf-modal' into 'develop'
MRF modal See merge request soapbox-pub/soapbox-fe!645
This commit is contained in:
commit
96157e563c
7 changed files with 22 additions and 0 deletions
Binary file not shown.
BIN
app/soapbox/actions/mrf.js
Normal file
BIN
app/soapbox/actions/mrf.js
Normal file
Binary file not shown.
BIN
app/soapbox/features/ui/components/edit_federation_modal.js
Normal file
BIN
app/soapbox/features/ui/components/edit_federation_modal.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -148,4 +148,8 @@
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__menu {
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue