fix(core): update
This commit is contained in:
parent
ed49de64bc
commit
9c2fe9f739
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@designestate/dees-catalog',
|
name: '@designestate/dees-catalog',
|
||||||
version: '1.0.83',
|
version: '1.0.84',
|
||||||
description: 'website for lossless.com'
|
description: 'website for lossless.com'
|
||||||
}
|
}
|
||||||
|
@ -62,11 +62,11 @@ export class DeesSpeechbubble extends DeesElement {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
background: ${cssManager.bdTheme('#fff', '#333')};
|
background: ${cssManager.bdTheme('#fff', '#333')};
|
||||||
height: 20px;
|
height: 15px;
|
||||||
width: 20px;
|
width: 15px;
|
||||||
left: 5px;
|
left: 4px;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
border-radius: 3px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.maincontainer {
|
.maincontainer {
|
||||||
@ -74,7 +74,8 @@ export class DeesSpeechbubble extends DeesElement {
|
|||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
line-height: 30px;
|
line-height: 25px;
|
||||||
|
font-size: 12px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 8px;
|
left: 8px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user