feat(opsserver): Serve bundled frontend from a dedicated dist_serve directory and update frontend UI/packaging
This commit is contained in:
@@ -3,11 +3,11 @@ import { css } from '@design.estate/dees-element';
|
||||
export const viewHostCss = css`
|
||||
:host {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 24px;
|
||||
box-sizing: border-box;
|
||||
margin: auto;
|
||||
max-width: 1280px;
|
||||
padding: 16px 16px;
|
||||
color: #fff;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.view-title {
|
||||
font-size: 24px;
|
||||
|
||||
Reference in New Issue
Block a user