fox уведомлений, сделал по центру
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -225,7 +225,7 @@
|
||||
</header>
|
||||
|
||||
<div class="modal active">
|
||||
<div class="modal-form modal-form--white modal-form--width-584">
|
||||
<div class="modal-form modal__notification modal-form--white modal-form--width-584">
|
||||
<button class="modal-form__close"></button>
|
||||
|
||||
<p class="modal-form__title modal-form__text--center-pc modal-form__title--green-gradient">Ваш заказ оформлен</p>
|
||||
|
||||
@@ -225,7 +225,7 @@
|
||||
</header>
|
||||
|
||||
<div class="modal active">
|
||||
<div class="modal-form modal-form--green-gradient modal-form--width-584">
|
||||
<div class="modal-form modal__notification modal-form--green-gradient modal-form--width-584">
|
||||
<button class="modal-form__close modal-form__close--white"></button>
|
||||
|
||||
<p class="modal-form__title modal-form__title--white">Подписка на корм</p>
|
||||
@@ -237,7 +237,10 @@
|
||||
</div>
|
||||
|
||||
<div class="modal-form__element modal-form__element--top-40">
|
||||
<button class="button button--white button--100-perc open-overlay button--high">
|
||||
<button class="button form__button-pc button--white button--100-perc open-overlay button--high">
|
||||
Хочу попробовать первым!
|
||||
</button>
|
||||
<button class="button form__button-mobile button--white button--100-perc open-overlay button--high">
|
||||
Хочу быть первым!
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user