mirror of
https://github.com/internetee/registry.git
synced 2025-05-21 19:59:38 +02:00
67 lines
1 KiB
Sass
67 lines
1 KiB
Sass
body > .container
|
|
min-height: 800px
|
|
|
|
.error-tab > a
|
|
color: #a94442 !important
|
|
|
|
.edit-highlight
|
|
background-color: #E7E7E7
|
|
|
|
.navbar-brand
|
|
line-height: 12px
|
|
padding-top: 20px
|
|
padding-bottom: 5px
|
|
|
|
.navbar-brand small
|
|
display: block
|
|
font-size: 10px
|
|
|
|
.footer
|
|
color: #777
|
|
padding-top: 15px
|
|
font-size: 10px
|
|
|
|
.nowrap
|
|
white-space: nowrap
|
|
|
|
.form-signin
|
|
max-width: 330px
|
|
padding: 15px
|
|
margin: 0 auto
|
|
input
|
|
margin-bottom: 10px
|
|
|
|
.form-signin .form-control
|
|
position: relative
|
|
height: auto
|
|
-webkit-box-sizing: border-box
|
|
-moz-box-sizing: border-box
|
|
box-sizing: border-box
|
|
padding: 10px
|
|
font-size: 16px
|
|
|
|
.no-border
|
|
border: 0px !important
|
|
|
|
.errors
|
|
color: #A94442
|
|
|
|
// vertical allign with other fields
|
|
.typeahead
|
|
margin-left: 5px
|
|
|
|
// fix medium screen size label position
|
|
@media (min-width: 768px) and (max-width: 991px)
|
|
.control-label
|
|
text-align: left !important
|
|
|
|
.text-grey
|
|
color: grey
|
|
|
|
.partially-hidden
|
|
border: 1px solid #dddddd
|
|
padding-left: 4px
|
|
padding-right: 4px
|
|
|
|
.disabled-value
|
|
padding-top: 8px
|