turn ADF customisations into theme mixins (#409)

* theming support for upload dialog customisations

* pagination theme

* about dialog theme

* update shared workspace settings for VS code

* remove hardcoded color variable

* upgrade sidenav theme

* document list theme

* upload drag area theme
This commit is contained in:
Denys Vuika
2018-06-13 18:10:46 +01:00
committed by GitHub
parent 7a0b2b979c
commit 2d7e844d8f
16 changed files with 296 additions and 269 deletions

View File

@@ -1,5 +1,6 @@
{
"cSpell.words": [
"sidenav"
]
}
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"javascript.preferences.importModuleSpecifier": "relative",
"typescript.preferences.importModuleSpecifier": "relative"
}