-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproducts.css
51 lines (49 loc) · 878 Bytes
/
products.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
body{
background:#DCDCDC;
margin-top:20px;
}
.card-box {
padding: 20px;
border-radius: 3px;
margin-bottom: 30px;
background-color: #fff;
}
.social-links li a {
border-radius: 50%;
color: rgba(121, 121, 121, .8);
display: inline-block;
height: 30px;
line-height: 27px;
border: 2px solid rgba(121, 121, 121, .5);
text-align: center;
width: 30px
}
.social-links li a:hover {
color: #797979;
border: 2px solid #797979
}
.thumb-lg {
height: 88px;
width: 88px;
}
.img-thumbnail {
padding: .25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: .25rem;
max-width: 100%;
height: auto;
}
.text-pink {
color: #ff679b!important;
}
.btn-rounded {
border-radius: 2em;
}
.text-muted {
color: #98a6ad!important;
}
h4 {
line-height: 22px;
font-size: 18px;
}