| 1 |
.wdk-locations-tree .wdk-row { |
| 2 |
display: -webkit-flex; |
| 3 |
display: -webkit-box; |
| 4 |
display: -ms-flexbox; |
| 5 |
display: flex; |
| 6 |
-webkit-flex-wrap: wrap; |
| 7 |
-ms-flex-wrap: wrap; |
| 8 |
flex-wrap: wrap; |
| 9 |
margin: 0 -15px; |
| 10 |
margin-bottom: -15px; |
| 11 |
} |
| 12 |
|
| 13 |
.wdk-locations-tree .wdk-row .wdk-col { |
| 14 |
margin-bottom: 15px; |
| 15 |
-webkit-box-flex: 0; |
| 16 |
-webkit-flex: 0 0 calc(100% / 3); |
| 17 |
-ms-flex: 0 0 calc(100% / 3); |
| 18 |
flex: 0 0 calc(100% / 3); |
| 19 |
flex: 0 0 calc(100% / 13); |
| 20 |
padding: 0 15px; |
| 21 |
} |
| 22 |
|
| 23 |
.wdk-locations-tree .wdk-row .wdk-col.wdk-col-full { |
| 24 |
-webkit-flex: 0 0 100%; |
| 25 |
-ms-flex: 0 0 100%; |
| 26 |
flex: 0 0 100%; |
| 27 |
flex: 0 0 100%; |
| 28 |
width: 100%; |
| 29 |
} |
| 30 |
|
| 31 |
.wdk-locations-tree .wdk-row .wdk-col.wdk-col-full-always { |
| 32 |
-webkit-flex: 0 0 100% !important; |
| 33 |
-ms-flex: 0 0 100% !important; |
| 34 |
flex: 0 0 100% !important; |
| 35 |
flex: 0 0 100% !important; |
| 36 |
width: 100% !important; |
| 37 |
} |
| 38 |
|
| 39 |
.wdk-locations-tree .title { |
| 40 |
font-size: 18px; |
| 41 |
color: #232425; |
| 42 |
display: flex; |
| 43 |
align-items: center; |
| 44 |
flex-wrap: wrap; |
| 45 |
} |
| 46 |
|
| 47 |
.wdk-locations-tree .title img { |
| 48 |
margin-right: 10px; |
| 49 |
} |
| 50 |
|
| 51 |
.wdk-locations-tree .title.image_top { |
| 52 |
flex-direction: column; |
| 53 |
} |
| 54 |
|
| 55 |
.wdk-locations-tree .title.image_top img { |
| 56 |
margin-right: 0; |
| 57 |
} |
| 58 |
|
| 59 |
.wdk-locations-tree .title:hover { |
| 60 |
color: #0074e4; |
| 61 |
} |
| 62 |
|
| 63 |
.wdk-locations-tree .title a { |
| 64 |
font-size: inherit; |
| 65 |
color: inherit; |
| 66 |
} |
| 67 |
|
| 68 |
.wdk-locations-tree .title .wdk-font-icon { |
| 69 |
width: 50px; |
| 70 |
height: 50px; |
| 71 |
font-size: 18px; |
| 72 |
background-color: #eee; |
| 73 |
border-radius: 50%; |
| 74 |
text-align: center; |
| 75 |
display: inline-flex; |
| 76 |
justify-content: center; |
| 77 |
align-items: center; |
| 78 |
margin-right: 10px; |
| 79 |
} |
| 80 |
|
| 81 |
.wdk-locations-tree .title a.wdk-d-block { |
| 82 |
display: block; |
| 83 |
font-size: 0; |
| 84 |
width: 100%; |
| 85 |
} |
| 86 |
|
| 87 |
.wdk-locations-tree .title img.wdk-image { |
| 88 |
height: 250px; |
| 89 |
width: 100%; |
| 90 |
object-fit: cover; |
| 91 |
} |
| 92 |
|
| 93 |
.wdk-locations-tree .title img.wdk-icon { |
| 94 |
height: 50px; |
| 95 |
width: 50px; |
| 96 |
object-fit: contain; |
| 97 |
} |
| 98 |
|
| 99 |
.wdk-locations-tree .wdk-locations .wdk-item, .wdk-locations-tree .wdk-locations { |
| 100 |
list-style: none; |
| 101 |
margin: 0; |
| 102 |
padding: 0; |
| 103 |
transition: all 0.4s ease-in-out; |
| 104 |
} |
| 105 |
|
| 106 |
.wdk-locations-tree .wdk-locations .wdk-item:last-child { |
| 107 |
margin-bottom: 0 !important; |
| 108 |
} |
| 109 |
|
| 110 |
.wdk-locations-tree .wdk-locations .wdk-item { |
| 111 |
margin-bottom: 10px; |
| 112 |
} |
| 113 |
|
| 114 |
.wdk-locations-tree .wdk-locations .wdk-link i { |
| 115 |
margin-right: 10px; |
| 116 |
transition: all 0.4s ease-in-out; |
| 117 |
} |
| 118 |
|
| 119 |
.wdk-locations-tree .wdk-locations .wdk-link { |
| 120 |
display: flex; |
| 121 |
align-items: center; |
| 122 |
color: #777a7c; |
| 123 |
font-size: 15px; |
| 124 |
font-weight: 400; |
| 125 |
transition: all 0.4s ease-in-out; |
| 126 |
} |
| 127 |
|
| 128 |
.wdk-locations-tree .wdk-locations .wdk-link .wdk-count { |
| 129 |
text-align: right; |
| 130 |
flex: 1 2 auto; |
| 131 |
} |
| 132 |
|
| 133 |
.wdk-locations-tree .wdk-locations .wdk-link .wdk-count, |
| 134 |
.wdk-locations-tree .wdk-locations .wdk-link .wdk-title, |
| 135 |
.wdk-locations-tree .wdk-locations .wdk-link .wdk-count { |
| 136 |
transition: all 0.4s ease-in-out; |
| 137 |
} |
| 138 |
|
| 139 |
.wdk-locations-tree .wdk-locations .wdk-link:hover .wdk-title, |
| 140 |
.wdk-locations-tree .wdk-locations .wdk-link:hover .wdk-count { |
| 141 |
color: #0074e4; |
| 142 |
} |
| 143 |
|
| 144 |
.wdk-locations-tree .wdk-locations .wdk-link:hover .wdk-title { |
| 145 |
padding-left: 10px; |
| 146 |
} |
| 147 |
|
| 148 |
.wdk-locations-tree .wdk-locations .wdk-icon { |
| 149 |
max-width: 15px; |
| 150 |
max-height: 15px; |
| 151 |
margin-right: 5px; |
| 152 |
} |
| 153 |
|