From c0f0a956a1def725feb1b821e5507183b435262b Mon Sep 17 00:00:00 2001 From: Maksim Zakharov Date: Fri, 5 Aug 2022 15:09:44 +0300 Subject: revert commit add full tables --- src/assets/styles/bmc/_sila/_tables.scss | 35 -------------------------------- 1 file changed, 35 deletions(-) (limited to 'src/assets/styles/bmc/_sila/_tables.scss') diff --git a/src/assets/styles/bmc/_sila/_tables.scss b/src/assets/styles/bmc/_sila/_tables.scss index bddb4d1d..1a1e5eba 100644 --- a/src/assets/styles/bmc/_sila/_tables.scss +++ b/src/assets/styles/bmc/_sila/_tables.scss @@ -267,41 +267,6 @@ } } -.table-full { - border-left: none; - border-right: none; - border-radius: 0; - border-top: 1px solid $gray-30; - - thead th { - border-bottom: 1px solid $gray-30; - border: none; - &:first-child { - border-radius: 0; - } - &:last-child { - border-radius: 0; - } - } -} - -.full-table-container { - & > [class*="table-responsive-"] { - overflow: auto; - width: calc(100vw - 280px); - margin-left: -1.97rem; - margin-right: -1.95rem; - border-radius: 0; - @include media-breakpoint-down(lg) { - margin-left: -2.2rem; - } - @include media-breakpoint-down(md) { - margin-left: -1.2rem; - width: 100vw; - } - } -} - .item-color { display: inline-block; width: 8px; -- cgit v1.2.3