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

50 lines
726 B
SCSS
Raw Normal View History

2019-12-26 22:10:19 +05:30
.error-details {
li {
@include gl-line-height-32;
}
2020-03-13 15:44:24 +05:30
.btn-outline-info {
color: $blue-500;
border-color: $blue-500;
}
2020-04-08 14:13:33 +05:30
.error-details-header {
border-bottom: 1px solid $border-color;
@include media-breakpoint-down(xs) {
flex-flow: column;
.error-details-meta-culprit {
display: flex;
}
.error-details-options {
width: 100%;
.dropdown-toggle {
text-align: center;
}
}
}
}
2019-12-26 22:10:19 +05:30
}
.stacktrace {
.file-title {
svg {
vertical-align: middle;
top: -1px;
}
}
2020-01-01 13:55:28 +05:30
.file-title-name {
&.limited-width {
max-width: 80%;
}
}
2019-12-26 22:10:19 +05:30
.line_content.old::before {
content: none !important;
}
}