mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* start custom theming adf * demo shell cleaning * login mdl cleaning * uploader mdl cleaning * prebuilt themes * theme picker in demo shell * clean custom colors and mdl * fix rebase errors * theming from color style guide * dev default theme orange purple * fix color accent inverted in picker * fix test and add colors classes * fix tag component theming issues * fix datatable theming * add theming guides
27 lines
445 B
CSS
27 lines
445 B
CSS
.docs-theme-picker-menu .md-menu-content {
|
|
padding: 8px;
|
|
}
|
|
|
|
.docs-theme-picker-menu [md-menu-item] {
|
|
flex: 0 0 auto;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
|
|
.docs-theme-picker-menu .docs-theme-picker-primary {
|
|
width: 25px;
|
|
height: 25px;
|
|
}
|
|
|
|
.docs-theme-picker-menu .docs-theme-picker-accent {
|
|
position: absolute;
|
|
bottom: 6px;
|
|
width: 100%;
|
|
height: 6px;
|
|
}
|
|
|
|
.docs-theme-chosen-icon{
|
|
border-radius: 13px;
|
|
}
|