File: /var/www/html/wp-content/plugins/bsx/ass/css/inline-campaign.css
.ccin-cont {
max-height: 400px !important;
min-height:0;
width: 100%;
overflow: auto;
text-decoration: none;
}
.ccin-row {
border: 1px solid #534e4f;
border-radius: 6px;
padding: 0.25rem;
background: #373436;
transition: all 0.2s ease;
display: flex;
gap: 10px;
align-items: start;
align-content: center;
flex-grow:1;
justify-content: stretch;
flex-direction: row;
width:100%;
height:65px;
color: #eee;
margin-bottom:15px;
}
.ccin-row:hover {
background-color: #21201e;
box-shadow: 0 2px 8px #534e4f;
transform: scale(1.05);
border-color: #ecdbae
}
.ccin-rowpart {
padding: 5px;
# width: 30%;
}
.ccin-info-first {
flex: 0 0 18%;
text-decoration: none;
}
.ccin-info-2nd {
flex: 0 0 30%;
text-decoration: none;
}
.ccin-info-3rd {
flex: 0 0 15%;
text-decoration: none;
}
.ccin-info-4th {
flex: 0 0 5%;
text-decoration: none;
}
.ccin-info-5th {
flex: 0 0 5%;
text-decoration: none;
}
.ccin-info-6th {
flex: 0 0 10%;
text-decoration: none;
}
.ccin-image {
width: 60%;
height: 60px;
border-radius: 4px;
overflow: hidden;
margin-top: 3px;
}
.ccin-image img {
max-width: 100%;
max-height: 100%;
object-fit: cover;
}
.ccin-meta-top {
font-size: 0.9rem;
color:#ffcc33;
margin-top: 12px;
}
.ccin-meta-bottom {
font-size: 0.9rem;
color:#ffcc33;
margin-bottom: 6px;
}
.ccin-name {
font-size: 1.3rem;
font-weight: 700;
margin-top: 12px;
}
.ccin-status {
display: inline-block;
padding: 2px 8px;
border-radius: 3px;
font-size: 1.3rem;
margin-left: 10px;
margin-top: 12px;
}
.status-active {
background: rgba(34, 197, 94, 0.2);
color: #9ca3af;
}
.status-closed {
background: rgba(156, 16, 17, 0.2);
color: #9ca3af;
}
.a-green {
color: #22b55d;
}
.a-red {
color: #9b1011;
}
.type-badge {
display: inline-block;
background: #545158;
color: #030204;
padding: 2px 8px;
border-radius: 3px;
font-size: 1.3rem;
margin-left: 10px;
margin-top: 12px;
}
.ccin-performance {
text-align: right;
font-size:1.3rem;
font-weight: 800;
margin-top:12px;
}