You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
363 B
23 lines
363 B
|
|
.pharmacy{
|
|
.results{
|
|
.item{
|
|
padding: 10px;
|
|
transition: .4s;
|
|
font-size: $font-14;
|
|
border-bottom: 1px solid $light-grey;
|
|
|
|
.fa-angle-right{
|
|
padding: 0 5px;
|
|
transition: .4s;
|
|
}
|
|
|
|
&:hover{
|
|
background: $light-grey;
|
|
.fa-angle-right{
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|