0.0.141 routes

This commit is contained in:
SBD
2025-02-02 21:38:03 +03:00
parent 293b7c9f6f
commit 9e3888bccf
7 changed files with 119 additions and 5 deletions

View File

@@ -14,6 +14,44 @@
z-index: 10000000;
@media (max-width: 725px) {
--modal-width: calc(100% - 20px);
--modal-padding: 15px 15px 20px 10px;
.modal_description{
width: 100%!important;
}
} @media (max-height: 512px) {
.modal_description{
width: 100%;
}
--modal-height: calc(100% - 20px);
}
@media (max-width: 500px) {
.modal_title{
font-size: 26px!important;
}
.modal_description{
font-size: 18px!important;
}
}
@media (max-width: 360px) {
.modal_title{
font-size: 24px!important;
}
.modal_description{
font-size: 16px!important;
}
.primary_btn{
--padding: 7.5px 0;
--font-size: 14px;
--font-weight: 400;
}
.registr_btn{
font-size: 14px!important;
font-weight: 400!important;
}
}
.b_login_modal_container_content{
position: fixed;
background: #FFFFFF;
@@ -87,5 +125,7 @@
font-size: 18px;
font-weight: 600;
color: #27242499;
text-decoration: none;
display: block;
}
}