| 1 |
.wdk-locations-list .wdk-locations .wdk-item, .wdk-locations-list .wdk-locations { |
| 2 |
list-style: none; |
| 3 |
margin: 0; |
| 4 |
padding: 0; |
| 5 |
transition: all 0.4s ease-in-out; |
| 6 |
} |
| 7 |
|
| 8 |
.wdk-locations-list .wdk-locations .wdk-item:last-child { |
| 9 |
margin-bottom: 0 !important; |
| 10 |
} |
| 11 |
|
| 12 |
.wdk-locations-list .wdk-locations .wdk-link i { |
| 13 |
margin-right: 10px; |
| 14 |
transition: all 0.4s ease-in-out; |
| 15 |
} |
| 16 |
|
| 17 |
.wdk-locations-list .wdk-locations .wdk-link { |
| 18 |
display: flex; |
| 19 |
align-items: center; |
| 20 |
color: #777a7c; |
| 21 |
font-size: 15px; |
| 22 |
font-weight: 400; |
| 23 |
transition: all 0.4s ease-in-out; |
| 24 |
} |
| 25 |
|
| 26 |
.wdk-locations-list .wdk-locations .wdk-link .wdk-count { |
| 27 |
text-align: right; |
| 28 |
flex: 1 2 auto; |
| 29 |
} |
| 30 |
|
| 31 |
.wdk-locations-list .wdk-locations .wdk-link .wdk-count, |
| 32 |
.wdk-locations-list .wdk-locations .wdk-link .wdk-title, |
| 33 |
.wdk-locations-list .wdk-locations .wdk-link .wdk-count { |
| 34 |
transition: all 0.4s ease-in-out; |
| 35 |
} |
| 36 |
|
| 37 |
.wdk-locations-list .wdk-locations .wdk-link:hover .wdk-title, |
| 38 |
.wdk-locations-list .wdk-locations .wdk-link:hover .wdk-count { |
| 39 |
color: #0074e4; |
| 40 |
} |
| 41 |
|
| 42 |
.wdk-locations-list .wdk-locations .wdk-link:hover .wdk-title { |
| 43 |
padding-left: 10px; |
| 44 |
} |
| 45 |
|
| 46 |
.wdk-locations-list .wdk-locations .wdk-icon { |
| 47 |
max-width: 15px; |
| 48 |
max-height: 15px; |
| 49 |
margin-right: 5px; |
| 50 |
} |
| 51 |
|