We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`#hu-template-preview { min-height: calc(100vh - 42px);
}
#helix-ultimate { color: rgba(2,11,83,.7); } #helix-ultimate input, #helix-ultimate textarea, #helix-ultimate select{ background: none transparent; color: rgba(2,11,83,.7); border-color: rgba(2,11,83,.7); } .hu-options-core{ top: 42px; }`
The text was updated successfully, but these errors were encountered:
I can fix the height issue in the next update, as I think that's a bug with the template, but I won't add this CSS just to cater for Helix.
It can be added to the custom.css that comes with Bettum
custom.css
Sorry, something went wrong.
Thank you
Thanks, working!
No branches or pull requests
`#hu-template-preview {
min-height: calc(100vh - 42px);
}
#helix-ultimate {
color: rgba(2,11,83,.7);
}
#helix-ultimate input, #helix-ultimate textarea, #helix-ultimate select{
background: none transparent;
color: rgba(2,11,83,.7);
border-color: rgba(2,11,83,.7);
}
.hu-options-core{
top: 42px;
}`
The text was updated successfully, but these errors were encountered: