-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
48 lines (43 loc) · 1.07 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/*!
Theme Name: Basementor
Theme URI: https://github.com/jeff-silva/basementor/
Author: Jeferson Siqueira
Author URI: https://jsiqueira.com;
Description: WP Theme Quick Start
Version: 1.0.0
*/
.basementor-products-each {
height: 350px;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}
.basementor-products-cover {
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-flex: 1;
flex: 1;
background:url() center center no-repeat;
background-size: cover;
border-radius:6px 6px 0px 0px;
}
.basementor-products-description {
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
}
/* Single Product */
.single-product-price {}
.single-product-price del {display:block; font-size: 16pt;}
.single-product-price ins {display:block; font-size: 25pt;}