bug fixes & bootstrap buttons

This commit is contained in:
Dmitriy Zaporozhets 2012-04-11 23:32:45 +03:00
parent b7558a2063
commit e7add858cf
5 changed files with 18 additions and 5 deletions

View file

@ -118,6 +118,19 @@ table {
&.primary {
@extend .btn-primary;
}
&.danger,
&.btn-danger {
color:#fff;
background: #DA4E49;
border-color: #BD362F;
&:hover {
color:#fff;
background: #EE4E49;
}
}
&.danger {
@extend .btn-danger;
}