Sha256: e867312d3ce703dbe8ccbd30cfe95452980b259781d49fe4e04ce39acdc9244b

Contents?: true

Size: 310 Bytes

Versions: 13

Compression:

Stored size: 310 Bytes

Contents

// - - - - - - - - - - - - - - - - - - - - - - - - -
// Form Groups
// - - - - - - - - - - - - - - - - - - - - - - - - -

@mixin CHAMELEON-forms-fieldset {
  .fieldset {
    overflow: auto;
    border: 0;
    padding: 0;
    margin: 0;

    input,
    button {
      float: left;
      width: auto;
    }
  }
}

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
pusher-chameleon-1.4.3 stylesheets/forms/_fieldset.scss
pusher-chameleon-1.4.2 stylesheets/forms/_fieldset.scss
pusher-chameleon-1.4.1 stylesheets/forms/_fieldset.scss
pusher-chameleon-1.4.0 stylesheets/forms/_fieldset.scss
pusher-chameleon-1.3.0 stylesheets/forms/_fieldset.scss
pusher-chameleon-1.2.1 stylesheets/forms/_fieldset.scss
pusher-chameleon-1.2.0 stylesheets/forms/_fieldset.scss
pusher-chameleon-1.1.0 stylesheets/forms/_fieldset.scss
pusher-chameleon-1.0.4 stylesheets/forms/_fieldset.scss
pusher-chameleon-1.0.3 stylesheets/forms/_fieldset.scss
pusher_chameleon-1.0.3 stylesheets/forms/_fieldset.scss
pusher_chameleon-1.0.2 stylesheets/forms/_fieldset.scss
pusher_chameleon-1.0.0 stylesheets/forms/_fieldset.scss