Skip to content

Instantly share code, notes, and snippets.

@tecpromotion
Last active May 21, 2025 15:43
Show Gist options
  • Select an option

  • Save tecpromotion/d48872e7888f44a88074a60f1371de99 to your computer and use it in GitHub Desktop.

Select an option

Save tecpromotion/d48872e7888f44a88074a60f1371de99 to your computer and use it in GitHub Desktop.
[youtube video-container usercentrics css-snippets] #css #yootheme
.bottombuttons {
> div {
.uk-card-body {
flex-grow: 1;
display: flex !important;
flex-direction: column;
.el-meta, .el-title, .el-content {
flex-grow: 1;
}
}
}
}
#blogreadmore {
.el-item {
display: flex !important;
flex-direction: column;
.uk-margin-top:last-child {
flex-grow: 1;
display: flex;
align-items: flex-end;
}
.uk-card-body,
&.uk-card-body{
flex-grow: 1;
display: flex;
flex-direction: column;
.el-meta, .el-content {
flex-grow: 1;
}
}
}
}
.uk-form-horizontal .rsform-type-joomlacaptcha .uk-form-label {
width: 100%;
margin-bottom: 1em;
}
#userForm {
.formError, .formRed {
color:@global-danger-background; //#af384e
}
.uk-form-danger {
border: 1px solid;
}
}
.uc-embedding-wrapper > *,
.uc-embedding-wrapper a
{color: @global-color !important;}
.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