woodpecker/server/app/styles/general/forms.less
Brad Rydzewski 83577a7d5d removed css files. designers will be providing
removed amber files. replacing with angular
removed queue package in favor or worker package
removed channel package in favor of pubsub package
2014-06-21 14:22:38 -07:00

36 lines
No EOL
542 B
Text

.pure-form input {
}
.pure-controls {
}
.pure-controls .pure-button-primary {
border-radius:0px;
background:#5bc0de;
border:1px solid #5bc0de;
color:#FFF;
min-width:100px;
font-size:14px;
margin-right:10px;
}
.pure-controls .pure-button-secondary {
border-radius:0px;
background:none;
border:1px solid #5bc0de;
color:#5bc0de;
min-width:100px;
font-size:14px;
}
.pure-form textarea {
border:1px solid #EEE;
box-shadow:none;
border-radius:0px;
color:#777;
font-family:@font-family-mono;
min-height:70px;
height:auto;
}