MR -> remove source branch -> UI pollished
This commit is contained in:
parent
d6ed9920d6
commit
2d68e7f4cd
3 changed files with 67 additions and 14 deletions
|
@ -127,6 +127,18 @@ table {
|
|||
@extend .btn-primary;
|
||||
}
|
||||
|
||||
&.success {
|
||||
color: #fff;
|
||||
text-shadow: 0 0 1px #111;
|
||||
background: #5bb75b;;
|
||||
font-weight: bold;
|
||||
|
||||
&:hover {
|
||||
background-color: #51a351;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
&.danger,
|
||||
&.btn-danger {
|
||||
color:#fff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue