diff --git a/src/blocks/modal.css b/src/blocks/modal.css index 68b1e83..37c60e1 100644 --- a/src/blocks/modal.css +++ b/src/blocks/modal.css @@ -31,6 +31,20 @@ z-index: 10; } +.modal__container-confirm { + position: absolute; + width: 430px; + height: 181px; + left: 50%; + top: 50%; + border-radius: 10px; + background-color: white; + margin-left: -215px; + margin-top: -165px; + font-family: Inter, Arial, sans-serif; + z-index: 10; +} + .modal__container-avatar { position: absolute; width: 430px; @@ -99,6 +113,9 @@ line-height: 1.2; cursor: pointer; transition: opacity ease-in-out .3s; } +.modal__button-confirm { + margin: 10px auto auto 36px; +} .modal__button:hover:not(:disabled) { opacity: 80%; diff --git a/src/index.html b/src/index.html index a15e85b..9ec9836 100644 --- a/src/index.html +++ b/src/index.html @@ -111,7 +111,7 @@