Skip to content

Instantly share code, notes, and snippets.

@yellowberri-snippets
Last active September 25, 2020 19:21
Show Gist options
  • Save yellowberri-snippets/8045878 to your computer and use it in GitHub Desktop.
Save yellowberri-snippets/8045878 to your computer and use it in GitHub Desktop.

Revisions

  1. yellowberri-snippets revised this gist Dec 19, 2013. 1 changed file with 0 additions and 8 deletions.
    8 changes: 0 additions & 8 deletions CSS: Full Width Gravity Form
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,3 @@
    #contact-form {
    @extend %left-col;
    }

    .gform_wrapper {
    form .gform_body .ginput_complex input[type=text] {
    width:100% !important;
    @@ -11,8 +7,4 @@
    width:100% !important;
    @include box-sizing(border-box);
    }
    }

    #social-media {
    @extend %right-col;
    }
  2. yellowberri-snippets created this gist Dec 19, 2013.
    18 changes: 18 additions & 0 deletions CSS: Full Width Gravity Form
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    #contact-form {
    @extend %left-col;
    }

    .gform_wrapper {
    form .gform_body .ginput_complex input[type=text] {
    width:100% !important;
    }

    input, input[type=text], select, textarea {
    width:100% !important;
    @include box-sizing(border-box);
    }
    }

    #social-media {
    @extend %right-col;
    }