cobuild-angular-stack
Version:
Base stack angular sass jade gulp
26 lines • 488 B
text/less
#settings {
.list-group-item {
padding-bottom: 10px;
padding-top: 10px;
&:hover{
background: #f0ecf0 ;
color: #333;
.btn-group-sm{
opacity: 1;
}
}
&::after {
width: 100%;
content: "";
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
float: right;
bottom: 0;
position: absolute;
left: 15px;
}
.btn-group-sm{
opacity: 0;
transition: .3s ease all;
}
}
}