]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.css
LP1821382 Angular holdings maintenance continued.
[Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / catalog / record / holdings.component.css
1 /*
2 :host /deep/ allows us to share style with child components.
3 In this case, the holdings components wants its grid to see
4 the CSS we have defined for different row types
5
6 See https://v2.angular.io/docs/ts/latest/guide/component-styles.html
7 */
8
9 /* grid row colors are bootstrap class="bg-info" with opacity */
10
11 /*
12 :host /deep/ .holdings-copy-row {
13 }
14 */
15
16 :host /deep/ .holdings-volume-row {
17     color: #004085;
18     background-color: rgb(23,162,184,0.2);
19 }
20
21 :host /deep/ .holdings-org-row-0 {
22     color: #004085;
23     background-color: rgb(23,162,184);
24 }
25
26 :host /deep/ .holdings-org-row-1 {
27     color: #004085;
28     background-color: rgb(23,162,184,0.8);
29 }
30
31 :host /deep/ .holdings-org-row-2 {
32     color: #004085;
33     background-color: rgb(23,162,184,0.6);
34 }
35
36 :host /deep/ .holdings-org-row-3 {
37     color: #004085;
38     background-color: rgb(23,162,184,0.4);
39 }
40
41 /* Add additional classes for more deeply nested org unit hierarchies */