cadastro-proposta.scss
661 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
.envio-proposta {
.titulo-envio-proposta{
color: #2D7B66;
font-size: 30px
}
.bloco-programa {
border-color: gray;
border-width: 1px;
border-style: solid;
border-radius: 5px;
padding: 15px;
}
.texto-programa {
font-weight: 600;
}
.linha-proposta {
margin-bottom: 40px;
}
.texto-proposta {
width: 100%;
height: 200px;
resize: none;
}
.popover .fade .right .in {
top: 0px!important;
}
.popover-content {
width: 300px;
}
.popover-title {
display: none;
}
.link-popover {
font-size: 15px;
color: gray;
padding: 0px 7px;
border-style: none;
}
}