-
Notifications
You must be signed in to change notification settings - Fork 0
/
fe_basic_6.css
57 lines (50 loc) · 868 Bytes
/
fe_basic_6.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
55
56
57
.warning-cart-top {
font-size: 12px;
background: #ff0000;
color: #fff;
padding: 0 5px;
vertical-align: top;
margin-left: -10px;
padding-left: 9px;
padding-right: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}
.fa-shopping-cart {
font-size: 24px;
}
.hr-line,
.hr-line-thin {
display: inline-block;
width: 35px;
margin: 15px;
border-bottom: 2px solid black;
}
.hr-line-thin {
opacity: 0.8;
border-bottom: 2px solid grey;
}
.division {
width: 50px;
}
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.checked {
background-color: red;
opacity: 0.8;
}
.our-blogs {
display: block;
width: 150px;
border-bottom: 1px solid grey;
opacity: 0.8;
}