PluginProbe
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder / 2.0.4
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder v2.0.4
3.1.4 3.0.8 3.0.9 3.1.0 3.1.2 3.1.3 3.0.7 3.0.5 3.0.4 3.0.3 3.0.2 trunk 1.5.0 1.5.1 1.5.2 1.6.1 1.6.2 1.6.3 1.6.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 All 93 releases
ultimate-store-kit / assets / css / usk-featured-box.css

usk-featured-box.css in Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder 2.0.4, at assets/css/usk-featured-box.css

106 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .usk-featured-box:hover .usk-image-wrap {
2 transform: scale(1.1);
3 }
4 .usk-featured-box .usk-item {
5 position: relative;
6 overflow: hidden;
7 }
8 .usk-featured-box .usk-image-wrap {
9 position: absolute;
10 height: 100%;
11 width: 100%;
12 background-position: center;
13 background-repeat: no-repeat;
14 background-size: cover;
15 transition: transform 0.3s ease-in-out;
16 transform: scale(1);
17 }
18 .usk-featured-box .usk-content {
19 position: absolute;
20 padding: 40px;
21 left: 0;
22 right: 0;
23 }
24 .usk-featured-box .usk-meta {
25 color: #2B2D42;
26 font-size: 12px;
27 font-weight: 500;
28 text-decoration: none;
29 text-transform: uppercase;
30 transition: all 0.3s ease-in-out;
31 }
32 .usk-featured-box .usk-meta:hover,
33 .usk-featured-box .usk-title a:hover {
34 color: #D90429;
35 }
36 .usk-featured-box .usk-title {
37 margin: 0 0 8px;
38 font-size: 32px;
39 font-weight: 700;
40 text-transform: capitalize;
41 }
42 .usk-featured-box .usk-title a {
43 color: #2B2D42;
44 text-decoration: none;
45 transition: all 0.3s ease-in-out;
46 }
47 .usk-featured-box .usk-text {
48 font-size: 16px;
49 color: #2B2D42;
50 margin-bottom: 20px;
51 }
52 .usk-featured-box .usk-text p {
53 margin: 0;
54 }
55 .usk-featured-box .usk-link-btn a {
56 position: relative;
57 overflow: hidden;
58 padding: 10px 35px;
59 border-radius: 40px;
60 display: inline-block;
61 color: #D90429;
62 text-decoration: none;
63 font-weight: 700;
64 text-transform: capitalize;
65 font-size: 12px;
66 transition: all 0.3s ease-in-out;
67 }
68 .usk-featured-box .usk-link-btn a span {
69 position: relative;
70 z-index: 1;
71 }
72 .usk-featured-box .usk-link-btn a:hover {
73 color: #fff;
74 }
75 .usk-featured-box .usk-link-btn a::before {
76 position: absolute;
77 content: "";
78 top: 0;
79 left: 0;
80 width: 0;
81 height: 100%;
82 background-color: #D90429;
83 transition: all 0.3s ease-in-out;
84 }
85 .usk-featured-box .usk-link-btn a:hover::before {
86 width: 100%;
87 }
88 .usk-featured-box.usk-fb-content-position-top .usk-content {
89 top: 0;
90 }
91 .usk-featured-box.usk-fb-content-position-center .usk-content {
92 top: 50%;
93 transform: translateY(-50%);
94 }
95 .usk-featured-box.usk-fb-content-position-bottom .usk-content {
96 bottom: 0;
97 }
98
99 .usk-featured-box-wrapper-link {
100 position: absolute;
101 width: 100%;
102 height: 100%;
103 top: 0;
104 left: 0;
105 z-index: 1;
106 }