fix(core): update
This commit is contained in:
parent
c86f7d466c
commit
2a84e2c270
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@designestate/dees-catalog',
|
||||
version: '1.0.99',
|
||||
version: '1.0.100',
|
||||
description: 'website for lossless.com'
|
||||
}
|
||||
|
@ -60,9 +60,9 @@ export class DeesMobilenavigation extends DeesElement {
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
this.init().then(() => {
|
||||
/* this.init().then(() => {
|
||||
this.show();
|
||||
});
|
||||
}); */
|
||||
}
|
||||
|
||||
/**
|
||||
@ -86,14 +86,14 @@ export class DeesMobilenavigation extends DeesElement {
|
||||
height: 100vh;
|
||||
min-width: 280px;
|
||||
transform: translateX(200px);
|
||||
color: #fff;
|
||||
color: ${cssManager.bdTheme('#333', '#fff')};
|
||||
z-index: 250;
|
||||
opacity: 0;
|
||||
padding: 16px 32px;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
background: #000;
|
||||
background: ${cssManager.bdTheme('#eeeeeb', '#000')};;
|
||||
border-left: 1px dashed #444;
|
||||
pointer-events: none;
|
||||
}
|
||||
@ -113,7 +113,7 @@ export class DeesMobilenavigation extends DeesElement {
|
||||
border-radius: 3px;
|
||||
}
|
||||
.menuItem:hover {
|
||||
background: #333;
|
||||
background: ${cssManager.bdTheme('#CCC', '#333')};;
|
||||
}
|
||||
|
||||
.heading {
|
||||
|
Loading…
Reference in New Issue
Block a user