Carousel and Galleria demo update
parent
efd374106f
commit
47afb5544f
|
@ -134,7 +134,7 @@ export default {
|
|||
|
||||
.p-carousel-header {
|
||||
h3 {
|
||||
font-weight: 400;
|
||||
font-weight: 500;
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
@ -143,7 +143,7 @@ export default {
|
|||
.p-carousel-item {
|
||||
.car-details {
|
||||
> .p-grid {
|
||||
border: 1px solid #c8c8c8;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
margin: .3em;
|
||||
text-align: center;
|
||||
|
@ -153,7 +153,7 @@ export default {
|
|||
|
||||
.car-data {
|
||||
.car-title {
|
||||
font-weight: 700;
|
||||
font-weight: 600;
|
||||
font-size: 20px;
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
|
|
@ -384,11 +384,18 @@ export default {
|
|||
|
||||
<CodeHighlight lang="css">
|
||||
.p-carousel {
|
||||
.p-carousel-header {
|
||||
h3 {
|
||||
font-weight: 500;
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.p-carousel-content {
|
||||
.p-carousel-item {
|
||||
.car-details {
|
||||
> .p-grid {
|
||||
border: 1px solid #b3c2ca;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 3px;
|
||||
margin: .3em;
|
||||
text-align: center;
|
||||
|
@ -398,7 +405,7 @@ export default {
|
|||
|
||||
.car-data {
|
||||
.car-title {
|
||||
font-weight: 700;
|
||||
font-weight: 600;
|
||||
font-size: 20px;
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
|
|
@ -149,18 +149,6 @@ export default {
|
|||
background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.50) 70%);
|
||||
|
||||
.p-galleria-thumbnail-container {
|
||||
.p-galleria-thumbnail-prev,
|
||||
.p-galleria-thumbnail-next {
|
||||
background-color: transparent !important;
|
||||
color: #ffffff;
|
||||
border: 0 none;
|
||||
font-size: 1.2em;
|
||||
|
||||
&:hover {
|
||||
color: var(--primaryColor);
|
||||
}
|
||||
}
|
||||
|
||||
.p-galleria-thumbnail-items-content {
|
||||
.p-galleria-thumbnail-items-container {
|
||||
.p-galleria-thumbnail-item {
|
||||
|
|
|
@ -459,18 +459,6 @@ export default {
|
|||
background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.50) 70%);
|
||||
|
||||
.p-galleria-thumbnail-container {
|
||||
.p-galleria-thumbnail-prev,
|
||||
.p-galleria-thumbnail-next {
|
||||
background-color: transparent !important;
|
||||
color: #ffffff;
|
||||
border: 0 none;
|
||||
font-size: 1.2em;
|
||||
|
||||
&:hover {
|
||||
color: var(--primaryColor);
|
||||
}
|
||||
}
|
||||
|
||||
.p-galleria-thumbnail-items-content {
|
||||
.p-galleria-thumbnail-items-container {
|
||||
.p-galleria-thumbnail-item {
|
||||
|
|
Loading…
Reference in New Issue