kaiwa/public/css/app/forms.styl

68 lines
1.3 KiB
Stylus
Raw Normal View History

2013-09-18 13:45:40 -04:00
// Forms and Buttons
2013-10-23 08:16:27 -04:00
input[type=text], input[type=email], input[type=search], input[type=password], textarea, .main .status
-webkit-appearance: none
roundall(3px)
padding: 0 10px
background-color: white
border: 1px solid $grayOutline
2013-09-19 14:37:01 -04:00
font-size: $fontSmall
color: $baseText
borderbox()
gotham()
-webkit-font-smoothing: antialiased
-webkit-appearance: none
transition: border .2s ease-in 0
-webkit-transition: border .2s ease-in 0
-moz-transition: border .2s ease-in 0
2013-10-23 08:16:27 -04:00
input[type=text], input[type=email], input[type=search], input[type=password], .main .status
height: 35px
textarea
resize: none
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
.main .status:focus
outline: none
border: 1px solid lighten($activeBlue, 50%)
label
display: block
margin-bottom: 5px
font-size: 13px
font-weight: bold
color: $baseText
2013-09-19 14:37:01 -04:00
a.button
line-height: 35px
button, a.button
display: inline-block
2013-09-19 07:29:42 -04:00
gotham()
roundall(3px)
border: none
height: 35px
min-width: 80px
padding: 0 1em
color: white
background: $activeBlue
2013-09-23 04:37:02 -04:00
font-size: $fontSmall
font-weight: bold
text-decoration: none
text-align: center
cursor: pointer
&:focus
outline: none
&:hover
background: darken($activeBlue, 30%)
2013-10-23 08:29:45 -04:00
.installFirefox, .addContact
margin-left: 5px