-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
41 lines (33 loc) · 874 Bytes
/
styles.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
.navbar {
background-color: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(20px);
border-radius: 0px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
color:#415b49;
}
.navbar-brand img {
max-width: 100%;
height: auto;
}
.navbar-nav .nav-link {
color: #fff;
margin-right: 10px;
font-weight: 500;
font-size: 18px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
color: #415b49;
}
.navbar-toggler-icon {
background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="rgba(65,91,73,0.7)" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/></svg>');
}
.card-img-top {
width: 100%;
height: 200px;
object-fit: contain;
}
/* .admin_image {
width: 100px;
object-fit: contain;
} */