diff --git a/src/assets/layout/_topbar.scss b/src/assets/layout/_topbar.scss index f80e275..f5d239c 100644 --- a/src/assets/layout/_topbar.scss +++ b/src/assets/layout/_topbar.scss @@ -158,45 +158,3 @@ } } } - -.config-panel { - .config-panel-label { - font-size: 0.875rem; - color: var(--text-secondary-color); - font-weight: 600; - line-height: 1; - } - - .config-panel-colors { - > div { - padding-top: 0.5rem; - display: flex; - gap: 0.5rem; - flex-wrap: wrap; - justify-content: space-between; - - button { - border: none; - width: 1.25rem; - height: 1.25rem; - border-radius: 50%; - padding: 0; - cursor: pointer; - outline-color: transparent; - outline-width: 2px; - outline-style: solid; - outline-offset: 1px; - - &.active-color { - outline-color: var(--primary-color); - } - } - } - } - - .config-panel-settings { - display: flex; - flex-direction: column; - gap: 0.5rem; - } -} diff --git a/src/layout/appconfigurator.ts b/src/layout/appconfigurator.ts index d9421f3..36835af 100644 --- a/src/layout/appconfigurator.ts +++ b/src/layout/appconfigurator.ts @@ -22,55 +22,53 @@ const presets = { standalone: true, imports: [CommonModule, FormsModule, InputSwitchModule, ButtonModule, RadioButtonModule, SelectButtonModule, ToggleSwitchModule], template: ` -