Include forms in registrant CSS

This commit is contained in:
Artur Beljajev 2018-01-11 17:12:00 +02:00
parent 8744445cd2
commit 3ab2df06ee
2 changed files with 5 additions and 0 deletions

View file

@ -5,3 +5,7 @@ input[type=number]::-webkit-inner-spin-button {
input[type=number] {
-moz-appearance: textfield;
}
.search-form .actions {
padding-top: 25px;
}

View file

@ -5,6 +5,7 @@
//= require 'select2-bootstrap'
@import shared/fonts
@import shared/general
@import forms
@import nprogress
@import nprogress-bootstrap
@import typeaheadjs