Skip to content

Instantly share code, notes, and snippets.

@wplaunchify
Last active March 9, 2020 00:53
Show Gist options
  • Save wplaunchify/591cbe987abcee9dee3d883134fc165c to your computer and use it in GitHub Desktop.
Save wplaunchify/591cbe987abcee9dee3d883134fc165c to your computer and use it in GitHub Desktop.
LaunchFlows - Dynamic Bump Checkbox Style Rules
.lf-bump img{
display: none; /* hide or show thumbnail. default is "block" */
width: 300px; /* change size larger or smaller. default is 75px */
margin: 0 0 0 10px; /* add space between checkbox and img */
}
.lf-bump input.switch {
transform: scale(2); /* larger numbers increase size. default is 1.5 */
}
.lf-bump {
flex-direction: row; /* default is row. choose from: row | row-reverse | column | column-reverse */
display: flex;
align-items: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment