gitlab-org--gitlab-foss/app/assets/stylesheets/pages/environments.scss

23 lines
244 B
SCSS
Raw Normal View History

.environments {
2016-08-05 13:44:13 -04:00
.commit-title {
margin: 0;
}
2016-08-05 13:44:13 -04:00
.fa-play {
font-size: 14px;
}
.dropdown-new {
color: $table-text-gray;
}
.dropdown-menu {
.fa {
margin-right: 6px;
color: $table-text-gray;
}
}
}