-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathstyle.css
50 lines (43 loc) · 934 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
.searchBox{
vertical-align: middle;
padding: 0 8px 0 12px ;
width: calc(-510px + 100%);
margin: auto auto auto 0;
max-width: 584px;
height: 38px;
}
.SearchBar{
display: inline-block;
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.23);
border-radius: 0 2px 2px 0;
width: calc(-50px + 100%);
height: 36px;
position: relative;
}
.navigationBar{
max-width: 1248px;
min-width: 978px;
position: relative;
margin: 0 auto;
height: 100%;
padding: 0 32px;
}
.row_nav{
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.col_nav{
height: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}