impress/app/assets/stylesheets/pets/_bulk.sass

64 lines
1.4 KiB
Sass
Raw Normal View History

@import "../partials/clean/constants"
@import "../partials/clean/mixins"
2010-11-05 17:09:03 -07:00
body.pets-bulk
#bulk-pets-form
text-align: center
2012-08-06 18:15:31 -07:00
margin-top: 12px
padding-top: 12px
2010-11-05 17:09:03 -07:00
textarea
+inline-block
// NOTE: This was previously `@extend input[type=text]`,
// I copied it in from _layout.sass!
border-radius: 3px
background: #fff
border: 1px solid $input-border-color
color: $text-color + #444444
padding: .25em
&:focus, &:active
color: inherit
2010-11-05 17:09:03 -07:00
display: inline
font: inherit
height: 1.5em
overflow: hidden
resize: none
ul
list-style: none
2012-08-06 18:15:31 -07:00
margin-top: 1em
2010-11-05 17:09:03 -07:00
li
+inline-block
background: #eee
margin: 0 auto
min-width: 25%
text-align: left
2012-12-30 13:02:57 -08:00
.waiting-message, .loading-message, .response
display: none
font:
size: 75%
style: italic
margin-left: 75px
&.waiting .waiting-message, &.loading .loading-message, &.loaded .response, &.failed .response
display: block
2010-11-05 17:09:03 -07:00
&.loaded
background: $notice-bg-color
&.failed
background: $error-bg-color
img
float: left
height: 50px
width: 50px
margin-right: 1em
vertical-align: middle
2010-11-05 17:09:03 -07:00
&.js
.noscript
display: none
.script-only
display: block
.script-only
display: none