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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-12 12:08:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-12 12:08:38 +0300
commit5abf26a68f1b5a61d601bf58d8215f1e92809b21 (patch)
tree702c693eba41eea6564f32f39c109f18e07de497 /app/assets/stylesheets/pages/error_details.scss
parenta1e664d4cc1edc8e5d6bd4a838e5e6a7426cc0f6 (diff)
Add latest changes from gitlab-org/gitlab@master
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;
- }
-}