Skip to content

Instantly share code, notes, and snippets.

@Mamikonars
Created June 8, 2022 12:55
Show Gist options
  • Save Mamikonars/074b4ed4eec3c280c5fdeb3051e6caaa to your computer and use it in GitHub Desktop.
Save Mamikonars/074b4ed4eec3c280c5fdeb3051e6caaa to your computer and use it in GitHub Desktop.
#' . $this->html_class_prefix . 'container-' . $this->unique_id_in_class . ' .' . $this->html_class_prefix . 'question {
border-left-color: ' . $this->options[ $this->name_prefix . 'color' ] . ';
}
#' . $this->html_class_prefix . 'container-' . $this->unique_id_in_class . ' .' . $this->html_class_prefix . 'question {
' . ( $this->options[ $this->name_prefix . 'logo' ] != '' ? 'padding-bottom: 50px;' : '' ) . '
}
#' . $this->html_class_prefix . 'container-' . $this->unique_id_in_class . ' input.' . $this->html_class_prefix . 'question-input {
font-size: ' . $this->options[ $this->name_prefix . 'answer_font_size' ] . 'px;
}
#' . $this->html_class_prefix . 'container-' . $this->unique_id_in_class . ' .' . $this->html_class_prefix . 'section-header,
#' . $this->html_class_prefix . 'container-' . $this->unique_id_in_class . ' .' . $this->html_class_prefix . 'question {
background-color: ' . $this->options[ $this->name_prefix . 'background_color' ] . ';
}
#' . $this->html_class_prefix . 'container-' . $this->unique_id_in_class . ' .' . $this->html_class_prefix . 'section.' . $this->html_class_prefix . 'section-start-page .' . $this->html_class_prefix . 'section-header {
background-color: ' . $this->options[ $this->name_prefix . 'start_page_background_color' ] . ';
color: ' . $this->options[ $this->name_prefix . 'start_page_text_color' ] . ';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment