Add seed code for sdnr app based on ONF Centennial
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / ux / onapSo / onapSo-module / src / main / resources / onapSo / onapSo-custom.css
1 /**
2  *  Add your application related css here
3  */
4
5  .app-onapSo * {
6   box-sizing: border-box;
7 }
8
9 .app-onapSo .col {
10 height: 70px;
11 width: 12.5%;
12 float: left;
13 padding: 15px;
14 }
15
16 .app-onapSo .row::after {
17   content: "";
18   clear: both;
19   display: table;
20 }
21
22
23
24 .onapSoGrid {
25   height: 600px;
26   background-color: white;
27 }
28
29 .onapSoGrid span {
30   color: #393939;
31 }
32 .ht-pagination span {
33   color: #393939;
34 }
35 .ht-pagination span.dark {
36   color: #393939;
37 }
38 .dark {
39   color: #393939;
40 }
41
42
43
44 .onapSoGrid div.debug {
45   color: #393939;
46   background-color: white;
47 }
48 .onapSoGrid div.error {
49   color: #ff0000;
50   background-color: #ffeeee;
51   font-weight: bold;
52 }
53
54 .onapSoGrid div.info {
55   color: #3276b1;
56   background-color: #eeeeff;
57 }
58
59 .onapSoGrid div.warning {
60   color: #ffa500;
61   background-color: #ffeedd;
62 }
63
64 .rotated {
65     transform: rotate(180deg);
66     -webkit-transform: rotate(180deg);
67     -ms-transform: rotate(180deg);
68     -moz-transform: rotate(180deg);
69     -o-transform: rotate(180deg);
70 }
71
72 h3.modal-title {
73   color: #393939;
74 }
75
76 .modal-body span {
77   color: #393939;
78