fix(core): update
This commit is contained in:
parent
30eda34f37
commit
16d1375e47
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-catalog',
|
name: '@design.estate/dees-catalog',
|
||||||
version: '1.0.266',
|
version: '1.0.267',
|
||||||
description: 'website for lossless.com'
|
description: 'website for lossless.com'
|
||||||
}
|
}
|
||||||
|
@ -35,7 +35,7 @@ export class DeesSimpleLogin extends DeesElement {
|
|||||||
color: ${cssManager.bdTheme('#333', '#fff')};
|
color: ${cssManager.bdTheme('#333', '#fff')};
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.loginContainer, .slotContainer {
|
.loginContainer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center; /* aligns horizontally */
|
justify-content: center; /* aligns horizontally */
|
||||||
@ -45,6 +45,15 @@ export class DeesSimpleLogin extends DeesElement {
|
|||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.slotContainer {
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.login {
|
.login {
|
||||||
min-width: 320px;
|
min-width: 320px;
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
|
Loading…
Reference in New Issue
Block a user