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

138 lines
1.9 KiB
SCSS
Raw Normal View History

@media (max-width: $screen-md-max) {
.deployments-container {
width: 100%;
overflow: auto;
}
}
2016-10-20 08:53:28 -04:00
.environments-list-loading {
width: 100%;
font-size: 34px;
}
2016-12-01 00:27:58 -05:00
@media (max-width: $screen-xs-max) {
2016-11-16 11:28:02 -05:00
.environments-container {
width: 100%;
overflow: auto;
}
}
.environments {
table-layout: fixed;
2016-11-21 19:21:19 -05:00
.environments-commit,
.environments-actions,
.environments-deploy,
.environments-build,
.environments-date {
position: static;
float: none;
display: table-cell;
}
.environments-name,
2016-11-21 19:21:19 -05:00
.environments-commit,
.environments-actions {
width: 20%;
}
.environments-date {
2016-11-21 19:24:44 -05:00
width: 10%;
}
.environments-deploy,
.environments-build {
width: 15%;
}
.environment-name,
.environments-build-cell,
.deployment-column {
word-break: break-all;
}
.deployment-column {
.avatar {
float: none;
}
}
2016-08-05 13:44:13 -04:00
.commit-title {
margin: 0;
}
2016-08-05 13:44:13 -04:00
2016-11-07 11:15:30 -05:00
.avatar-image-container {
text-decoration: none;
}
2016-08-25 17:15:44 -04:00
.icon-play {
height: 13px;
width: 12px;
2016-08-05 13:44:13 -04:00
}
.external-url,
2016-08-05 13:44:13 -04:00
.dropdown-new {
2016-12-30 15:18:27 -05:00
color: $gl-text-color-secondary;
2016-08-05 13:44:13 -04:00
}
.dropdown-menu {
.fa {
margin-right: 6px;
2016-12-30 15:18:27 -05:00
color: $gl-text-color-secondary;
2016-08-05 13:44:13 -04:00
}
}
2016-10-05 06:48:07 -04:00
.build-link,
.branch-name {
2016-12-30 15:18:27 -05:00
color: $gl-text-color;
}
2016-10-24 15:23:40 -04:00
2016-11-09 13:52:26 -05:00
.stop-env-link,
.external-url {
2016-12-30 15:18:27 -05:00
color: $gl-text-color-secondary;
2016-10-24 15:23:40 -04:00
2016-10-17 17:10:43 -04:00
.stop-env-icon {
font-size: 14px;
}
}
.deployment {
.build-column {
2016-10-24 15:23:40 -04:00
.build-link {
2016-12-30 15:18:27 -05:00
color: $gl-text-color;
}
2016-10-24 15:23:40 -04:00
.avatar {
float: none;
}
}
}
2016-10-25 09:55:57 -04:00
.children-row .environment-name {
2016-10-20 08:53:28 -04:00
margin-left: 17px;
margin-right: -17px;
}
2016-10-25 09:55:57 -04:00
2016-10-20 08:53:28 -04:00
.folder-icon {
padding: 0 5px 0 0;
}
2016-10-25 09:55:57 -04:00
2016-10-20 08:53:28 -04:00
.folder-name {
cursor: pointer;
}
}
2016-10-10 17:21:08 -04:00
.table.ci-table.environments {
.icon-container {
width: 20px;
text-align: center;
}
2016-10-10 17:21:08 -04:00
.branch-commit {
.commit-id {
2016-10-06 06:40:08 -04:00
margin-right: 0;
}
}
}