Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Lego2012/93717bac4722bf8ad02076227ce6849c to your computer and use it in GitHub Desktop.

Select an option

Save Lego2012/93717bac4722bf8ad02076227ce6849c to your computer and use it in GitHub Desktop.
/**
/* Make the Core Framework Popup wider & taller
*/
.cf-variable-ui {
width: 50rem !important;
height: 50vh !important;
}
/* Makes Color Chips taller */
.cf-variable-ui .cf-variable-ui-list-item-color {
height: 3rem;
}
/* Makes Color titles larger */
cf-variable-ui .cf-variable-ui-color-title {
font-size: var(--text-m);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment