Этот коммит содержится в:
2023-01-20 11:53:29 +05:30
родитель dccebdf249
Коммит cac18aed87
5 изменённых файлов: 131 добавлений и 5 удалений
+28
Просмотреть файл
@@ -12,6 +12,20 @@
font-size: 2rem;
}
.font-1_7{
font-size: 1.7rem;
}
.font-2{
font-size: 2.2rem;
}
.font-2_2{
font-size: 2.2rem;
}
.subtitle_1 {
font-size: 1.5rem;
}
@@ -31,6 +45,13 @@
padding-top: 14rem;
}
.p-6{
padding:5rem;
}
// heights
.vh_60{
@@ -48,3 +69,10 @@
.vh-15 {
height: 15vh;
}
// font weight
.fw-600{
font-weight: 600;
}
+26 -1
Просмотреть файл
@@ -16,4 +16,29 @@
.priceCut_multi{
font-size: .7rem;
}
.productOverview{
.overviewProductHeading{
font-size: 2.1rem;
}
.overviewProductFullTitle{
padding: 2rem 13rem;
font-size: 3rem;
}
.overviewProductDes{
padding: 0 2rem;
font-size: 1.5rem;
}
}
.PO_galleryContainer{
.PO_gallery_display{
min-height: 500px;
width: 100%;
background: rgb(255,255,255);
background: linear-gradient(180deg, white 7%, #ff8e9e4d 52%, #eb869478 100%);
}
}