Implement basic web composer
This commit is contained in:
parent
5961c26800
commit
99360f7bd9
11 changed files with 282 additions and 82 deletions
|
@ -13,29 +13,10 @@
|
|||
#app-root { display:flex; height:100%; }
|
||||
|
||||
/* Remove focus state on inputs */
|
||||
input:focus {
|
||||
input:focus,
|
||||
textarea:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/* These styles are for src/view/com/modals/WebModal */
|
||||
div[data-modal-overlay] {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: #0004;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
div[data-modal-container] {
|
||||
position: fixed;
|
||||
top: 20vh;
|
||||
left: calc(50vw - 300px);
|
||||
width: 600px;
|
||||
padding: 20px;
|
||||
background: #fff;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 5px 10px #0005;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue