| 1234567891011121314151617181920212223242526 |
- .grid__actions__ a{
- margin-left: 10px;
- }
- .grid__actions__{
- min-width: 100px;
- max-width: 300px;
- }
- .label-success{
- background-color: #5cb85c;
- }
- .label-danger{
- background-color: #d9534f;
- }
- .label-warning{
- background-color: #f0ad4e;
- }
- .label-info{
- background-color: #5bc0de;
- }
- .label-default{
- background-color: #777;
- }
- .label{
- }
|