0.0.247 add translate for words with letter А

This commit is contained in:
2023-11-21 18:29:02 +03:00
parent a2688c4a15
commit c660d8cb72
31 changed files with 250 additions and 182 deletions

View File

@@ -447,7 +447,7 @@
max-width: 290px;
}
.button_register>button{
width: 109%;
width: 100%;
}
#request_btn{
@@ -481,7 +481,7 @@
}
.inputs>div>input{
width: 96%;
width: 100%;
}
.agree>div:last-child{
@@ -1651,6 +1651,10 @@
line-height: 30px;
}
summary:before{
right: 10px;
}

View File

@@ -2607,6 +2607,7 @@
aspect-ratio: 4/3;
height: 225px;
object-fit: cover;
border-radius: 10px;
}
.cont_content_one_news{
@@ -2627,7 +2628,7 @@
width: 100%;
overflow-wrap: break-word;
font-weight: 600;
padding-bottom: 20px;
padding: 20px 0;
}
/* checkbox type transport*/

View File

@@ -329,6 +329,11 @@ footer>div {
.social_media_footer {
margin-top: 19px;
}
.social_media_footer>img {
margin-right: 10px;
}
@@ -837,7 +842,7 @@ section.register>form {
display: block;
/* Body text 3 */
height: 60px;
width: 105%;
width: 101%;
background: #FF613A;
color: #FFF;
/* Heading 5 */
@@ -2190,6 +2195,7 @@ button#more_button{
.button_container{
text-align: -webkit-center;
text-align: -moz-center;
width: 100%;
margin-top: 40px;
}
@@ -2621,8 +2627,8 @@ summary {
margin: 10px 0 10px 0px;
}
summary:before {
top: .4em;
right: .3em;
top: 10px;
right: 20px;
color: transparent;
background: url(/static/img/svg/icon_cross.svg) no-repeat 50% 50% / 1em 1em;
width: 1em;