forked from abenjamin765/camera-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style-min.css
1 lines (1 loc) · 855 Bytes
/
style-min.css
1
html,body{margin:0;padding:0;height:100%;width:100%}#camera,#camera--view,#camera--sensor,#camera--output{position:fixed;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}#camera--view,#camera--sensor,#camera--output{-webkit-transform:scaleX(-1);transform:scaleX(-1);-webkit-filter:FlipH;filter:FlipH}#camera--trigger{width:200px;background-color:black;color:white;font-size:16px;border-radius:30px;border:none;padding:15px 20px;text-align:center;-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,0.2);box-shadow:0 5px 10px 0 rgba(0,0,0,0.2);position:fixed;bottom:30px;left:calc(50% - 100px)}.taken{height:100px !important;width:100px !important;-webkit-transition:all 0.5s ease-in;transition:all 0.5s ease-in;border:solid 3px white;-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,0.2);box-shadow:0 5px 10px 0 rgba(0,0,0,0.2);top:20px;right:20px;z-index:2}