-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadmin.css
102 lines (82 loc) · 1.57 KB
/
admin.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
body{
background-color: #ccc;
}
table {
width: 100%;
border-collapse: collapse;
border: 1px solid #ccc;
font-family: Arial, sans-serif;
}
thead {
background-color: #a98e8e;
}
thead th {
padding: 10px;
font-weight: bold;
border: 1px solid #b88f8f;
}
tbody td {
padding: 10px;
border: 1px solid #6b5050;
}
tbody tr:nth-child(even) {
background-color: #f2f2f2;
}
/* Button styles */
button {
background-color: #4CAF50;
color: white;
padding: 6px 12px;
border: none;
cursor: pointer;
}
a {
color: white;
text-decoration: none;
}
/* Button hover effect */
button:hover {
background-color: #45a049;
}
/* Optional: Centering the content of cells */
td, th {
text-align: center;
}
.admin-table-container{
display: flex;
justify-content: center;
margin-top: 10px;
}
.admin-table{
width: 85%;
}
.admin-button{
margin-top: 50px;
margin-left: 125px;
}
.admin-footer{
color: #205154;
text-align: center;
padding: 50px;
}
.admin-header{
color: #205154;
font-family: 'Inter', sans-serif;
font-size: 2.4225rem;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-top: 50px;
text-align: center;
}
.adi{
width: 80px;
height: 50px;
}
.up{
text-align: center;
margin-top: 60px;
margin-bottom: -30px;
font-size: 2rem;
font-weight: 600;
}