From 4ecd7fe3de5876166b029cc9ec0bbddee67b1cf2 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Fri, 7 Dec 2018 09:43:07 -0300 Subject: [PATCH] correccion linea, bajo modal --- src/sass/_bootstrap.scss | 13 ++++++++++++- src/sass/general.scss | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/sass/_bootstrap.scss b/src/sass/_bootstrap.scss index eef6000..c4c874a 100644 --- a/src/sass/_bootstrap.scss +++ b/src/sass/_bootstrap.scss @@ -26,13 +26,24 @@ width:44px; } .modal-content { + .modal-header{ + display: block + } @media (max-width: 576px) { height: auto; height: 100%; border-radius: 0; } } -.modal-dialog { +.modal.show .modal-dialog { + @media (min-width: 1201px){ + -webkit-transform: translate(0, 70px); + transform: translate(0, 70px); + } + @media (min-width: 576px) { + -webkit-transform: translate(0, 90px); + transform: translate(0, 90px); + } @media (max-width: 576px) { width: 100%; height: 100%; diff --git a/src/sass/general.scss b/src/sass/general.scss index 2d599ff..6ae7753 100644 --- a/src/sass/general.scss +++ b/src/sass/general.scss @@ -23,4 +23,4 @@ input[type='number'] { input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; -} \ No newline at end of file +} -- 1.9.1