- Add 40+ new UI components including chat modules, discovery cards, photo galleries, FAQ and booking tools - Standardize brand color across all styles by replacing $theme-color-500 SCSS variables with #0ccd58 - Add sass 1.58.3 dependency and update vite config for modern scss compiler support - Refactor existing components (AddCarCrad, login page) and remove unused /quick/list router route - Add utility functions for URL parameter handling - Add static assets including custom znicons font, component images and icons - Fix scss syntax issues and deprecation warnings
27 lines
310 B
SCSS
27 lines
310 B
SCSS
.container-scroll {
|
|
margin: 4px 0 6px;
|
|
}
|
|
|
|
.card-item {
|
|
width: 128px;
|
|
}
|
|
|
|
.card-img {
|
|
height: 120px;
|
|
width: 120px;
|
|
}
|
|
|
|
.shadow {
|
|
background-color: #e5e8ee;
|
|
height: 96px;
|
|
width: 96px;
|
|
bottom: -4px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
z-index: 1;
|
|
}
|
|
|
|
.card-text {
|
|
padding: 4px 8px 8px;
|
|
}
|