-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
117 lines (116 loc) · 2.04 KB
/
index.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
body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
box-sizing: border-box;
background-color: black;
}
.header{
width: 100%;
height: 250px;
margin: 0%;
background-color:#e5e5e5;
font-size: 1em;
}
.header h1{
width: 100%;
height:40px;
text-align: center;
font: 800;
font-size: 2em;
position: relative;
top: 80px;
margin: 0%;
letter-spacing: 10px;
}
.menu{
width: 100%;
height: 100px;
display: flex;
box-sizing: border-box;
}
.menu .item{
all: unset;
width: 50%;
height: 40px;
background-color:rgb(48, 47, 47);
margin-top: -100px;
margin-left: 25%;
font-size: 20px;
color:white;
display: block;
}
.listcontainer{
width: 50%;
height: auto;
margin: -130px 0%;
margin-left: 25%;
background-color: rgb(48, 47, 47);
color: #e5e5e5;
background-color: gr;
}
.item-row:nth-of-type(1){
margin-top: 0%;
text-align: center;
}
.item-row{
width: 100%;
height: 45px;
display: flex;
border-bottom: 2px solid rgba(255, 255, 255, 0.603);
}
.serialNo,.serialNo-header{
width: 10%;
height: 45px;
text-align: center;
font-size: 1.2em;
box-sizing: border-box;
line-height: 45px;
}
.item-row .item-name-header{
width: 90%;
height: 45px;
font-size:1.3rem;
background-color: grey;
line-height: 45px;
}
.item-row .item-name{
width: 90%;
height: 45px;
font-size:1.3rem;
background-color: rgb(150, 140, 140);
line-height: 45px;
padding-left: 10px;
}
.PopUp{
display: none;
top:0;
position: absolute;
margin-top: 10%;
height: 100%;
width: 100%;
text-align: center;
/* background-color: aqua; */
}
.window{
margin: auto;
width: 40%;
height: 300px;
background-color: grey;
font-size: 1em;
}
.window h6{
text-align: center;
all: unset;
top: 80px;
position: relative;
}
.window button{
display: block;
position: relative;
top: 100px;
left: 20%;
width: 60%;
margin-top: 10px;
}