12 lines
235 B
Sass
12 lines
235 B
Sass
ul.select-employees
|
|
list-style: none
|
|
li
|
|
padding-bottom: 7px
|
|
border-bottom: 1px solid #ccc
|
|
margin-bottom: 7px
|
|
+clearfix
|
|
.employee-selector
|
|
float: right
|
|
span
|
|
@extend .fa, .fa-2x, .fa-user-plus
|