Move .instance-description to css file
This commit is contained in:
parent
ce255b7ded
commit
3b2b1ab05f
3 changed files with 2 additions and 17 deletions
|
@ -8,6 +8,8 @@ import RegistrationForm from 'soapbox/features/auth_login/components/registratio
|
|||
import { useAppDispatch, useAppSelector, useFeatures, useSoapboxConfig } from 'soapbox/hooks';
|
||||
import { capitalize } from 'soapbox/utils/strings';
|
||||
|
||||
import './instance-description.css';
|
||||
|
||||
const LandingPage = () => {
|
||||
const dispatch = useAppDispatch();
|
||||
const features = useFeatures();
|
||||
|
|
BIN
app/soapbox/features/landing_page/instance-description.css
Normal file
BIN
app/soapbox/features/landing_page/instance-description.css
Normal file
Binary file not shown.
|
@ -112,20 +112,3 @@ noscript {
|
|||
div[data-viewport-type="window"] {
|
||||
position: static !important;
|
||||
}
|
||||
|
||||
// Instance HTML from the API.
|
||||
.instance-description {
|
||||
a {
|
||||
@apply underline;
|
||||
}
|
||||
|
||||
b,
|
||||
strong {
|
||||
@apply font-bold;
|
||||
}
|
||||
|
||||
i,
|
||||
em {
|
||||
@apply italic;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue