From 427690b236fe0f06d79c6b0349ffb90c57805d1d Mon Sep 17 00:00:00 2001 From: sboursen-scinote Date: Tue, 28 Feb 2023 12:39:59 +0100 Subject: [PATCH] Revert "Change the style of the header and footer borders [SCI-7904]" This reverts commit 1397b2b2e665eb997eb941c0551bdb547c00b941. revert styles --- app/assets/stylesheets/extend/bootstrap.scss | 26 +------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/app/assets/stylesheets/extend/bootstrap.scss b/app/assets/stylesheets/extend/bootstrap.scss index d80adf274..7399d889a 100644 --- a/app/assets/stylesheets/extend/bootstrap.scss +++ b/app/assets/stylesheets/extend/bootstrap.scss @@ -121,17 +121,7 @@ .modal-content { .modal-header { - position: relative; - padding: 16px; - border-bottom-color: transparent; - - &::after { - position: absolute; - bottom: 0; - left: 16px; - border-bottom: 1px solid $color-concrete; - width: calc(100% - 2*16px); - } + padding: 10px 15px; .modal-title { line-height: 25px; @@ -147,20 +137,6 @@ } } } - - .modal-footer { - position: relative; - padding: 16px; - border-top-color: transparent; - - &::after { - position: absolute; - top: 0; - left: 16px; - border-top: 1px solid $color-concrete; - width: calc(100% - 2*16px); - } - } }