-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcadastro.css
More file actions
57 lines (54 loc) · 1.01 KB
/
Copy pathcadastro.css
File metadata and controls
57 lines (54 loc) · 1.01 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
.container-cadastro{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 1.5rem;
flex-direction: column;
}
.container-cadastro input::placeholder{
color: white;
font-size: 1.0rem;
}
.container-cadastro input{
width: 90%;
}
.cadastro{
flex-direction: column;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: -5rem;
}
.cadastro input{
color: white;
}
.titulo{
border: none;
border-bottom: 5px solid white;
}
.titulo h2{
margin: -0.1rem;
margin-top: 7rem;
color: white;
}
#cancelar-btn{
margin-top: -5.0rem;
width: 40%;
margin-bottom: 6rem;
border-radius: 2rem 2rem;
width: 50%;
height: 6vh;
font-size: 1.0rem;
font-weight: 600;
color: white;
}
#cadastro-btn{
margin: 5rem;
margin-top: 1rem;
width: 40%;
border-radius: 2rem 2rem;
margin-bottom: 6rem;
width: 50%;
height: 6vh;
font-size: 1.0rem;
font-weight: 600;
color: white;
}