diff --git a/app/assets/stylesheets/common/base/modal.scss b/app/assets/stylesheets/common/base/modal.scss index d1fd8fbb41..09b81cea1b 100644 --- a/app/assets/stylesheets/common/base/modal.scss +++ b/app/assets/stylesheets/common/base/modal.scss @@ -16,6 +16,10 @@ color: dark-light-diff($secondary, $primary, 30%, -35%); } +.modal-header { + border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%); +} + .modal-backdrop { position: fixed; top: 0; diff --git a/app/assets/stylesheets/desktop/modal.scss b/app/assets/stylesheets/desktop/modal.scss index cf4902e5af..e35b93fa11 100644 --- a/app/assets/stylesheets/desktop/modal.scss +++ b/app/assets/stylesheets/desktop/modal.scss @@ -47,7 +47,6 @@ } .modal-header { - border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%); h3 { font-size: 1.429em; padding: 10px 15px 7px;