Skip to content
Snippets Groups Projects
Commit e2725c1f authored by Lukas Pravda's avatar Lukas Pravda
Browse files

improve bond graphical primitives

parent 5d60c773
No related branches found
No related tags found
No related merge requests found
Pipeline #89271 passed with stages
in 1 minute and 22 seconds
......@@ -29,16 +29,19 @@
.pdb-lig-env-svg-bond-stacking {
stroke-width: 2px;
stroke-dasharray: 10 10;
stroke: green;
}
.pdb-lig-env-svg-bond-atom-pi {
stroke-width: 2px;
stroke-dasharray: 10 10;
stroke: #2E8B57;
}
.pdb-lig-env-svg-bond-amide {
stroke-width: 2px;
stroke-dasharray: 10 10;
stroke: green;
}
......@@ -65,16 +68,18 @@
.pdb-lig-env-svg-bond-clashes {
stroke-width: 2px;
stroke-dasharray: 10 10;
stroke: #FF5050;
}
.pdb-lig-env-svg-bond-covalent {
stroke-width: 2px;
stroke-width: 3px;
stroke: black;
}
.pdb-lig-env-svg-bond-other {
stroke-width: 1px;
stroke-dasharray: 10 10;
stroke: black;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment