-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocumentos.css
93 lines (88 loc) · 1.56 KB
/
documentos.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
*{
font-family: 'Assistant', sans-serif;
}
.documentos{
margin-left: 3.55%;
margin-top: 3%;
}
.marcador-lateral__item {
border-radius: 0%;
background-color:#dfe3e1;
color: #a1a4a6;
border: none;
text-align: center;
padding: 0;
margin: 0;
line-height: 50px;
font-size: 16px;
height: 50px;
width: 50px;
margin-bottom: 10px;
}
.marcador-lateral__item:hover{
color: #a1a4a6;
background-color: #dfe3e1;
}
.marcador-lateral__item.active {
color: #5bcff0;
border: 1px solid #5bcff0;
background-color: transparent;
}
.list-group-item:first-child, .list-group-item:last-child {
border-radius: 0;
}
.marcador-lateral{
width: fit-content;
margin: 0;
padding: 0;
}
.test{
padding: 0;
}
h1 {
color: #d592a2;
font-size: 24px;
margin-left: 5%;
margin-bottom: 5%;
font-weight: 800;
}
h2{
color: #d592a2;
font-size: 20px;
/* margin-left: 5%; */
/* margin-bottom: 5%; */
font-weight: 500;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
}
ul{
list-style:none;
}
ul, p , fieldset{
border-left: 3px solid #5bcffd;
padding-left: 20px;
margin-bottom: 50px;
}
p.observacao {
border: none;
background-color: #d592a2;
color: white;
text-align: center;
padding: 12px 0;
}
.observacao a {
text-decoration: none;
color: white;
}
h4 {
font-weight: 600;
font-size: 18px;
}
.link-download{
background-color: black;
color: white;
padding: 5px 10px;
font-weight: 700;
width: fit-content;
}