Tags and social section colors (#2845)

don't match rest of the admin
This commit is contained in:
Dhanu Saputra 2023-03-19 01:20:27 +07:00 committed by GitHub
parent 05b7a95ca8
commit dfdd338048
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,16 +39,13 @@
}
.config-public-details-page .instance-details-container {
width: 100%;
border-right: 1px solid #cbd0d8;
}
.config-public-details-page .social-items-container {
background-color: var(--theme-color-palette-5);
padding: 0 0.75em;
margin-left: 1em;
max-width: 450px;
}
.config-public-details-page .social-items-container .form-module {
background-color: var(--theme-color-palette-10);
}
.config-public-details-page .social-items-container .social-handles-container {
min-width: 350px;
}