-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
53 lines (46 loc) · 882 Bytes
/
Copy pathstyles.css
File metadata and controls
53 lines (46 loc) · 882 Bytes
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
html {
font-family: sans-serif;
font-size: 15px;
line-height: 1.4;
color: #444;
}
body {
margin: 0;
font-size: 1em;
background-color: pink;
}
.wrapper {
margin: 15px auto;
max-width: 1100px;
}
.container-convert {
background: #ffffff;
border-radius: 25px;
padding: 35px;
max-width: 475px;
margin: 0 auto;
overflow: auto;
}
#monthAndYear {
text-align: center;
margin-top: 0;
}
.footer-container-calendar {
margin-top: 1em;
border-top: 1px solid #dadada;
padding: 10px 0;
}
.footer-container-calendar select {
cursor: pointer;
display: inline-block;
zoom: 1;
background: #ffffff;
color: #585858;
border: 1px solid #bfc5c5;
border-radius: 3px;
padding: 5px 1em;
}
.add-text{
font-weight: 700;
font-size: 1.5rem;
}