sourcegraph/client/browser/src/branded.scss

8 lines
409 B
SCSS

// CSS entry point for branded contexts (options menu and after-install page)
// Bootstrap etc can be used freely here (in opposite to the content page styles in app.scss)
@import '../../branded/src/global-styles/index.scss';
@import '../../branded/src/components/Toggle';
@import './browser-extension/options-page/OptionsContainer';
@import './browser-extension/after-install-page/AfterInstallPageContent';