106 lines
2.6 KiB
CSS
106 lines
2.6 KiB
CSS
.cms-id-35 .sinlge_row_salon {
|
|
justify-content: center!important;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.cms-id-35 .single_salon {
|
|
margin: 10px;
|
|
min-width: 300px;
|
|
}
|
|
|
|
.cms-id-35 .content_row.content_header_row {
|
|
padding: 0px;
|
|
}
|
|
|
|
.cms-id-35 #our_salon_wrapper {
|
|
padding: 40px 0 40px;
|
|
}
|
|
|
|
.secondary-blog .blog-item .blog-shortinfo {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
@media only screen and (min-width:1201px){
|
|
.secondary-blog .blog-item .blog-shortinfo {
|
|
min-height: 120px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width:991px) and (max-width:1200px){
|
|
.secondary-blog .blog-item .blog-shortinfo {
|
|
min-height: 150px;
|
|
}
|
|
}
|
|
|
|
.secondary-blog .blog-item .more {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.category-internal-nav {
|
|
margin: 2rem 0;
|
|
}
|
|
.category-internal-nav ul {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
overflow-x: auto;
|
|
width: 100%;
|
|
column-gap: 10px;
|
|
padding-bottom: .5rem;
|
|
}
|
|
.category-internal-nav ul li {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
min-width: fit-content;
|
|
}
|
|
.category-internal-nav ul li a {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 5px;
|
|
border: 1px solid #34d6ad;
|
|
padding: 10px 15px;
|
|
font-weight: 500;
|
|
transition: all .3s ease-in;
|
|
}
|
|
.category-internal-nav ul li a:hover {
|
|
background-color: #34d6ad;
|
|
color: #fff;
|
|
}
|
|
.category-internal-nav ul::-webkit-scrollbar-thumb {
|
|
background: #34d6ad;
|
|
}
|
|
.category-internal-nav ul::-webkit-scrollbar {
|
|
height: 5px;
|
|
}
|
|
#module-leoblog-category #blog-category .blog-item .blog-meta,
|
|
#module-leoblog-list #blog-listing .blog-item .blog-meta {
|
|
display: block;
|
|
position: relative;
|
|
min-height: 28px;
|
|
background: none;
|
|
padding: 10px 0;
|
|
}
|
|
#module-leoblog-category #blog-category .blog-item .blog-meta .blog-created,
|
|
#module-leoblog-list #blog-listing .blog-item .blog-meta .blog-created {
|
|
color: #777;
|
|
font-size: 12px;
|
|
}
|
|
#module-leoblog-category #blog-category .blog-item .blog-meta .blog-created i,
|
|
#module-leoblog-list #blog-listing .blog-item .blog-meta .blog-created i {
|
|
display: none;
|
|
}
|
|
#module-leoblog-category #blog-category .blog-item .blog-meta .blog-cat,
|
|
#module-leoblog-category #blog-category .blog-item .blog-meta .blog-ctncomment,
|
|
#module-leoblog-category #blog-category .blog-item .blog-meta .blog-hit,
|
|
#module-leoblog-list #blog-listing .blog-item .blog-meta .blog-cat,
|
|
#module-leoblog-list #blog-listing .blog-item .blog-meta .blog-ctncomment,
|
|
#module-leoblog-list #blog-listing .blog-item .blog-meta .blog-hit {
|
|
display: none;
|
|
}
|
|
#products .category-description--top {
|
|
color: #000;
|
|
}
|
|
#products #category-description.text-muted {
|
|
color: #000 !important;
|
|
} |