mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
* [AAE-6823] Customize font * Fix for adf vars * update * update * update * update * [AAE-6823] Custom fonts * [AAE-6823] Create new css var for new button * [AAE-6823] Cleaning code * [AAE-6823] Changed configuration to tpl * [AAE-6823] Cleaning code * [AAE-6823] Cleaning code
15 lines
311 B
SCSS
15 lines
311 B
SCSS
/* You can add global styles to this file, and also import other style files */
|
|
@import '~@alfresco/adf-core/prebuilt-themes/adf-blue-orange.css';
|
|
@import 'app/ui/application';
|
|
@import './app/ui/variables/font-family';
|
|
|
|
body,
|
|
html {
|
|
height: 100%;
|
|
font-family: $default-font-family;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|