Newer
Older
comment {
.main{
background-color: rgba(0,0,0,.4);
height: 100%;
}
.content{
position: relative;
height: 100%;
width: 100%;
}
.comment{
position: absolute;
width: 100%;
bottom: 0;
height: 80%;
background: #fff;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
padding: 5px 15px;
ion-icon{
font-size: 3rem;
font-weight: bold;
}
}
}