-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMainPage.css
executable file
·67 lines (55 loc) · 1.12 KB
/
MainPage.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
#showDetailsDesk li {
padding-left: 15.8%;
}
#allCont {
width: 60%;
background-color: #FF9900;
margin-left: 20%;
text-align: center;
margin-top: 0;
list-style-type: none;
display: inline-block;
}
#Items-List {
list-style-type: none;
padding-left: inherit;
}
.costItemText {
display: inline-block;
}
.changeCostItem {
margin-left: 3%;
color: blue;
}
@media screen and (min-width: 1024px) {
.changeCostItem:hover {
cursor: pointer;
}
}
@media screen and (max-width: 1024px) {
#imgLogo {
padding-left: 7%;
}
#closeMobileMenuButton {
left: 2%;
margin-top: 0;
margin-left: 1vh;
}
#userDetailsMobile {
display: inline-block;
width: 87%;
background-color: lightgray;
margin-left: 0;
padding-left: 13%;
}
#showDetailsMobile {
display: inline-block;
}
#allCont {
width: 100%;
margin-left: 0;
margin-top: 1%;
display: inline-block;
font-size: 65%;
}
}