Merge remote-tracking branch 'origin/main'

This commit is contained in:
SBD
2024-01-09 22:01:13 +03:00
23 changed files with 407 additions and 34 deletions

View File

@@ -773,6 +773,20 @@ span.btn_profile_name {
display: block;
}
#create_route{
border-radius: 10px;
color: #FFFFFF;
background: #FF613A;
/*height: 60px;*/
font-size: 18px;
font-weight: 500;
width: 100%;
margin-top: 10px;
display: inline-block;
padding: 15px 0px;
}
/* Change color of dropdown links on hover */
.dropdown-content-lang a:hover {background-color: #f1f1f1}
@@ -2056,6 +2070,26 @@ button.cancel_remove.show, button.confirm_remove.show{
/*Static_pages*/
.not_found_wrap{
padding-top: 20px;
}
.not_found_text{
text-align: center;
font-style: normal;
font-weight: 700;
line-height: 52px;
margin-bottom: 20px;
}
.not_found_title{
font-size: 60px;
}
.not_found_sub_title{
font-size: 26px;
}
#title_static{
text-align: center;
font-size: 44px;