-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
54 lines (53 loc) · 869 Bytes
/
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
49
50
51
52
53
54
.review-wawa{
display: flex;
}
.review-wawa-info{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: white;
}
.review-wawa-info h1{
line-height: 1;
font-size: 3em;
}
.review-wawa-info .star-rating{
color:white;
letter-spacing: 7px;
font-size: 2em;
width: 100%;
}
.woocommerce .star-rating::before{
position: relative;
color: white;
}
.review-wawa-info p{
margin: 5px;
}
.review-wawa-count{
display: flex;
width: 100%;
}
.review-wawa-count ul{
width: 100%;
}
.review-wawa-count ul li{
display: flex;
justify-content: center;
align-items: center;
color: white;
}
.review-wawa-count ul li span{
width: 100%;
height: 10px;
border: 2px solid white;
position: relative;
margin-left: 10px;
}
.review-wawa-count ul li span i{
position: absolute;
background: white;
top: 0;
bottom: 0;
}