summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/error_list.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/error_list.scss')
-rw-r--r--app/assets/stylesheets/pages/error_list.scss34
1 files changed, 0 insertions, 34 deletions
diff --git a/app/assets/stylesheets/pages/error_list.scss b/app/assets/stylesheets/pages/error_list.scss
deleted file mode 100644
index 3ec3e4f6b43..00000000000
--- a/app/assets/stylesheets/pages/error_list.scss
+++ /dev/null
@@ -1,34 +0,0 @@
-.error-list {
- .sort-control {
- .btn {
- padding-right: 2rem;
- }
-
- .gl-dropdown-caret {
- position: absolute;
- right: 0.5rem;
- top: 0.5rem;
- }
- }
-
- @include media-breakpoint-down(sm) {
- .error-list-table {
- .table-col {
- min-height: 68px;
-
- &:last-child {
- background-color: $gray-10;
-
- &::before {
- content: none !important;
- }
-
- div {
- width: 100% !important;
- padding: 0 !important;
- }
- }
- }
- }
- }
-}