-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhanMuc.css
More file actions
76 lines (74 loc) · 1.24 KB
/
hanMuc.css
File metadata and controls
76 lines (74 loc) · 1.24 KB
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
body
{
margin: 0;
padding: 0;
}
.contentContainer{
padding: 0;
font-size: 25px;
}
.title{
text-align: center;
margin-top: 40px;
}
.button-container {
text-align: center;
margin-top: 20%;
}
.button {
width: 276px;
height: 56px;
border-radius: 35px;
background-color: #E69138;
border-color: black;
}
.content-button{
margin-left: 25px;
}
.gray-background{
background-color: #ccc;
}
.white-background {
background-color: #fff;
}
.margin-top-60{
margin-top: 60px;
}
.margin-left-30{
margin-left: 30%;
}
.margin-top-30{
margin-top: 30px;
}
.margin-top-bottom-30 {
margin-top: 30px;
margin-bottom: 30px;
}
.input-form {
width: 60%;
border: 2px solid #717171
}
.gj-datepicker {
width: 327px;
border: 2px solid #717171;
border-radius: 0.3rem;
}
.comment-text {
font-size: 18px;
}
.add {
background-color: #38761D !important;
border: 1px solid #38761D !important;
border-radius: 40px;
padding: 10px 20px 10px 20px;
margin-right: 15px;
}
.cancel {
background-color: #CF2A27 !important;
border: 1px solid #CF2A27 !important;
border-radius: 40px;
padding: 10px 20px 10px 20px;
}
.padding-bottom-30 {
padding-bottom: 30px;
}