Skip to content

Instantly share code, notes, and snippets.

@RockyMtnMarc
Created August 17, 2019 04:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RockyMtnMarc/a95a3711204ff50ccd8d52d6652129ad to your computer and use it in GitHub Desktop.
Save RockyMtnMarc/a95a3711204ff50ccd8d52d6652129ad to your computer and use it in GitHub Desktop.
Custom Community Theme Layout style sheet for post-chat surveys with no header
.THIS {
position: relative;
z-index: 1;
}
.THIS .surveyRuntimeSurvey.surveyScreen {
min-width: 0;
margin: -13px;
width: calc(100% + 25px) !important;
padding-bottom: 50px !important;
}
.THIS .slds-icon.slds-icon_large{
height: 1.5rem !important;
width: 1.5rem !important;
}
.THIS legend.slds-m-bottom--medium {
margin-bottom: 0;
}
.THIS .question span {
font-size: 1rem !important;
}
@media only screen and (max-width: 768px) {
.THIS .surveyAnswerRating .ratingLabels.ratingLabelsLeft, .THIS .surveyAnswerRating .ratingLabels.ratingLabelsRight {
padding: .5rem 0 !important;
}
}
.THIS .answers.slds-m-bottom--x-large {
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment