Files
BitwiseCmd/src/shell/components/SettingsPane.css
Borys Levytskyi c4877ac376 Bladerunner (#67)
* Introduce bladerunner theme

* Light neon glow

* Fix build error

* Different logo font and glow

* Neon glow on hover

* Make the theme to be easter egg

* Toggle lights via header

* Minor fixes

* Fix lint errors
2025-11-07 21:24:02 -05:00

39 lines
723 B
CSS

.settings-container {
padding: 20px;
display: inline-block;
}
.settings-container button {
text-decoration: none;
}
.settings-container button svg {
margin-right: 3px;
}
.settings-container .inner {
padding: 15px 20px;
border-radius: 5px;
width: 500px;
}
.settings-container h3 {
margin-top: 0;
}
.settings-container .description {
font-size: 0.85em;
padding: 0;
margin: 0;
padding-left: 40px;
opacity: 0.8;
}
.settings-container .setting {
margin-bottom: 10px;
}
/* Theme-specific overrides belong in src/index.css per AGENTS.md */
/* Ensure Settings aligns with centered layout */
.app-root.layout-centered #settings.settings-container { display: block; }