general updates

This commit is contained in:
2025-12-30 03:35:14 +03:00
parent dd11665743
commit e8c4bc909c
12 changed files with 124 additions and 53 deletions

View File

@@ -4,8 +4,13 @@
}
.itemDescription {
font-size: 14px !important;
transition: color 0.3s ease;
font-family: Roboto;
font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 120%;
letter-spacing: 0%;
color: #707070;
}
.cover {
@@ -533,9 +538,13 @@
}
.restaurantTitle {
font-size: 24px !important;
font-weight: bold;
margin-bottom: 0px !important;
font-family: Roboto;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;
line-height: 120%;
letter-spacing: 0%;
color: #070707;
}
.restaurantDescription {
@@ -558,16 +567,26 @@
.ratingScore {
position: relative;
top: 3px;
font-size: 12px;
top:6px;
font-family: Roboto;
font-weight: 600;
font-style: SemiBold;
font-size: 10px;
line-height: 100%;
letter-spacing: 0%;
color: #333333;
}
.ratingCount {
position: relative;
top: 3px;
font-size: 12px;
color: #666;
top: 6px;
font-family: Roboto;
font-weight: 400;
font-style: Regular;
font-size: 10px;
line-height: 100%;
letter-spacing: 0%;
color: #506fd7;
}
.searchButtonContainer {