-
Notifications
You must be signed in to change notification settings - Fork 1
/
style1.css
81 lines (65 loc) · 1.48 KB
/
style1.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
/* css/bootstrap.css */
body{
background-color: #f8f9fa;
font-family: Arial, sans-serif;
justify-content: center;
box-sizing: border-box;
align-items: center;
height: 100vh;
}
.container {
margin-top: 5px;
}
.panel {
/*border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
padding: 30px;
width: 400px;
margin: 0 auto;
background-color: #fff;
box-sizing: border-box;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.panel-heading {
color: orange;
padding: 15px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.panel-body {
padding: 20px;
width: 40px;
}
.form-group label {
font-weight: bold;
}
.form-control {
/*border-radius: 5px;*/
/*border: 1px solid #ced4da;*/
box-sizing: border-box;
}
.btn-primary {
background-color:orange;
border-color: orange;
border-radius: 5px;
padding: 10px 15px;
}
.btn-primary:hover {
background-color:orange;
border-color: orange;
}
.panel-footer {
background-color: #f1f1f1;
padding: 10px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.form-group{
width: 300px;
background-color: #fff;
box-sizing: border-box;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
height: 10vh;
justify-content: center;
align-items: center;
}