20
|
1 |
@import 'bower_components/bootstrap-sass/assets/stylesheets/_bootstrap'; |
|
2 |
@import 'bower_components/font-awesome/scss/font-awesome'; |
|
3 |
|
|
4 |
$btn-font-weight: 300; |
|
5 |
$font-family-sans-serif: "Roboto", Helvetica, Arial, sans-serif; |
|
6 |
|
|
7 |
body, label, .checkbox label { |
|
8 |
font-weight: 300; |
|
9 |
} |
|
10 |
|
|
11 |
.doc_details_title { |
|
12 |
@extend .h3; |
|
13 |
margin-top: 0; |
|
14 |
} |
|
15 |
.content-main-title { |
|
16 |
@extend .h4; |
|
17 |
} |
|
18 |
|
|
19 |
.data-audio-title { |
|
20 |
@extend .h4; |
|
21 |
} |
|
22 |
|
|
23 |
.content-title { |
|
24 |
@extend .h5; |
|
25 |
} |
|
26 |
|
|
27 |
.bo-doc-edit-icons { |
|
28 |
cursor: pointer; |
|
29 |
} |
|
30 |
|
|
31 |
#doc-contributors-table-pane { |
|
32 |
display: none; |
|
33 |
margin-top: 20px; |
|
34 |
} |