PluginProbe ʕ •ᴥ•ʔ
Spider Elements – Premium Elementor Widgets & Addons Library / 1.1.0
Spider Elements – Premium Elementor Widgets & Addons Library v1.1.0
trunk 1.0.0 1.1.0 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.7.0 1.8.0 1.9.0
spider-elements / assets / scss / _Icon_box.scss
spider-elements / assets / scss Last commit date
admin 2 years ago _Accordion.scss 2 years ago _Alerts_box.scss 2 years ago _Animated_Headline.scss 2 years ago _Animation.scss 2 years ago _Before_after.scss 2 years ago _Buttons.scss 2 years ago _Cheat_sheet.scss 2 years ago _Common.scss 2 years ago _Counter.scss 2 years ago _Fullscreen_Slider.scss 2 years ago _Icon_box.scss 2 years ago _Instagram.scss 2 years ago _Integration.scss 2 years ago _List_item.scss 2 years ago _Mixins.scss 2 years ago _Pricing_Table.scss 2 years ago _Pricing_Table_Switcher.scss 2 years ago _Skill_Showcase.scss 2 years ago _Tabs.scss 2 years ago _Testimonial.scss 2 years ago _Timeline.scss 2 years ago _Variables.scss 2 years ago _Video.scss 2 years ago _Video_popup.scss 2 years ago _blog_grid.scss 2 years ago _framework.scss 2 years ago _prefix.scss 2 years ago _team.scss 2 years ago admin.css 2 years ago admin.css.map 2 years ago admin.scss 2 years ago main.css 2 years ago main.css.map 2 years ago main.scss 2 years ago
_Icon_box.scss
144 lines
1 .icon_box {
2 transition: 0.3s;
3 background-color: #fff;
4 border: 1px solid #F0E9FC;
5 border-radius: 6px;
6 overflow: hidden;
7 &:hover {
8 background-color: #7460FF;
9 border-color: transparent;
10 }
11 &:hover .box_icon .box_main_icon {
12 color: #fff;
13 }
14 &:hover .box_title {
15 color: #fff;
16 }
17 &:hover .icon_box_description {
18 color: #fff;
19 }
20 &:hover .icon_box_button .button_items {
21 color: #fff;
22 }
23 .box_bg_shape {
24 display: flex;
25 transition: 0.3s;
26 background-repeat: no-repeat;
27 padding: 20px 20px 20px 55px;
28 }
29 .full_box_link{
30 text-decoration: none;
31 &:hover {
32 text-decoration: none;
33 }
34 }
35 .box_title {
36 font-weight: 500;
37 line-height: 28px;
38 color: #00000E;
39 transition: 0.3s;
40 margin: 0;
41 }
42 .icon_box_description {
43 font-size: 14px;
44 font-weight: 400;
45 line-height: 28px;
46 color: #6A737C;
47 transition: 0.3s;
48 margin: 0;
49 padding: 0;
50 }
51 .box_icon {
52 line-height: normal;
53 height: 100%;
54 .box_main_icon {
55 font-size: 50px;
56 transition: 0.3s;
57 color: #69727d ;
58 svg {
59 path {
60 transition: 0.3s;
61 }
62 }
63 }
64 }
65 .box_button {
66 transition: 0.3s;
67 line-height: 18px
68 }
69 .icon_box_button {
70 .button_items {
71 display: flex;
72 align-items: center;
73 gap: 3px;
74 color: #E9336B;
75 font-size: 14px;
76 font-weight: 500;
77 line-height: 28px;
78 text-decoration: none;
79 &:hover{
80 text-decoration:none;
81 }
82 .box_button {
83 transition: 0.3s;
84 }
85 i {
86 transition: 0.3s;
87 }
88 }
89 }
90 }
91
92
93
94
95 .icon_box_two {
96 border-radius: 8px;
97 transition: 0.3s;
98 overflow: hidden;
99 box-shadow: 0 1.6px 3.6px 0 #334D7235;
100 &:hover {
101 background-color: #9A6FFF;
102 box-shadow: 0 20px 45px 0 #334D7225;
103 }
104 &:hover .box_main_icon {
105 background: #FFFFFF20;
106 color: #fff;
107 }
108 &:hover .box_two_title {
109 color:#fff;
110 }
111 .box2_bg_shape {
112 padding: 32px;
113 transition: 0.3s;
114 background-repeat: no-repeat;
115 svg {
116 path {
117 transition: 0.3s;
118 }
119 }
120 }
121 .box2_url {
122 display: block;
123 text-decoration: none !important;
124 }
125 .box_main_icon {
126 display: inline-flex;
127 padding: 14px 12px;
128 background: #F0E9FC;
129 border-radius: 100px;
130 color: #cf7272;
131 font-size: 45px;
132 transition: 0.3s;
133 }
134 .box_pro_icon {
135 color: #FAA629;
136 position: absolute;
137 top: 25px;
138 right: 25px;
139 }
140 .box_two_title {
141 transition: 0.3s;
142 margin: 0;
143 }
144 }