Compare commits

...

2 Commits

Author SHA1 Message Date
4aa2708f24 1.0.78 2023-08-07 18:54:39 +02:00
d1848f31a7 fix(core): update 2023-08-07 18:54:39 +02:00
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@design.estate/dees-wcctools",
"version": "1.0.77",
"version": "1.0.78",
"private": false,
"description": "wcc tools for creating element catalogues",
"main": "dist_ts_web/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-wcctools',
version: '1.0.77',
version: '1.0.78',
description: 'wcc tools for creating element catalogues'
}

View File

@ -61,7 +61,7 @@ export class WccDashboard extends DeesElement {
return html`
<style>
:host {
font-family: 'Roboto', sans-serif;
font-family: 'Mona Sans', 'Inter', sans-serif;
background: #fcfcfc;
display: block;
box-sizing: border-box;

View File

@ -25,7 +25,7 @@ export class WccSidebar extends DeesElement {
:host {
display: block;
border-right: 1px solid #999;
font-family: 'Roboto', sans-serif;
font-family: 'Mona Sans', 'Inter', sans-serif;
box-sizing: border-box;
position: absolute;
left: 0px;