-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
69 lines (57 loc) · 905 Bytes
/
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
67
68
69
p {
font-family:Verdana;
}
button {
font-family: Verdana;
}
select {
font-family: Verdana;
width: 200px;
height: 50px;
font-size: 20px;
}
.data-hora {
text-align: center;
}
#dia-semana {
margin-bottom: 0px;
font-size: 20px;
}
#data-atual {
margin-top: 0px;
font-size: 30px;
}
#hora-atual {
font-size: 90px;
}
#btn-registrar {
display: block;
margin-left: auto;
margin-right: auto;
}
#btn-dialog-fechar{
background-color:rgb(240, 16, 16);
width: 35px;
position: absolute;
top: 2px;
right: 2px;
font-size: 15px;
}
#btn-registrar{
width: 200px;
height: 55px;
border-radius: 20px;
font-size: 20px;
}
#btn-dialog-registrar {
font-size: 20px;
width: 150px;
height: 50px;
}
#dialog-ponto{
width: 500px;
height: 300px;
border: 0px;
padding: 30px;
font-size: 30px;
}