Remove SCSS from ConfigEditor

This commit is contained in:
Henrik Giesel 2021-05-29 16:29:02 +02:00
parent 1bb59198dd
commit cf9bba0807

View File

@ -55,20 +55,3 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<AdvancedOptions {state} /> <AdvancedOptions {state} />
</SectionItem> </SectionItem>
</Section> </Section>
<style lang="scss">
:global(h2) {
margin-top: 1em;
font-weight: bold;
// adding a border decreases the default font size,
// so increase it again
font-size: 2em;
margin-right: 16px;
margin-bottom: 0.5em;
}
/* .outer { */
/* // the right margin has an indent to allow for the undo */
/* // buttons; add the same indent on the left for balance */
/* padding-left: 16px; */
/* } */
</style>