participa-consulta.scss
699 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
$selected-color: #f6c445;
@font-face {
font-family: 'Ubuntu';
font-weight: 300;
font-style: normal;
src: url('../assets/fonts/participa-consulta/Ubuntu-R.ttf');
}
@font-face {
font-family: 'Ubuntu Medium';
font-weight: 300;
font-style: normal;
src: url('../assets/fonts/participa-consulta/Ubuntu-M.ttf');
}
@font-face {
font-family: 'Ubuntu';
font-weight: 300;
font-style: italic;
src: url('../assets/fonts/participa-consulta/Ubuntu-RI.ttf');
}
.profile-header, .profile-footer{
text-align: center;
}
.container-fluid .navbar-header .navbar-toggle{
&:hover, &:focus {
background-color: #7E7E7E;
}
}
.ats-switch {
border: 0px;
border-color: transparent;
}