cart: enhacne desktop styles

This commit is contained in:
2025-11-26 21:18:18 +03:00
parent 88338514c3
commit 0ca8e11c83
4 changed files with 75 additions and 118 deletions

View File

@@ -113,17 +113,6 @@
MOBILE MEDIA QUERIES (≤ 768px)
=========================================== */
/* Mobile - Small screens */
@media (max-width: 480px) {
.homeContainer {
height: 100vh;
min-height: 100vh;
width: 100vw;
margin: 0;
padding: 0;
}
}
/* Mobile - General */
@media (max-width: 768px) {
.section {
@@ -140,15 +129,6 @@
}
}
/* Mobile - Landscape orientation */
@media (max-height: 500px) and (orientation: landscape) {
.homeContainer {
height: 100vh;
min-height: 100vh;
background-attachment: scroll;
}
}
/* Mobile - Services grid */
@media (max-width: 769px) {
.servicesGrid {
@@ -185,6 +165,14 @@
text-align: center;
}
.homeContainerContent {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 24px;
}
.logo {
width: 140px;
height: 140px;
@@ -308,13 +296,6 @@
DESKTOP MEDIA QUERIES (≥ 1025px)
=========================================== */
/* Large screens */
@media (min-width: 1200px) {
.homeContainer {
background-attachment: fixed;
}
}
/* Desktop */
@media (min-width: 1025px) {
.languageSwitch,
@@ -337,6 +318,15 @@
text-align: center;
}
.homeContainerContent {
margin: 6vh 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 24px;
}
.logo {
width: 120px;
height: 120px;
@@ -514,10 +504,18 @@
gap: 32px;
}
.homeContainerContent {
margin: 12vh 0 !important;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 0px;
}
.logo {
width: 140px;
height: 140px;
margin: 0 auto 24px;
border-radius: 24px !important;
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
border: 4px solid rgba(255, 255, 255, 0.95);
@@ -799,14 +797,6 @@
color: #ffffff;
}
:global(.darkApp) .homeContainer h1,
:global(.darkApp) .homeContainer h2,
:global(.darkApp) .homeContainer h3,
:global(.darkApp) .homeContainer h4,
:global(.darkApp) .homeContainer h5,
:global(.darkApp) .homeContainer h6 {
color: #ffffff;
}
:global(.darkApp) .homeContainer p,
:global(.darkApp) .homeContainer span {
@@ -815,7 +805,7 @@
:global(.darkApp) .homeServiceCard {
background-color: rgba(255, 183, 0, 0.12) !important;
border-color: #363636 !important;
border-color: var(--border) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.4);
}