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 |
|
20
|
10 |
body, label, .checkbox label { |
|
11 |
font-weight: 300; |
|
12 |
} |
|
13 |
|
28
|
14 |
.doc-details-title { |
20
|
15 |
@extend .h3; |
|
16 |
margin-top: 0; |
|
17 |
} |
28
|
18 |
|
20
|
19 |
.content-main-title { |
|
20 |
@extend .h4; |
|
21 |
} |
|
22 |
|
|
23 |
.data-audio-title { |
|
24 |
@extend .h4; |
|
25 |
} |
|
26 |
|
|
27 |
.content-title { |
|
28 |
@extend .h5; |
|
29 |
} |
|
30 |
|
|
31 |
.bo-doc-edit-icons { |
|
32 |
cursor: pointer; |
|
33 |
} |
|
34 |
|
28
|
35 |
.bo-doc-no-edit-icons { |
|
36 |
cursor: not-allowed; |
|
37 |
} |
|
38 |
|
20
|
39 |
#doc-contributors-table-pane { |
|
40 |
display: none; |
|
41 |
margin-top: 20px; |
|
42 |
} |
28
|
43 |
|
|
44 |
.bo-doc-actions-col { |
|
45 |
@extend .text-center; |
|
46 |
} |
|
47 |
|
|
48 |
.bo-doc-ref-link, .bo-doc-ref-link:hover, .bo-doc-ref-link:active, .bo-doc-ref-link:visited { |
|
49 |
color: $text-color; |
|
50 |
} |
|
51 |
|
|
52 |
.bo-doc-ref-link:after { |
|
53 |
@extend .#{$fa-css-prefix}-external-link:before; |
|
54 |
font-family: FontAwesome; |
|
55 |
font-size: 0.5em; |
|
56 |
padding-left: 3px; |
|
57 |
vertical-align: top; |
|
58 |
display: inline-block; |
|
59 |
} |
|
60 |
.bo-doc-ref-link:hover:after, .bo-doc-ref-link:active:after, .bo-doc-ref-link:visited:after { |
|
61 |
text-decoration: none; |
|
62 |
} |
|
63 |
|
|
64 |
.doc-buttons { |
|
65 |
margin-top: 1em; |
|
66 |
} |
137
|
67 |
|
|
68 |
//bo-doc-contributor-nameurl-cell styles |
|
69 |
$nameurl-gutter: 10px; |
|
70 |
|
|
71 |
.bo-doc-contributor-nameurl-cell .row { |
|
72 |
margin-left: -($nameurl-gutter / 2); |
|
73 |
margin-right: -($nameurl-gutter / 2); |
|
74 |
} |
|
75 |
.bo-doc-contributor-nameurl-cell .nameurl-col { |
|
76 |
position: static; |
|
77 |
float: left; |
|
78 |
display: table-cell; |
|
79 |
min-height: 1px; |
|
80 |
padding: 0 (($nameurl-gutter / 2)-2 ) 0 (($nameurl-gutter / 2)-2); |
|
81 |
} |
|
82 |
|
|
83 |
.bo-doc-contributor-nameurl-cell .nameurl-col-name { |
|
84 |
@extend .nameurl-col; |
|
85 |
width: percentage(4.5 / 8); |
|
86 |
} |
|
87 |
|
|
88 |
.bo-doc-contributor-nameurl-cell .nameurl-col-url { |
|
89 |
@extend .nameurl-col; |
|
90 |
width: percentage(3.5 / 8); |
|
91 |
} |
|
92 |
|
|
93 |
.bo-doc-contributor-nameurl-cell .nameurl-col-autocomplete { |
|
94 |
@extend .nameurl-col; |
|
95 |
width: percentage(11/12); |
|
96 |
} |
|
97 |
|
|
98 |
.bo-doc-contributor-nameurl-cell .nameurl-col-icon { |
|
99 |
@extend .nameurl-col; |
|
100 |
width: percentage(1/12); |
|
101 |
} |
|
102 |
|
|
103 |
.bo-doc-contributor-nameurl-cell .nameurl-col-icon:focus { |
|
104 |
outline: 0; |
|
105 |
} |
|
106 |
|
|
107 |
//bo-doc-contributor-row styles |
|
108 |
.bo-doc-edit-icons-save-dirty { |
|
109 |
color: red; |
|
110 |
} |
|
111 |
|
|
112 |
//bo-doc-subject-row styles |
|
113 |
.bo-doc-subject-not-bnf { |
|
114 |
color: $gray-light; |
|
115 |
} |
|
116 |
|
|
117 |
.bo-doc-subject-not-bnf { |
|
118 |
.bo-doc-ref-link, .bo-doc-ref-link:hover, .bo-doc-ref-link:active, .bo-doc-ref-link:visited { |
|
119 |
color: $gray-light; |
|
120 |
} |
|
121 |
} |
|
122 |
|
|
123 |
|
|
124 |
//bo-doc-subjects styles |
|
125 |
#doc-subjects-table-pane { |
|
126 |
display: none; |
|
127 |
margin-top: 20px; |
|
128 |
} |