-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
86 lines (75 loc) · 1.45 KB
/
Copy pathstyle.css
File metadata and controls
86 lines (75 loc) · 1.45 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
77
78
79
80
81
82
83
84
85
86
body,
body * {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Arial', sans-serif;
font-size: 16px;
}
.box-no-script,
.box-mensagem {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
display: flex;
align-items: center;
justify-content: center;
}
.box-no-script {
background-color: #FFF;
color: #000;
}
.btn-principal-no-script,
.btn-principal {
cursor: pointer;
outline: none;
padding: 0.5rem 0.75rem;
outline: none !important;
border: 1px solid #CCC;
border-radius: 5px;
transition: background-color ease-in-out 0.3s;
}
.btn-principal-no-script:hover,
.btn-principal:hover {
background-color: #DDD;
border-color: #BBB;
}
div.box-obrigado-contribuicao {
margin: 10px;
}
div.texto-pagina-centralizado-alt {
margin-top: 30px;
max-width: 40ch;
padding: 40px 0;
border-top: 1px dashed #000000;
border-bottom: 1px dashed #000000;
}
button.btn-principal-no-script {
width: auto;
padding-left: 60px;
padding-right: 60px;
cursor: pointer;
}
.box-no-script h2,
.titulo-texto-pagina-centralizado span {
font-family: inherit, sans-serif;
font-size: inherit;
}
.titulo-texto-pagina-centralizado {
text-align: left;
line-height: 34px;
font-size: 1.75rem;
font-weight: 600;
}
.label-texto-pagina-centralizado {
text-align: left;
line-height: 1.5;
text-wrap: balance;
}
.label-texto-pagina-centralizado-secundario {
text-align: left;
margin-bottom: 0;
}