diff options
Diffstat (limited to 'utils/test/reporting/3rd_party/sass/components/_image.scss')
-rw-r--r-- | utils/test/reporting/3rd_party/sass/components/_image.scss | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/utils/test/reporting/3rd_party/sass/components/_image.scss b/utils/test/reporting/3rd_party/sass/components/_image.scss deleted file mode 100644 index 81ae7a372..000000000 --- a/utils/test/reporting/3rd_party/sass/components/_image.scss +++ /dev/null @@ -1,64 +0,0 @@ -///
-/// Phantom by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Image */
-
- .image {
- border-radius: _size(border-radius);
- border: 0;
- display: inline-block;
- position: relative;
-
- img {
- border-radius: _size(border-radius);
- display: block;
- }
-
- &.left,
- &.right {
- max-width: 40%;
-
- img {
- width: 100%;
- }
- }
-
- &.left {
- float: left;
- padding: 0 1.5em 1em 0;
- top: 0.25em;
- }
-
- &.right {
- float: right;
- padding: 0 0 1em 1.5em;
- top: 0.25em;
- }
-
- &.fit {
- display: block;
- margin: 0 0 _size(element-margin) 0;
- width: 100%;
-
- img {
- width: 100%;
- }
- }
-
- &.main {
- display: block;
- margin: 0 0 (_size(element-margin) * 1.5) 0;
- width: 100%;
-
- img {
- width: 100%;
- }
-
- @include breakpoint(small) {
- margin: 0 0 _size(element-margin) 0;
- }
- }
- }
\ No newline at end of file |