Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
eea091cb56 | |||
8d725ef303 | |||
4aa2708f24 | |||
d1848f31a7 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@design.estate/dees-wcctools",
|
"name": "@design.estate/dees-wcctools",
|
||||||
"version": "1.0.77",
|
"version": "1.0.79",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "wcc tools for creating element catalogues",
|
"description": "wcc tools for creating element catalogues",
|
||||||
"main": "dist_ts_web/index.js",
|
"main": "dist_ts_web/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-wcctools',
|
name: '@design.estate/dees-wcctools',
|
||||||
version: '1.0.77',
|
version: '1.0.79',
|
||||||
description: 'wcc tools for creating element catalogues'
|
description: 'wcc tools for creating element catalogues'
|
||||||
}
|
}
|
||||||
|
@ -61,7 +61,6 @@ export class WccDashboard extends DeesElement {
|
|||||||
return html`
|
return html`
|
||||||
<style>
|
<style>
|
||||||
:host {
|
:host {
|
||||||
font-family: 'Roboto', sans-serif;
|
|
||||||
background: #fcfcfc;
|
background: #fcfcfc;
|
||||||
display: block;
|
display: block;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
@ -25,7 +25,7 @@ export class WccSidebar extends DeesElement {
|
|||||||
:host {
|
:host {
|
||||||
display: block;
|
display: block;
|
||||||
border-right: 1px solid #999;
|
border-right: 1px solid #999;
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', 'Inter', sans-serif;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
|
Reference in New Issue
Block a user