Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/error_details.scss')
-rw-r--r--app/assets/stylesheets/pages/error_details.scss49
1 files changed, 0 insertions, 49 deletions
diff --git a/app/assets/stylesheets/pages/error_details.scss b/app/assets/stylesheets/pages/error_details.scss
deleted file mode 100644
index 78cac12d6be..00000000000
--- a/app/assets/stylesheets/pages/error_details.scss
+++ /dev/null
@@ -1,49 +0,0 @@
-.error-details {
- li {
- @include gl-line-height-32;
- }
-
- .btn-outline-info {
- color: $blue-500;
- border-color: $blue-500;
- }
-
- .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;
- }
- }
- }
- }
-}
-
-.stacktrace {
- .file-title {
- svg {
- vertical-align: middle;
- top: -1px;
- }
- }
-
- .file-title-name {
- &.limited-width {
- max-width: 80%;
- }
- }
-
- .line_content.old::before {
- content: none !important;
- }
-}