bootstrap 2 integration complete.

This commit is contained in:
Dmitriy Zaporozhets 2012-04-10 20:50:27 +03:00
parent 2587de74df
commit 8f22834c4e
3 changed files with 3 additions and 13 deletions

View file

@ -118,16 +118,6 @@ table {
&.primary {
@extend .btn-primary;
}
&.btn-danger {
background:#DD4B39;
color:white;
border-color:#990000;
text-shadow:0 0 1px #111;
&:hover {
color:white;
background:#DD0000;
}
}
&.danger {
@extend .btn-danger;
}