Sha256: 2bb29c0ccd6689d5307dc045a7df11340d9c25bf2ac28dbea7cb0c83974911b6
Contents?: true
Size: 1.05 KB
Versions: 62
Compression:
Stored size: 1.05 KB
Contents
/*------------------------------------*\ #VIDEO-AND-TEXT-CONTENT-BLOCK \*------------------------------------*/ .video-and-text-content-block { @extend %clearfix; } .video-and-text-content-block__video-container { display: block; margin-bottom: $spacing-unit; @include respond-to($medium-breakpoint) { margin-right: $spacing-unit; margin-left: $spacing-unit; } } .video-and-text-content-block__video-container--left { @include respond-to($medium-breakpoint) { margin-left: 0; float: left; } } .video-and-text-content-block__video-container--right { @include respond-to($medium-breakpoint) { margin-right: 0; float: right; } } /** * 1. element selector required to support pasted embed code */ .video-and-text-content-block__video { iframe { /* [1] */ max-width: 100%; } } .video-and-text-content-block__text {}
Version data entries
62 entries across 62 versions & 1 rubygems