@@ -38,24 +38,24 @@ } } -.blocked { - display: flex; - align-items: center; - justify-content: center; - background-color: white; - border-radius: 100px; - padding-right: 20px; - padding: 8px 12px; - width: max-content; - - span { - color: #ff2372; - font-weight: 500; - padding-left: 10px; - font-size: 14px; - width: max-content; - } -} +// .blocked { +// display: flex; +// align-items: center; +// justify-content: center; +// background-color: white; +// border-radius: 100px; +// padding-right: 20px; +// padding: 8px 12px; +// width: max-content; + +// span { +// color: #ff2372; +// font-weight: 500; +// padding-left: 10px; +// font-size: 14px; +// width: max-content; +// } +// } .icon { } @@ -121,25 +121,26 @@ } .blocked { + height: 100%; display: flex; align-items: center; justify-content: center; background-color: #c32528; - // padding-right: 20px; padding: 8px 15px; gap: 5px; position: absolute; + left: 0; width: 100%; - border-radius: 15px 15px 0px 0px; - top: -23px; + border-radius: 15px; + top: 0; @media screen and (max-width: 768px) { top: unset; - bottom: -22px; + // bottom: -22px; z-index: 1; - border-radius: 0px 0px 15px 15px; + border-radius: 15px; } &__text { @@ -6,11 +6,11 @@ gap: 5px; position: absolute; left: 0; - // display: none; - display: flex; - bottom: -21px; + display: flex; + top: 0; + height: 100%; width: 100%; - border-radius: 0px 0px 15px 15px; + border-radius: 15px; // @media screen and (max-width: 768px) { // top: -30px;