yapayzeka/public/assets/scss/elements/_gallery.scss

50 lines
451 B
SCSS
Raw Permalink Normal View History

2024-09-09 15:01:42 -07:00
/*------------------------------
Gallery Styles
--------------------------------*/
.rbt-temaplte-gallery-wrapper {
.thumbnail {
img {
width: 100%;
border-radius: 10px;
}
}
}
.template-slider-wrapper {
.sub-title {
color: var(--color-primary);
}
.title {
font-weight: var(--p-black);
}
.description {
max-width: 900px;
}
}