fix(dees-mobile-header): adjust mobile header action slot layout and add documentation/license files
This commit is contained in:
@@ -131,10 +131,11 @@ export class DeesMobileHeader extends DeesElement {
|
||||
}
|
||||
|
||||
::slotted([slot="actions"]) {
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
min-width: 2.5rem;
|
||||
min-height: 2.5rem;
|
||||
color: ${cssManager.bdTheme('#71717a', '#a1a1aa')};
|
||||
display: block;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
::slotted([slot="actions"]:hover) {
|
||||
|
||||
Reference in New Issue
Block a user