Mini Kabibi Habibi
* {
padding: 0;
margin: 0;
border: 0;
box-sizing: border-box;
font-family: "Open Sans", Arial, Helvetica, sans-serif;
font-size: 14px;
}
body {
background-color: #f2f2f2;
color: #212934;
line-height: 24px;
}
/* Parent container */
.balloon {
overflow: hidden;
}
/* Arrow pointing up */
.balloon__arrow-up {
display: none;
position: relative;
text-align: center;
top: 8px;
width: 440px;
}
/* Arrow pointing to the right */
.balloon__arrow-right {
display: none;
height: 130px;
line-height: 130px;
}
.balloon__arrow-right img {
display: inline-block;
line-height: normal;
vertical-align: middle;
}
.balloon__card {
float: left;
overflow: hidden;
position: relative;
box-sizing: border-box;
background-color: #FFF;
border: 2px solid #E6E9F0;
border-radius: 24px;
height: 130px;
width: 100%;
}
.card__content::after {
content: ' ';
clear: both;
}
.card__content {
margin-left: 175px;
padding: 16px;
height: 100%;
}
.content__images #wa-logo {
height: 13px;
position: relative;
top: 2px;
}
.content__images #close-icon {
display: none;
margin-left: 76px;
}
.content__text {
margin-top: 8px;
font-family: "Open Sans", Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 14px;
line-height: 20px;
}
.card__image {
float: left;
height: 100%;
width: 175px;
}
//6CC592A8D035CBF51B1E3ECF03A63C4AFB27CE84FD79BF48BFA54D7420538FD356ED80B93813495EF224C40826C4B55EDAF9227A0C4744461079B20B3BDC1E3D++