Skip to content

Instantly share code, notes, and snippets.

@Scretch-1
Scretch-1 / input Bootstrap
Last active June 28, 2017 05:15
Поле ввода input как в бутстрапе (миксин SASS)
/* 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
@Scretch-1
Scretch-1 / forms-template.html
Last active June 24, 2017 11:08
Все типы полей для форм и их атрибуты (HTML5)
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Шаблон типов полей форм</title>
<meta name="description" content="">