added various SVG and fixed display of footer and some shortcodes. Initial fix of...
[theme-danix.xyz.git] / assets / sass / components / _image.scss
index b77a874..2901801 100644 (file)
 \r
        .circle > img {\r
                @include circle(200px, "block")\r
-       }
\ No newline at end of file
+       }\r
+\r
+       video {\r
+               display: block !important;\r
+               &.left {\r
+                       float: left;\r
+                       margin: 0 1.5em 1.25em 0;\r
+                       top: 0.25em;\r
+               }\r
+\r
+               &.right {\r
+                       float: right;\r
+                       margin: 0 0 1.25em 1.5em;\r
+                       top: 0.25em;\r
+               }\r
+\r
+               &.fit {\r
+                       display: block;\r
+                       margin: 0 0 _size(element-margin) 0;\r
+                       width: 100%;\r
+               }\r
+       }\r