diff options
Diffstat (limited to 'src/components/iconStyles.css')
-rw-r--r-- | src/components/iconStyles.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/iconStyles.css b/src/components/iconStyles.css new file mode 100644 index 0000000..9f2ef8e --- /dev/null +++ b/src/components/iconStyles.css @@ -0,0 +1,3 @@ +.vc-open-external-icon { + transform: rotate(45deg); +} |