_mixins.scss
9 years ago
_variables.scss
8 years ago
alerts.scss
9 years ago
donation-history.scss
8 years ago
float-labels.scss
8 years ago
fonts.scss
9 years ago
forms.scss
8 years ago
give-frontend.scss
8 years ago
layouts.scss
10 years ago
modal.scss
8 years ago
progress-bar.scss
10 years ago
receipt.scss
9 years ago
tables.scss
10 years ago
theme-compatibility.scss
8 years ago
float-labels.scss
58 lines
| 1 | #{fl(parent)}.#{fl(prefix)}form.#{fl(prefix)}style-give { |
| 2 | |
| 3 | input.#{fl(prefix)}input, |
| 4 | select.#{fl(prefix)}select, |
| 5 | textarea.#{fl(prefix)}textarea { |
| 6 | line-height: inherit; |
| 7 | padding: 12px; |
| 8 | background-color: #FFF; |
| 9 | } |
| 10 | |
| 11 | input.#{fl(prefix)}input[type="text"]="text""], |
| 12 | input.#{fl(prefix)}input[type="email"]="email""], |
| 13 | input.#{fl(prefix)}input[type="password"]="password""], |
| 14 | input.#{fl(prefix)}input[type="search"]="search""], |
| 15 | input.#{fl(prefix)}input[type="email"]="email""], |
| 16 | input.#{fl(prefix)}input[type="tel"]="tel""], |
| 17 | input.#{fl(prefix)}input[type="url"]="url""], |
| 18 | input.#{fl(prefix)}input[type="number"]="number""] { |
| 19 | height: auto; |
| 20 | min-height: 50px; |
| 21 | } |
| 22 | |
| 23 | select.#{fl(prefix)}select { |
| 24 | line-height: inherit; |
| 25 | } |
| 26 | |
| 27 | .#{fl(prefix)}is-active input.#{fl(prefix)}input, |
| 28 | .#{fl(prefix)}is-active select.#{fl(prefix)}select, |
| 29 | .#{fl(prefix)}is-active textarea.#{fl(prefix)}textarea { |
| 30 | padding: 20px 12px 4px; |
| 31 | transition: padding fl(transition-speed) fl(transition-easing), |
| 32 | border fl(transition-speed) fl(transition-easing); |
| 33 | } |
| 34 | label.#{fl(prefix)}label { |
| 35 | top: fl(border-width); |
| 36 | left: 13px; |
| 37 | right: 0; |
| 38 | padding: 6px 0 0; |
| 39 | } |
| 40 | .#{fl(prefix)}is-required:before { |
| 41 | padding-top: 12px; |
| 42 | } |
| 43 | label.#{fl(prefix)}label .give-required-indicator { |
| 44 | display: none; |
| 45 | } |
| 46 | label.#{fl(prefix)}label .give-tooltip { |
| 47 | position: absolute; |
| 48 | top: 0; |
| 49 | width: 100%; |
| 50 | height: 100%; |
| 51 | margin: 0; |
| 52 | z-index: 1; |
| 53 | &::before { |
| 54 | content: unset; |
| 55 | } |
| 56 | } |
| 57 | } |
| 58 |