-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustomer.css
More file actions
80 lines (66 loc) · 1.33 KB
/
customer.css
File metadata and controls
80 lines (66 loc) · 1.33 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
*{
margin: 0;
padding: 0;
}
body{
font-family:'Georgia', 'Roboto', sans-serif;
background-color: #F6F6F6;
}
/* .hero-img{
} */
/* navbar css starts here */
.bg-light{
background-color: #2B2B2B!important;
background-image: url(background3.jpg);
background-size: cover;
position: sticky;
top: 0;
cursor: pointer;
}
.toggle-color{
background-color: #f9f3f3;
}
.navbar-brand{
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 1.7rem;
color: #F1F1F1!important;
}
.nav-link{
color: #f9f3f3!important;
font-family: 'Noto Sans JP', sans-serif;
}
.nav-link:hover{
background-color: #222831;
}
.bgcolor-sm{
background-color: rgb(114, 108, 108);
}
/* navbar css ends here */
.my-info{
padding: 2rem 5rem;
}
.btn-info{
padding: 1rem 1.2rem;
background-color:black!important;
color: #fff!important;
margin-left: 5px;
padding: 0.75rem;
transition: all 0.3s;
}
.btn-info:hover{
background-color: rgb(67, 83, 230)!important;
}
.table-danger1{
background-color: #4D77FF;
color: #f9f3f3;
}
.color{
color: white!important;
font-size: 22px!important;
}
.table-light1{
background-color: #fcfcfc;
}
.table-info1{
background-color: #fcfcfc;
}