| Current Path : /home/rtorresani/www/app/design/frontend/Magento/indaco/web/css/source/components/ |
| Current File : //home/rtorresani/www/app/design/frontend/Magento/indaco/web/css/source/components/_titles.less |
.page-title{
font-size: @h3__font-size;
}
.category-image{
position: relative;
> * {
border-radius: @border-radius;
}
.category-image-overlay{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(00,00,00,0.2);
display: flex;
justify-content: center;
align-items: center;
.category-image-page-title{
font-size: 40px;
line-height: 42px;
color: @color-white;
}
}
}
.nice-title{
font-size: 2.4rem;
line-height: 2.9rem;
font-weight: @font-weight__bold;
position: relative;
display: block;
&:after{
content: '';
background-color: @theme__color__primary;
border-radius: 3px;
width: 40px;
height: 4px;
position: absolute;
bottom: -8px;
left: 0;
}
}