mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +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] {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
.search-form .actions {
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
//= require 'select2-bootstrap'
|
||||
@import shared/fonts
|
||||
@import shared/general
|
||||
@import forms
|
||||
@import nprogress
|
||||
@import nprogress-bootstrap
|
||||
@import typeaheadjs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue