PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 2.2.7
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v2.2.7
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 2.2.7, at assets/css/modules/advanced-reviews/admin/preview.css

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