PluginProbe
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder / 1.5.1
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder v1.5.1
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-product-tabs.css

usk-product-tabs.css in Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder 1.5.1, at assets/css/usk-product-tabs.css

58 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .tabs {
2 display: flex;
3 align-items: center;
4 list-style: none;
5 padding: 0; }
6 .tabs li a {
7 color: #5c5a7d;
8 padding: 16px 14px !important;
9 display: inline-block;
10 font-size: 14px;
11 font-weight: 500;
12 position: relative;
13 background-color: #f4f4f4; }
14 .tabs li.active a {
15 color: #004aff !important;
16 background-color: #fff; }
17 .tabs li a {
18 position: relative;
19 z-index: 11; }
20
21 .woocommerce-tabs .panel {
22 margin-top: 30px !important; }
23
24 .comment-reply-title {
25 font-weight: 500;
26 color: #000;
27 margin-bottom: 10px;
28 display: inline-block; }
29
30 .comment-form-rating,
31 .comment-form-comment {
32 display: flex;
33 flex-direction: column;
34 gap: 12px;
35 font-size: 14px;
36 margin-bottom: 20px; }
37
38 .comment-form select#rating {
39 padding: 15px; }
40
41 .woocommerce .usk-product-tabs table.shop_attributes th {
42 width: auto;
43 text-align: left;
44 padding: 15px;
45 font-size: 14px;
46 color: #494b70; }
47
48 .woocommerce .usk-product-tabs table.shop_attributes td {
49 font-style: normal;
50 padding: 15px;
51 font-size: 14px; }
52
53 .comment-reply-title {
54 color: #000;
55 font-weight: 500;
56 margin-bottom: 10px;
57 display: inline-block; }
58