18 lines
235 B
SCSS
Raw Normal View History

2016-04-14 16:14:31 +02:00
#mailalerts_block_account {
li {
&.last_item {
border-bottom:none;
margin-bottom:0;
}
.products-block-image {
float:left;
margin-right:19px;
}
.remove {
float:right;
i {
cursor:pointer;
}
}
}
}