Last active
May 21, 2025 15:43
-
-
Save tecpromotion/d48872e7888f44a88074a60f1371de99 to your computer and use it in GitHub Desktop.
[youtube video-container usercentrics css-snippets] #css #yootheme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .uk-form-horizontal .rsform-type-joomlacaptcha .uk-form-label { | |
| width: 100%; | |
| margin-bottom: 1em; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #userForm { | |
| .formError, .formRed { | |
| color:@global-danger-background; //#af384e | |
| } | |
| .uk-form-danger { | |
| border: 1px solid; | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .uc-embedding-wrapper > *, | |
| .uc-embedding-wrapper a | |
| {color: @global-color !important;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .video-container { | |
| position: relative; | |
| padding-bottom: 56.25%; | |
| padding-top: 0; | |
| height: 0; | |
| overflow: hidden; | |
| } | |
| .video-container iframe, | |
| .video-container object, | |
| .video-container embed { | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| width: 100%; | |
| height: 100%; | |
| } | |
| .video-container .uc-embedding-container { | |
| max-height: none; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment