diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index a8c4b3f7..0092b0a2 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -105,6 +105,15 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ } +.camera-icon +{ + position:absolute; + bottom:20px; + left:10px; + z-index:10; + opacity:0.7; +} + /* Styling of progress bar http://www.useragentman.com/blog/2012/01/03/cross-browser-html5-progress-bars-in-depth/ */ @@ -206,3 +215,5 @@ progress[aria-valuenow]:before { } + + |
