PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 1.10.3
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v1.10.3
2.3.2 2.3.1 2.3.0 2.2.8 2.2.7 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.11.0 1.11.1 1.11.2 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.9.10 1.9.11 All 60 releases
merchant / assets / css / modules / advanced-reviews / admin / preview.css

preview.css in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 1.10.3, at assets/css/modules/advanced-reviews/admin/preview.css

204 lines 4.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Admin Preview
3 * Advanced Reviews
4 *
5 */
6 .merchant-module-page-preview-browser-inner {
7 display: -webkit-box;
8 display: -ms-flexbox;
9 display: flex;
10 -webkit-box-flex: 0;
11 -ms-flex-positive: 0;
12 flex-grow: 0;
13 max-width: 600px;
14 margin: auto;
15 padding: 25px;
16 }
17
18 .merchant-adv-reviews .merchant-adv-reviews-title {
19 margin-top: 25px;
20 margin-bottom: 0 !important;
21 }
22 .merchant-adv-reviews .merchant-adv-reviews-desc {
23 margin-bottom: 0 !important;
24 }
25 .merchant-adv-reviews .merchant-adv-reviews-header {
26 margin-top: 20px !important;
27 }
28 .merchant-adv-reviews .merchant-adv-reviews-header .merchant-adv-reviews-total {
29 margin-bottom: 15px !important;
30 }
31 .merchant-adv-reviews .merchant-adv-reviews-header .mrc-right-col {
32 margin-left: 50px;
33 }
34 .merchant-adv-reviews .merchant-adv-review-write-button {
35 margin-bottom: auto;
36 }
37 .merchant-adv-reviews .merchant-reviews-orderby {
38 pointer-events: none;
39 }
40 .merchant-adv-reviews .merchant-adv-reviews-body {
41 margin-bottom: 30px !important;
42 }
43 .merchant-adv-reviews .merchant-adv-reviews-footer {
44 display: none;
45 }
46 .merchant-adv-reviews.hide-title .merchant-adv-reviews-title,
47 .merchant-adv-reviews.hide-title .merchant-adv-reviews-desc {
48 display: none;
49 }
50
51 .merchant-reviews-list-wrapper {
52 margin-top: 25px;
53 }
54 .merchant-reviews-list-wrapper .merchant-reviews-list-item {
55 padding: 15px 0;
56 }
57 .merchant-reviews-list-wrapper .merchant-reviews-list-item .merchant-review-date {
58 top: 6px;
59 position: relative;
60 font-size: 0.8rem;
61 }
62 .merchant-reviews-list-wrapper .merchant-reviews-list-item .merchant-review-content {
63 margin-top: 5px;
64 }
65
66 .merchant-star-rating-bars .merchant-star-rating-bar-item {
67 max-width: 230px;
68 }
69 .merchant-star-rating-bars .merchant-star-rating-bar-item .item-bar {
70 min-width: 130px;
71 }
72
73 .merchant-star-rating-bars .merchant-star-rating-bar-item-inner .item-bar {
74 width: auto;
75 }
76
77 @media (min-width: 1300px) {
78 .merchant-star-rating-bars .merchant-star-rating-bar-item {
79 max-width: 200px;
80 }
81 .merchant-star-rating-bars .merchant-star-rating-bar-item .item-bar {
82 min-width: 200px;
83 }
84 }
85 /**
86 * Star rating
87 */
88 .star-rating {
89 overflow: hidden;
90 position: relative;
91 height: 1.618em;
92 line-height: 1.618;
93 width: 5.3em;
94 font-family: star;
95 font-weight: 400;
96 margin-left: auto;
97 margin-right: auto;
98 letter-spacing: 0;
99 color: #FFA441;
100 }
101 .star-rating::before {
102 content: "SSSSS";
103 opacity: 0.25;
104 float: left;
105 top: 0;
106 left: 0;
107 position: absolute;
108 }
109 .star-rating span {
110 overflow: hidden;
111 float: left;
112 top: 0;
113 left: 0;
114 position: absolute;
115 padding-top: 1.5em;
116 }
117 .star-rating span::before {
118 content: "SSSSS";
119 top: 0;
120 position: absolute;
121 left: 0;
122 color: #FFA441;
123 }
124
125 p.stars a {
126 position: relative;
127 height: 1em;
128 width: 1em;
129 text-indent: -999em;
130 display: inline-block;
131 text-decoration: none;
132 margin-right: 1px;
133 font-weight: 400;
134 }
135 p.stars a::before {
136 display: block;
137 position: absolute;
138 top: 0;
139 left: 0;
140 width: 1em;
141 height: 1em;
142 line-height: 1;
143 font-family: star;
144 content: "S";
145 color: #212121;
146 text-indent: 0;
147 opacity: 0.25;
148 }
149 p.stars a:hover ~ a::before {
150 content: "S";
151 color: #212121;
152 opacity: 0.25;
153 }
154 p.stars:hover a::before {
155 content: "S";
156 color: #FFA441;
157 opacity: 1;
158 }
159 p.stars.selected a.active::before {
160 content: "S";
161 color: #FFA441;
162 opacity: 1;
163 }
164 p.stars.selected a.active ~ a::before {
165 content: "S";
166 color: #212121;
167 opacity: 0.25;
168 }
169 p.stars.selected a:not(.active)::before {
170 content: "S";
171 color: #FFA441;
172 opacity: 1;
173 }
174
175 .rtl .merchant-adv-reviews .merchant-adv-reviews-header .mrc-row {
176 -webkit-box-orient: horizontal;
177 -webkit-box-direction: reverse;
178 -ms-flex-direction: row-reverse;
179 flex-direction: row-reverse;
180 }
181 .rtl .merchant-adv-reviews .merchant-adv-reviews-header .mrc-right-col {
182 -webkit-box-align: self-start;
183 -ms-flex-align: self-start;
184 align-items: self-start;
185 }
186 .rtl .merchant-adv-reviews .merchant-adv-reviews-header .merchant-adv-reviews-rating-wrapper .star-rating {
187 margin-left: unset !important;
188 margin-right: 16px !important;
189 }
190 .rtl .merchant-adv-reviews .merchant-star-rating-bars {
191 text-align: right;
192 }
193 .rtl .merchant-adv-reviews .merchant-star-rating-bars .merchant-star-rating-bar-item .item-bar .item-bar-inner {
194 left: unset;
195 right: 0;
196 }
197 .rtl .merchant-adv-reviews .merchant-reviews-list-wrapper .merchant-reviews-list-item .star-rating + .merchant-review-author {
198 margin-right: 20px;
199 margin-left: unset;
200 }
201
202 .merchant-module-page-setting-field-fields_group > .merchant-module-page-setting-field-title {
203 display: none;
204 }