fix(big fix upgrade): upgrade multiple areas of the core functionalities
This commit is contained in:
@ -21,6 +21,8 @@ export class CloudlySectionheading extends DeesElement {
|
||||
h1 {
|
||||
font-family: 'Cal Sans';
|
||||
letter-spacing: 0.025em;
|
||||
margin: 0px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
`,
|
||||
]
|
||||
|
10
ts_web/elements/shared/css.ts
Normal file
10
ts_web/elements/shared/css.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import { css } from '@design.estate/dees-element';
|
||||
|
||||
export const viewHostCss = css`
|
||||
:host {
|
||||
display: block;
|
||||
margin: auto;
|
||||
max-width: 1280px;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
`;
|
@ -1 +1,2 @@
|
||||
export * from './cloudly-sectionheading.js';
|
||||
export * from './cloudly-sectionheading.js';
|
||||
export * from './css.js';
|
Reference in New Issue
Block a user