Skip to content

Instantly share code, notes, and snippets.

@Phoen1x84
Created April 4, 2016 16:26
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 Phoen1x84/3612bab453f2b4aacd3f7ad827688dae to your computer and use it in GitHub Desktop.
Save Phoen1x84/3612bab453f2b4aacd3f7ad827688dae to your computer and use it in GitHub Desktop.
example base form styles
label,
.scfForm .scfDropListLabel,
.scfForm .scfEmailLabel,
.scfForm .scfMultipleLineTextLabel,
.scfForm .scfSingleLineTextLabel,
.scfForm .scfPasswordLabel,
.scfForm .scfNumberLabel,
.scfForm .scfDatePickerLabel,
.scfForm .scfDateLabel,
.scfForm .scfRadioButtonListLabel,
.scfForm .scfListBoxLabel,
.scfForm .scfFileUploadLabel,
.scfForm .scfDateSelectorLabel,
.scfForm .scfCreditCardLabel,
.scfForm .scfConfirmPasswordLabel,
.scfForm .scfCaptchaLabel,
.scfForm .scfTelephoneLabel,
.scfForm .scfSmsTelephoneLabel,
.scfForm .scfCheckBoxListLabel {
display: block;
text-align: left;
font-size: 18px;
margin: 30px 0 0;
line-height: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment