Skip to content

Commit 7b75989

Browse files
committed
Draft version
1 parent 94dc55d commit 7b75989

26 files changed

Lines changed: 5953 additions & 10 deletions
16.6 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"canChangeLanguage": true,
3+
"showLoginButton": false,
4+
"defaultLanguage": "en",
5+
"disableEditMode": true,
6+
"showPageHistory": true,
7+
"compactMode": false,
8+
"canChangeCompactMode": false
9+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Add project wide CSS settings here */
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "CSK_Module_MultiWebSocketClient",
3+
"version": "1.0.0",
4+
"description": "Generated",
5+
"components": [
6+
"@sick-davinci/basic-elements"
7+
],
8+
"dependencies": {
9+
"@sick-davinci/basic-elements": "^5.0.5"
10+
}
11+
}
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
.myCustomPlaceholder5pxHeight_CSK_Module_MultiWebSocketClient {
2+
min-height: 5px;
3+
}
4+
5+
.myCustomSpacerVert10_CSK_Module_MultiWebSocketClient {
6+
min-height: 10px;
7+
}
8+
9+
.myCustomSpacerVert20_CSK_Module_MultiWebSocketClient {
10+
min-height: 20px;
11+
}
12+
13+
.myCustomFrameLabel_CSK_Module_MultiWebSocketClient {
14+
background: white;
15+
position:relative;
16+
top: calc(-1.2rem);
17+
left: calc(1rem);
18+
font-size: medium;
19+
}
20+
21+
.myCustomMargin99Percent_CSK_Module_MultiWebSocketClient {
22+
margin: calc(1rem);
23+
margin-top: 20px;
24+
}
25+
26+
.myCustomMarginFirstRow_CSK_Module_MultiWebSocketClient {
27+
margin-top: -49px;
28+
}
29+
30+
.myCustomMarginLeft30PX_CSK_Module_MultiWebSocketClient {
31+
margin-left:30px;
32+
}
33+
34+
.myCustomMarginLeft-30PX_CSK_Module_MultiWebSocketClient {
35+
margin-left:-30px;
36+
}
37+
38+
.myCustomPersistentDataMargin_CSK_Module_MultiWebSocketClient {
39+
margin-top: -53px;
40+
margin-left: 130px;
41+
}
42+
43+
.myCustomPersistentDataMarginBack_CSK_Module_MultiWebSocketClient {
44+
margin-left: -130px;
45+
}
46+
47+
.myCustomBorderBottom_CSK_Module_MultiWebSocketClient {
48+
border-bottom: 1px solid lightgray;
49+
margin-inline: calc(1rem);
50+
}
51+
52+
.myCustomMarginInline1Rem_CSK_Module_MultiWebSocketClient {
53+
margin-inline: calc(0.5rem);
54+
}
55+
56+
.myCustomBorderLeft_CSK_Module_MultiWebSocketClient {
57+
border-left: 1px solid lightgray;
58+
}
59+
60+
.myCustomTabFrame_CSK_Module_MultiWebSocketClient {
61+
width: 98%;
62+
align-self: center;
63+
}
64+
65+
.myCustomLabel_CSK_Module_MultiWebSocketClient {
66+
font-size:30px;
67+
color: grey;
68+
margin-top: 10px;
69+
}
70+
71+
.myCustomFrameNoColor_CSK_Module_MultiWebSocketClient {
72+
margin: 6px;
73+
border-radius: 10px;
74+
border-style: solid;
75+
border-width: 0px;
76+
border-color: 007CC1;
77+
background-color: #FFFFFF;
78+
}
79+
80+
.myCustomFrame_CSK_Module_MultiWebSocketClient {
81+
margin: 6px;
82+
border-radius: 10px;
83+
border-style: solid;
84+
border-width: 1px;
85+
border-color: #007CC1;
86+
background-color: white;
87+
}
88+
89+
.myCustomFrameNoColor_CSK_Module_MultiWebSocketClient {
90+
margin: 6px;
91+
border-radius: 10px;
92+
border-style: solid;
93+
border-width: 0px;
94+
border-color: 007CC1;
95+
background-color: white;
96+
}
97+
98+
.myCustomMarginTop7PX_CSK_Module_MultiWebSocketClient {
99+
margin-top: 7px;
100+
}
101+
102+
.myCustomBackground_CSK_Module_MultiWebSocketClient {
103+
}
104+
105+
.myCustomButton_CSK_Module_MultiWebSocketClient {
106+
border-radius: 30px;
107+
padding-right: 0px;
108+
}

0 commit comments

Comments
 (0)