mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
8 lines
409 B
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';
|