Mini Kabibi Habibi
* {
padding: 0;
margin: 0;
border: 0;
box-sizing: border-box;
}
body {
background-color: #f2f2f2;
color: #212934;
line-height: 24px;
}
.main{
position: relative;
width: 525px;
height: 189px;
background: #FFFFFF;
border: 1px solid #ABB2C3;
border-radius: 24px;
overflow: hidden;
}
.header {
position: absolute;
width: 150px;
height: 292px;
left: 0px;
top: 0px;
}
.header-image {
position: absolute;
width: 150px;
left: 0px;
top: 0px;
}
.content{
position: absolute;
width: 375px;
height: 188px;
left: 150px;
top: 1px;
}
.content-middle{
/* Middle */
position: absolute;
width: 327px;
height: 134px;
left: 24px;
top: 30px;
}
.description{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
position: absolute;
width: 327px;
left: 0px;
top: 0px;
}
.description-heading{
/* Heading */
position: static;
width: 327px;
left: 0px;
top: 0px;
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 24px;
color: #383434;
}
.description-body{
/* Description */
position: static;
width: 327px;
height: 40px;
left: 0px;
top: 32px;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #212934;
margin-top: 8px;
}
.footer{
display: flex;
flex-direction: row;
justify-content: right;
align-items: right;
padding: 0px;
position: absolute;
top: 96px;
right: 3px;
}
.ignore-button{
/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
text-align: center;
padding: 0px;
position: static;
margin-right: 9.5px;
margin-left: 7px;
border: none;
background :none;
position: static;
/* Text */
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
color: #1671EE;
}
.accept-button{
/* Auto layout */
display: flex;
flex: none;
flex-direction: row;
margin-left: 9.5px;
text-align: center;
padding: 7px 16px;
background: #1671EE;
border-radius: 100px;
border:none;
/* Text */
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #FFFFFF;
}
//83F66233BAE3ED9C95FCAD0DA034C99A88842458D8F2DA5E763CE6DB54E4B57D04643728C9513104A0DF46C4F34F976ABE5A1ACD05EE82118C5A6502D504BD2B++