-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
53 lines (45 loc) · 830 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
.add-product {
width: 80%;
margin: auto;
margin-top: 40px;
box-shadow: 5px 5px 21px #dcdcdc;
text-align: center;
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
margin-top: 15px;
margin-bottom: 15px;
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
margin-top: 15px;
margin-bottom: 15px;
}
.btn-outline-info {
color: #0dcaf0;
border-color: #0dcaf0;
margin-top: 5px;
margin-bottom: 5px;
}
.btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
margin-top: 5px;
margin-bottom: 5px;
}
.search {
width: 95%;
margin: auto;
margin-top: 10px;
border: #75f7c1 solid 2px;
}
.error {
color: red;
font-size: 12px;
margin-bottom: 15px;
;
}