diff --git a/assets/css/gp-style-core.css b/assets/css/gp-style-core.css index 73a78dc..ddaeec6 100644 --- a/assets/css/gp-style-core.css +++ b/assets/css/gp-style-core.css @@ -1382,9 +1382,9 @@ button{ transition: opacity .2s ease-out; pointer-events: none; - /* display: flex; + display: flex; justify-content: center; - align-items: center; */ + align-items: center; overflow-y: auto; } @@ -1392,6 +1392,10 @@ button{ opacity: 1; pointer-events: auto; } +.modal__notification{} +.form__button-mobile{ + display: none; +} .modal__aside{ position: fixed; top: 0; diff --git a/assets/css/gp-style-tablet.css b/assets/css/gp-style-tablet.css index 9462f63..796e573 100644 --- a/assets/css/gp-style-tablet.css +++ b/assets/css/gp-style-tablet.css @@ -108,12 +108,21 @@ main{ .modal__text{ padding-right: 0; } +.form__button-pc{ + display: none; +} +.form__button-mobile{ + display: block; +} .modal-form{ - min-height: 100%; + /* min-height: 100%; width: 100%; border-radius: 0; - border: none; + border: none; */ +} +.modal__notification{ + margin: 24px; } .form-input-phone__list{ left: 0; diff --git a/notification-decorated.html b/notification-decorated.html index 183469b..988c0c7 100644 --- a/notification-decorated.html +++ b/notification-decorated.html @@ -225,7 +225,7 @@