diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-12-11 19:44:29 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-12-11 19:44:29 -0500 |
commit | ed406b7997f11c630aed336f0480f65862e47eb9 (patch) | |
tree | 778d9b5bd6f715530c1981deb724a77c1402d275 /assets/sass | |
parent | a3d1ce47d3bf31bfc5bea06f76abdfb404c5f2fc (diff) |
Add download icon in image slideshow
Diffstat (limited to 'assets/sass')
-rw-r--r-- | assets/sass/_image_slideshow.sass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/sass/_image_slideshow.sass b/assets/sass/_image_slideshow.sass index d88a81fb..22cb5937 100644 --- a/assets/sass/_image_slideshow.sass +++ b/assets/sass/_image_slideshow.sass @@ -38,3 +38,8 @@ right: 10px top: 10px font-size: 1.4em + +.slideshow-download-icon + left: 10px + bottom: 10px + font-size: 1.3em |