-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathres.css
44 lines (36 loc) · 822 Bytes
/
res.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
@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Playfair+Display&display=swap');
@media (min-width: 1200px) {
.container {
max-width: 1400px;
}
}
.logo {
width: 60px;
}
.nav-item {
font-weight: bold;
color: black;
}
.nav-item, .nav-link {
font-size: 17px;
color: black;
}
.has-search .form-control {
padding-left: 2.375rem;
}
.has-search .form-control-feedback {
position: absolute;
z-index: 2;
display: block;
width: 2.375rem;
height: 2.375rem;
line-height: 2.375rem;
text-align: center;
pointer-events: none;
color: #aaa;
}
input[type='text'] {
outline: none;
box-shadow:none !important;
border:1px solid #ccc !important;
}