added contacts and signals

This commit is contained in:
Stephan Richter
2020-09-16 09:48:31 +02:00
parent 94579ae8a8
commit a8156d0626
20 changed files with 226 additions and 4 deletions

View File

@@ -30,6 +30,8 @@ body{
height: 60px !important;
}
svg circle,
svg line,
svg polygon,
svg rect{
fill:#617de4;
@@ -40,10 +42,15 @@ svg rect{
svg text{
font-size: 50px;
}
svg .block{
fill: #ffffff;
}
svg circle{
fill: gray;
}
.menu{
position: fixed;
width: 100%;
@@ -125,4 +132,12 @@ h2{
#Eraser polygon{
stroke: red;
}
}
.sig_a{
fill: red;
}
.sig_b{
fill: black;
}