_sass/centos/mixins/_content.scss in jekyll-theme-centos-0.8.1 vs _sass/centos/mixins/_content.scss in jekyll-theme-centos-0.8.2

- old
+ new

@@ -59,9 +59,26 @@ } } } } + input[type=text], input[type=password], select, textarea { + @extend .form-control; + } + + input[type=checkbox], input[type=radio] { + @extend .form-check-input; + } + + input[type=file] { + @extend .form-control-file; + } + + input[type=submit] { + @extend .btn, .btn-primary; + margin: 15px; + } + .alert { .title { font-size: $h4-font-size; font-weight: $font-weight-bold; }