-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
120 lines (102 loc) · 1.79 KB
/
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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
body {
margin: 0px;
}
#main {
display: grid;
}
#form {
position: absolute;
margin-bottom: 55px;
margin-left: 245px;
display: inline-flex;
margin-top: 40px;
}
#header {
width: 100%;
height: 120px;
background-color: #737373;
}
#logo {
position: absolute;
margin-bottom: 10px;
margin-top: 10px;
margin-left: 70px;
}
.find {
padding-bottom: 5px;
min-width: 50px;
max-width: 50px;
background: #dddddd;
margin-left: 5px;
border-radius: 5px;
max-height: 31px;
min-height: 30px;
}
.findinput {
min-width: 250px;
max-width: 250px;
min-height: 25px;
max-height: 25px;
border-radius: 100px;
}
#buttonGroup {
margin-left: 25px;
}
.appBarButtons {
font-size: 15px;
margin-top: 7px;
max-height: 17px;
min-height: 15px;
background: transparent;
border: none;
color: #9d9d9d;
}
.icon {
margin-right: 3px;
}
#menu {
height: -webkit-fill-available;
min-width: 226px;
max-width: 226px;
background-color: #9a9a9a;
}
.menuButtons {
display: block;
text-decoration: none;
}
.menuButtons a {
font-size: 15px;
min-height: 52px;
max-height: 52px;
background: #3d3d3d;
border-radius: 12px;
color: #fee448;
display: block;
text-decoration: none;
margin: 4px 4px 2px 4px;
}
.menuButtons a:hover {
background-color: #fee448;
color: #3d3d3d;
}
.iconmenu {
display: inline-block;
min-height: 52px;
max-width: 52px;
min-width: 52px;
max-height: 52px;
min-height: 52px;
background: grey;
border-radius: 12px;
font-size: 30px;
}
.imgmenu {
position: absolute;
margin-top: 7px;
margin-left: 6px;
}
.textmenu {
position: absolute;
margin-top: 22px;
margin-left: 18px;
}