mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 10:28:31 +00:00
* Update header logo and inline icon * Update full logos + layout on loading screen * Update favicon assets and strategy - Switches to serve an ico file alongside an SVG file - Introduces an apple-touch-icon * Removes unused favicon/meta assets * Changelog item for ui * Create component for logo * Simplify logo component, set brand color * Fix docs loading state CSS issue
8 lines
148 B
SCSS
8 lines
148 B
SCSS
@import './brand-loader/index';
|
|
html body > .brand-loader {
|
|
display: none;
|
|
}
|
|
html.ember-loading body > .brand-loader {
|
|
@extend %brand-loader;
|
|
}
|