Skip to content

Instantly share code, notes, and snippets.

@reformatco
Last active December 23, 2015 08:29
Show Gist options
  • Save reformatco/6607771 to your computer and use it in GitHub Desktop.
Save reformatco/6607771 to your computer and use it in GitHub Desktop.

Revisions

  1. reformatco revised this gist Jan 14, 2015. 1 changed file with 67 additions and 51 deletions.
    118 changes: 67 additions & 51 deletions gistfile1.less
    Original file line number Diff line number Diff line change
    @@ -1,58 +1,74 @@
    .gform_wrapper {
    .validation_error {

    }
    .gform_body {
    .gform_fields {
    list-style-type:none;
    padding:0;
    margin:0;
    .gfield {

    .gfield_label {

    }
    .gfield_required {

    }
    .ginput_container {

    input, textarea {

    }
    }
    .validation_message {

    }
    }
    .gfield_error {
    .ginput_container {
    input, textarea {

    }
    }
    }
    .gfield_contains_required {

    }

    }

    .gform_body {

    }

    .gform_fields {
    list-style-type:none;
    padding:0;
    margin:0;
    }

    .gfield_label {

    }

    .gfield_required {

    }

    .ginput_container {

    input[type="text"], input[type="email"], textarea {

    }
    .gform_validation_container {
    // honey pot
    display:none;
    }

    .ginput_left {

    }

    .ginput_right {

    }

    .validation_message {

    }

    .gfield_error {
    .ginput_container {
    input[type="text"], input[type="email"], textarea {

    }
    }
    }
    .gform_footer {
    .gform_button {

    &:hover {

    }
    }

    .gfield_contains_required {

    }

    .gform_footer {

    }

    .gform_button {
    &:hover {

    }
    }
    }
    .gform_confirmation_wrapper {

    .gform_confirmation_message_1 {

    .validation_error {

    }
    }

    .gform_confirmation_wrapper {

    }

    .gform_confirmation_message_1 {

    }
  2. @BenPalmer BenPalmer revised this gist Sep 18, 2013. 1 changed file with 1 addition and 5 deletions.
    6 changes: 1 addition & 5 deletions gistfile1.less
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,6 @@
    .gform_wrapper {
    .validation_error {
    .proxima();
    color:#fff;
    background-color:@red;
    padding:5px;
    margin:1.5em 0;

    }
    .gform_body {
    .gform_fields {
  3. @BenPalmer BenPalmer created this gist Sep 18, 2013.
    62 changes: 62 additions & 0 deletions gistfile1.less
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,62 @@
    .gform_wrapper {
    .validation_error {
    .proxima();
    color:#fff;
    background-color:@red;
    padding:5px;
    margin:1.5em 0;
    }
    .gform_body {
    .gform_fields {
    list-style-type:none;
    padding:0;
    margin:0;
    .gfield {

    .gfield_label {

    }
    .gfield_required {

    }
    .ginput_container {

    input, textarea {

    }
    }
    .validation_message {

    }
    }
    .gfield_error {
    .ginput_container {
    input, textarea {

    }
    }
    }
    .gfield_contains_required {

    }
    }
    .gform_validation_container {
    // honey pot
    display:none;
    }
    }
    .gform_footer {
    .gform_button {

    &:hover {

    }
    }
    }
    }
    .gform_confirmation_wrapper {

    .gform_confirmation_message_1 {

    }
    }