This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* mixin SASS input as in bootstrap */ | |
| // input style custom | |
| // пример: @include input($green,$black,$black,.5s); | |
| =input($bsh: transparentize(blue, 0.3), $bdc: gray, $pl: gray, $timetransit: 0.15s) | |
| display: inline-block | |
| height: 34px | |
| padding: 6px 12px | |
| font-size: 14px | |
| line-height: 1.42857143 | |
| color: #555 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="ru"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Шаблон типов полей форм</title> | |
| <meta name="description" content=""> |
OlderNewer