Current Directory: /home/astoriaah/www/old15/templates/client/less/style
Viewing File: /home/astoriaah/www/old15/templates/client/less/style/buttons.less
.btn {
.transition();
.btn();
}
.btn-mini {
padding:4px
}
.btn-success {
background:@brand-success !important;
border:1px solid darken(@brand-success, 4%) !important
}
.btn-primary {
background:@btn-primary-bg !important;
border:1px solid darken(@btn-primary-bg, 4%) !important
}
.btn-danger {
background:@btn-danger-bg !important;
border:1px solid darken(@btn-danger-bg, 4%) !important
}
.btn-warning {
background:@btn-warning-bg !important;
border:1px solid darken(@btn-warning-bg, 4%) !important
}
.btn-info {
background:@btn-info-bg !important;
border:1px solid darken(@btn-info-bg, 4%) !important
}