// Place all the styles related to the agents controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
.thumbnails.mission-list {
margin-top: 20px;
}
.agent-box-header { height: 120px; }
.thumbnails > li.mission-agent-thumb { margin-bottom: 45px;}
.mission-agent-thumb .task-icon i { margin-left: 5px;}
|