2015-12-02 23:14:09 +01:00

37 lines
491 B
SCSS

.need-item{
height: 150px;
background-color:#fff;
padding-top:30px;
p{
font-size:12px;
color:rgb(163, 159, 159);
}
span{
background-color: #ede8e8;
position:absolute;
padding:5px;
top:0px;
right:15px;
.time{
color:rgb(121, 120, 120);
text-align:right;
font-size:10px;
}
}
margin-bottom:30px;
h3{
margin-top:0px;
}
.btn{
border-radius: 0px;
position:absolute;
right:15px;
bottom:30px;
}
}