Minor fixes
This commit is contained in:
parent
627efddf63
commit
2587de74df
15 changed files with 146 additions and 62 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue