style.scss
1.84 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
@font-face {
font-family: asap_bold_italic;
src: url(./fonts/Asap-BoldItalic.ttf);
}
@font-face {
font-family: asap_bold;
src: url(./fonts/Asap-Bold.ttf);
}
@font-face {
font-family: asap_italic;
src: url(./fonts/Asap-Italic.ttf);
}
@font-face {
font-family: asap;
src: url(./fonts/Asap-Regular.ttf);
}
@import 'utilities/variables';
@import 'nav';
@import 'header';
@import 'proposal_categories';
@import 'proposal_group';
@import 'proposal_detail';
@import 'login';
@import 'footer';
@import 'font-awesome/scss/font-awesome';
@import 'proposal_detail/proposal-detail-base';
@import 'proposal_detail/urgencia-e-emergencia';
@import 'proposal_detail/mais-medicos';
html, body {
margin: 0;
padding: 0;
height: 100%;
font-family: asap, sans;
}
h1 {
position: absolute;
bottom: 0;
left: 0;
color: #03316f;
font-size: 28px;
padding: 20px 0;
margin: 0;
display: block;
width: 100%;
text-transform: uppercase;
border-bottom: 1px solid #d6dcd7;
}
#proposal-result {
width: 90%;
margin: 0 auto;
}
#content {
padding-bottom: 50px;
/*background: transparent url(./images/header.png) center bottom no-repeat;*/
p {
font{
weight: lighter;
size: 14px;
}
text-align: justify;
margin: 20px;
line-height: 1.5em;
}
}
.hide {
display: none;
}
.mobile nav {
position: absolute;
bottom: 0;
}
form {
label, input, div.label, textarea {
width: 90%;
margin: 0 auto;
font-size: 14px;
display: block;
padding: 5px;
}
input, textarea {
color: #333;
border: 1px solid #18376C;
}
textarea {
margin-bottom: 10px;
}
a {
font-size: 14px;
font-weight: bold;
color: #333;
font-weight: bold;
text-decoration: none;
margin: 10px 20px;
}
.actions, .oauth {
text-align: center;
font-size: 12px;
margin-top: 10px;
}
}