Skip to content
Snippets Groups Projects
Commit f716d4be authored by Mathis Neumann's avatar Mathis Neumann
Browse files

add slight shadow to serviceInstances

parent 9553d540
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,11 @@ $node > node { /* compounds. "Nodes" in meta model. $ selects the parent node th
background-color: ${serviceColor};
color: ${serviceTextColor};
font-weight: bold;
shadow-blur: 0;
shadow-color: #000;
shadow-offset-x: 2px;
shadow-offset-y: 2px;
shadow-opacity: 0.5;
}
[type="communicationInstance"] {
color: #F4EFDC;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment