Endpoints
[groupbasedpolicy.git] / groupbasedpolicy-ui / module / src / main / resources / gbp / common / gbp.css.orig
1 .gbpUiGlobalWrapper {
2     background: #ffffff;
3     margin-bottom: 0!important;
4     min-height: 100%;
5     padding: 0px;
6 }
7
8 .gbpUiGlobalWrapper .main {
9     top: 0px;
10 }
11
12 .gbpUiWrapper {
13     background-color: #414042;
14 }
15
16 .gbpUiWrapper .pageContent {
17     margin: 0px;
18     padding: 0px;
19     width: 100%;
20     height: 100%;
21 }
22
23 .gbpUiWrapper .side-panel {
24     width: 400px;
25     color: #000 ! important;
26     border: 1px solid #000;
27 }
28
29 .gbpUiWrapper .h100 {
30     height: 100%;
31 }
32
33 .gbpUiWrapper.w100 {
34     width: 100%;
35 }
36
37 .gbpUiWrapper.flt-r {
38     float: right;
39 }
40
41 /* LAYOUT */
42 .layout-padding-lr15 {
43     padding: 0 15px;
44 }
45
46 /* TABLES */
47 .gbpUiWrapper .md-table span {
48     color: rgba(0,0,0,.87);
49 }
50 .gbpUiWrapper .md-table-pagination span {
51     color: rgba(0,0,0,.87);
52     font-weight: normal;
53 }
54 .gbpUiWrapper button.md-button.md-icon-button.w85 {
55     width: 85px;
56 }
57
58 /* BUTTONS */
59 .gbpUiWrapper button.md-primary span {
60     color: rgb(33,150,243);
61 }
62 .gbpUiWrapper button .md-icon {
63     width: 30px;
64 }
65
66 /* DIALOG */
67 .gbpDialogWrapper button.md-primary span {
68     color: rgba(0,0,0,0.87);
69 }
70 .gbpDialogWrapper button.md-primary[disabled] span {
71     color: rgba(0,0,0,0.26);
72 }
73
74 svg g.node text {
75     pointer-events: auto !important;
76 }
77
78 .expander md-content {
79     line-height: 15px;
80     width: 100%;
81 }
82
83 .expander .md-list-item-inner {
84     flex-flow: row wrap;
85 }
86
87 .expand-button {
88     min-width: 0px !important;
89     min-height: 0px !important;
90     margin-top: 0 !important;
91     margin-bottom: 0 !important;
92     line-height: normal !important;
93 }
94
95 #graph-container {
96     padding-left: 0;
97 }
98
99 /* $mdDialog.confirm */
100 md-dialog button span {
101     color: #000;
102 }
103
104 md-sidenav span {
105     color: inherit !important;
106 }
107
108 div.md-primary.md-subheader.ng-scope > div > span > span {
109   color: rgb(33,150,243);
110 }
111
112 .md-subheader {
113     font-weight: bold !important;
114 }
115
116 md-sidenav > md-toolbar > div > h2 > span {
117     margin: 20px 0;
118     color: #666;
119 }
120
121 span.flex-35 > strong {
122     color: rgba(0,0,0,0.87);
123 }
124
125 span.ng-binding.flex {
126     color: rgba(0,0,0,0.87);
127 }
128
129 md-select:not([disabled]) .md-select-value .md-text {
130         color: black;
131 }
132
133 .md-input-has-value label {
134     color: rgba(0,0,0,0.54);
135 }
136
137 md-select-value span {
138         color: rgba(0,0,0,0.26);
139     font-weight: bold;
140     margin-bottom: 5px;
141     line-height: 1.428571429;
142 }
143
144 md-select-value span div {
145     font-weight: normal;
146 }
147
148 .md-chips {
149         padding: 0 0 0 0 !important;
150 }
151
152 md-dialog-content > div:first-child {
153     padding-top: 20px;
154     padding-bottom: 20px;
155 }
156
157 .gbpUiGlobalWrapper .md-locked-open {
158     width: 500px;
159     min-width: 500px;
160 }
161
162 .breadcrumbs {
163     display: inline-block;
164     font-size: 16px;
165     font-weight: 500;
166     line-height: 1em;
167     padding-left: 0;
168     margin: 10px 0;
169 }
170
171 .breadcrumbs .breadcrumb {
172     display: inline-block;
173     color: rgba(0,0,0,.54);
174     background-color: transparent;
175     padding: 0;
176     font-size: 13px;
177     margin-bottom: 0 !important;
178     vertical-align: middle;
179 }
180
181 .breadcrumbs .breadcrumb[role="button"] {
182     color: rgb(33, 150, 243);
183 }
184
185 <<<<<<< HEAD
186 .layout-padding-r10 {
187     padding-right: 10px;
188 }
189
190 .layout-padding-b15 {
191     padding-bottom: 15px;
192 }
193
194 .order {
195     color: #000 !important;
196     margin: 0;
197 }
198
199 .status-circle.allow {
200     color: green;
201 }
202
203 .status-circle.require-contract {
204     color: orange;
205 }
206 =======
207 md-ink-bar {
208     background: red !important;
209 }
210
211 md-tab-item > span {
212     color: rgba(0,0,0,0.54);
213 }
214
215 md-tab-item.md-tab.ng-scope.ng-isolate-scope.md-ink-ripple.md-active > span {
216     color: rgb(16,108,200);
217 }
218
219 .layout-padding-lr15.ng-scope.layout-column > div {
220     padding-top: 15px;
221 }
222
223 div.md-primary.md-subheader > div > span > span {
224     color: rgb(33,150,243);
225 }
226 >>>>>>> c391bea... Endpoints