-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcustomer.css
47 lines (39 loc) · 832 Bytes
/
customer.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
body{
font-family: 'Roboto', sans-serif;
background-color: #f3355e;
}
/* navbar css starts here */
.bg-light{
background-color: #355070!important;
}
.navbar-brand{
font-family: 'Sansita Swashed', cursive;
font-size: 1.5rem;
color: #ffffff!important;
}
.nav-link{
color: #ffffff!important;
font-family: 'Noto Sans JP', sans-serif;
}
.nav-link:hover{
background-color: #325781;
}
/* navbar css ends here */
.my-info{
padding: 2rem 5rem;
}
.btn-info{
padding: 1rem 1.2rem;
background-color: rgb(78, 153, 223)!important;
color: rgb(252, 250, 250)!important;
margin-left: 5px;
padding: 0.75rem;
transition: all 0.3s;
}
.btn-info:hover{
background-color:#355070!important;
}
.nav-item:active{
color: #ffffff!important;
background-color: #355070;
}