Minor fixes

This commit is contained in:
Dmitriy Zaporozhets 2012-04-10 20:06:17 +03:00
parent 627efddf63
commit 2587de74df
15 changed files with 146 additions and 62 deletions

View file

@ -35,6 +35,10 @@ a {
}
}
.neib {
margin-right:10px;
}
.alert-message {
@extend .alert;
@ -111,7 +115,9 @@ table {
background:$blue_link;
}
}
&.danger,
&.primary {
@extend .btn-primary;
}
&.btn-danger {
background:#DD4B39;
color:white;
@ -122,6 +128,9 @@ table {
background:#DD0000;
}
}
&.danger {
@extend .btn-danger;
}
&.small {
@extend .btn-small;