PluginProbe
WP Directory Kit / 1.3.3
WP Directory Kit v1.3.3
1.5.6 1.5.5 1.5.4 1.5.3 trunk 1.1.0 1.1.6 1.1.8 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.8 1.4.0 1.4.1 All 35 releases
wpdirectorykit / elementor-elements / assets / css / widgets / wdk-locations-tree.css

wdk-locations-tree.css in WP Directory Kit 1.3.3, at elementor-elements/assets/css/widgets/wdk-locations-tree.css

153 lines 3.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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