mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Include forms in registrant CSS
This commit is contained in:
parent
8744445cd2
commit
3ab2df06ee
2 changed files with 5 additions and 0 deletions
|
@ -5,3 +5,7 @@ input[type=number]::-webkit-inner-spin-button {
|
||||||
input[type=number] {
|
input[type=number] {
|
||||||
-moz-appearance: textfield;
|
-moz-appearance: textfield;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.search-form .actions {
|
||||||
|
padding-top: 25px;
|
||||||
|
}
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
//= require 'select2-bootstrap'
|
//= require 'select2-bootstrap'
|
||||||
@import shared/fonts
|
@import shared/fonts
|
||||||
@import shared/general
|
@import shared/general
|
||||||
|
@import forms
|
||||||
@import nprogress
|
@import nprogress
|
||||||
@import nprogress-bootstrap
|
@import nprogress-bootstrap
|
||||||
@import typeaheadjs
|
@import typeaheadjs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue