GithubHelp home page GithubHelp logo

gravity-forms-sass's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gravity-forms-sass's Issues

Remove transition on textarea

$input-transition: all .3s ease-in-out; gets applied to the textarea element, which causes a delay in the element if its resizable.

Setting resize: none on the element would solve this issue and keep the transition

Add placeholder color option

This is the code that was generated by bourbon for their placeholder mixin.

::-webkit-input-placeholder{color:peachpuff}
::-moz-placeholder{color:peachpuff}
:-moz-placeholder{color:peachpuff}
:-ms-input-placeholder{color:peachpuff}

Remove transition on textarea

$input-transition: all .3s ease-in-out; gets applied to the textarea element, which causes a delay in the element if its resizable.

Setting resize: none on the element would solve this issue and keep the transition

Example Form Export File

Hi, could you provide the XML to import your form example (visual overview), I would like to use it to make some tests with the .scss also.

Add more font option variables

Just started using this and its great! Had to put in a variable for $form-text-transform: uppercase; to apply it to the inputs.

Thanks

Create develop branch

I'm currently pulling in the .scss files from this repo via Bower, so it would be great if development could follow the git-flow approach, where the develop branch was selected as the main branch (See repo Settings), and was the active recipient for PRs, and master was kept as a clean branch against which Bower could pull against, until such time as the repo was mature enough to do versioned releases and tags.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.