Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pdbe
web-components
pdb-ligand-env
Commits
e2725c1f
Commit
e2725c1f
authored
Jul 28, 2020
by
Lukas Pravda
Browse files
improve bond graphical primitives
parent
5d60c773
Pipeline
#89271
passed with stages
in 1 minute and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
src/styles/pdb-ligand-env-svg.css
src/styles/pdb-ligand-env-svg.css
+6
-1
No files found.
src/styles/pdb-ligand-env-svg.css
View file @
e2725c1f
...
...
@@ -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
:
2
px
;
stroke-width
:
3
px
;
stroke
:
black
;
}
.pdb-lig-env-svg-bond-other
{
stroke-width
:
1px
;
stroke-dasharray
:
10
10
;
stroke
:
black
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment