Files
wyczarujprezent.pl/themes/charme/modules/an_blockinform/views/css/front.css
2024-10-28 22:14:22 +01:00

149 lines
2.8 KiB
CSS

/**
* 2023 Anvanto
*
* NOTICE OF LICENSE
*
* This file is not open source! Each license that you purchased is only available for 1 wesite only.
* If you want to use this file on more websites (or projects), you need to purchase additional licenses.
* You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
*
* @author Anvanto <anvantoco@gmail.com>
* @copyright 2023 Anvanto
* @license Valid for 1 website (or project) for each purchase of license
* International Registered Trademark & Property of Anvanto
*/
.an-bi-block {
display: flex;
flex-wrap: wrap;
background: transparent;
border-radius: 0px;
margin: 28px 0 24px;
padding: 0;
}
.an-bi-item {
width: 100%;
display: flex;
align-items: flex-start;
padding: 6px 0px 6px 0px;
}
.an-bi-image {
flex: 22px 0 0;
width: 22px;
margin-right: 14px;
text-align: center;
}
.an-bi-image img {
max-width: 100%;
max-height: 23px;
}
.an-bi-content {
flex: 1 1 auto;
display: flex;
flex-direction: column;
}
.an-bi-item-head {
margin-top: 3px;
margin-bottom: 3px;
line-height: 20px;
}
.an-bi-title {
font-size: 16px;
line-height: 20px;
font-weight: 400;
}
.an-bi-title a {
color: #000;
}
.an-bi-popup-btn {
cursor: pointer;
}
.an-bi-popup-icon {
display: inline-block;
margin-left: 1px;
margin-bottom: 2px;
cursor: pointer;
width: 18px;
height: 18px;
vertical-align: middle;
}
.an-bi-popup-icon svg {
width: 18px;
height: 18px;
}
.an-bi-popup-icon svg path {
fill: #929292;
}
.an-bi-item-text p {
font-size: 14px;
line-height: 18px;
color: rgb(143, 142, 142);
margin-bottom: 0;
}
/*** modal ***/
.an-bi-open {
overflow: hidden;
}
.an-bi-cover {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
z-index: 100;
}
.an-bi-modal {
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
overflow-x: none;
overflow-y: auto;
padding: 20px;
z-index: 200;
width: 100%;
max-width: 100%;
align-items: center;
}
.an-bi-popup {
margin: 0 auto;
max-width: 785px;
width: 100%;
display: none;
min-width: 200px;
position: relative;
background-color: #FAFAFA;
z-index: 300;
padding: 45px 15px 30px;
}
.an-bi-btn-close {
font-size: 30px;
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
}
.an-bi-popup p {
text-align: center;
margin-bottom: 20px;
}
.an-bi-popup .h3,
.an-bi-popup h3,
.an-bi-popup .h4,
.an-bi-popup h4 {
text-align: center;
margin-bottom: 15px;
}
@media (max-width: 420px) {
.an-bi-item {
width: 100%;
}
}