-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadmin-style.css
66 lines (49 loc) · 874 Bytes
/
admin-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
body {
background: #f5f5f5;
background-image: url('images/Untitled\ design.png');
background-repeat: no-repeat;
background-size: cover;
}
.background-l-side {
background: #2f2f2fdd;
color: #fff;
padding: 40px;
border-radius: 10px;
}
.header-text {
background: rgba(51, 51, 51, 0.934);
color: #fff;
padding: 10px;
}
.nav-link {
color: #fff;
}
.footer-text {
background: rgba(51, 51, 51, 0.841);
color: #fff;
padding: 10px;
}
.left-content {
text-align: center;
}
form {
margin-top: 20px;
}
form {
margin-bottom: 20px;
}
input {
border-radius: 5px;
border: 1px solid #ccc;
padding: 10px;
width: 80%;
}
button[type="submit"] {
background: #333;
color: #fff;
border-radius: 5px;
padding: 10px 20px;
border: none;
width: 30%;
margin-left: 35%;
}