debian-mirror-gitlab/app/assets/stylesheets/pages/error_list.scss

35 lines
552 B
SCSS
Raw Normal View History

2020-03-13 15:44:24 +05:30
.error-list {
.sort-control {
.btn {
padding-right: 2rem;
}
.gl-dropdown-caret {
position: absolute;
right: 0.5rem;
top: 0.5rem;
}
}
2020-04-22 19:07:51 +05:30
@include media-breakpoint-down(sm) {
2020-04-08 14:13:33 +05:30
.error-list-table {
.table-col {
min-height: 68px;
&:last-child {
2020-05-24 23:13:21 +05:30
background-color: $gray-10;
2020-04-22 19:07:51 +05:30
2020-04-08 14:13:33 +05:30
&::before {
content: none !important;
}
2020-03-13 15:44:24 +05:30
2020-04-08 14:13:33 +05:30
div {
width: 100% !important;
padding: 0 !important;
2020-03-13 15:44:24 +05:30
}
}
}
}
}
}