28
|
1 |
$btn-font-weight: 300; |
|
2 |
$font-family-sans-serif: "Roboto", Helvetica, Arial, sans-serif; |
|
3 |
|
|
4 |
|
20
|
5 |
@import 'bower_components/bootstrap-sass/assets/stylesheets/_bootstrap'; |
|
6 |
@import 'bower_components/font-awesome/scss/font-awesome'; |
|
7 |
|
28
|
8 |
@import 'icons'; |
|
9 |
|
|
10 |
@import "pod-styles"; |
20
|
11 |
|
|
12 |
body, label, .checkbox label { |
|
13 |
font-weight: 300; |
|
14 |
} |
|
15 |
|
28
|
16 |
.doc-details-title { |
20
|
17 |
@extend .h3; |
|
18 |
margin-top: 0; |
|
19 |
} |
28
|
20 |
|
20
|
21 |
.content-main-title { |
|
22 |
@extend .h4; |
|
23 |
} |
|
24 |
|
|
25 |
.data-audio-title { |
|
26 |
@extend .h4; |
|
27 |
} |
|
28 |
|
|
29 |
.content-title { |
|
30 |
@extend .h5; |
|
31 |
} |
|
32 |
|
|
33 |
.bo-doc-edit-icons { |
|
34 |
cursor: pointer; |
|
35 |
} |
|
36 |
|
28
|
37 |
.bo-doc-no-edit-icons { |
|
38 |
cursor: not-allowed; |
|
39 |
} |
|
40 |
|
20
|
41 |
#doc-contributors-table-pane { |
|
42 |
display: none; |
|
43 |
margin-top: 20px; |
|
44 |
} |
28
|
45 |
|
|
46 |
.bo-doc-actions-col { |
|
47 |
@extend .text-center; |
|
48 |
} |
|
49 |
|
|
50 |
.bo-doc-ref-link, .bo-doc-ref-link:hover, .bo-doc-ref-link:active, .bo-doc-ref-link:visited { |
|
51 |
color: $text-color; |
|
52 |
} |
|
53 |
|
|
54 |
.bo-doc-ref-link:after { |
|
55 |
@extend .#{$fa-css-prefix}-external-link:before; |
|
56 |
font-family: FontAwesome; |
|
57 |
font-size: 0.5em; |
|
58 |
padding-left: 3px; |
|
59 |
vertical-align: top; |
|
60 |
display: inline-block; |
|
61 |
} |
|
62 |
.bo-doc-ref-link:hover:after, .bo-doc-ref-link:active:after, .bo-doc-ref-link:visited:after { |
|
63 |
text-decoration: none; |
|
64 |
} |
|
65 |
|
|
66 |
.doc-buttons { |
|
67 |
margin-top: 1em; |
|
68 |
} |