[AAI-92 Amsterdam] Update license
[aai/sparky-fe.git] / resources / scss / bootstrap.scss
1 /**
2  * ============LICENSE_START=======================================================
3  * org.onap.aai
4  * ================================================================================
5  * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
6  * Copyright © 2017 Amdocs
7  * ================================================================================
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  *
12  *       http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  * ============LICENSE_END=========================================================
20  *
21  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
22  */
23
24
25 // DOX CORE
26 @import "common/variables";
27 @import "common/typography";
28
29 // Core variables and mixins
30 @import "bootstrap-cust/variables";
31 @import "bootstrap/variables";
32 @import "bootstrap/mixins";
33 // Reset and dependencies
34 @import "bootstrap/normalize";
35 //@import "bootstrap/print";
36 //@import "bootstrap/glyphicons";
37
38 // Core CSS
39 @import "bootstrap/scaffolding";
40 @import "bootstrap/type";
41 @import "bootstrap/code";
42 @import "bootstrap/grid";
43 @import "bootstrap/tables";
44 @import "bootstrap-cust/tables";
45 @import "bootstrap/forms";
46 @import "bootstrap-cust/forms";
47 @import "bootstrap/buttons";
48 @import "bootstrap-cust/buttons";
49 // Components
50 @import "bootstrap/component-animations";
51 @import "bootstrap/dropdowns";
52 @import "bootstrap-cust/dropdowns";
53 @import "bootstrap/button-groups";
54 @import "bootstrap/input-groups";
55 @import "bootstrap/navs";
56 @import "bootstrap-cust/navs";
57 @import "bootstrap/navbar";
58 @import "bootstrap-cust/navbar";
59 @import "bootstrap/breadcrumbs";
60 @import "bootstrap/pagination";
61 @import "bootstrap/pager";
62 @import "bootstrap/labels";
63 @import "bootstrap/badges";
64 @import "bootstrap/jumbotron";
65 // @import "bootstrap/thumbnails";
66 @import "bootstrap/alerts";
67 @import "bootstrap/progress-bars";
68 @import "bootstrap/media";
69 @import "bootstrap/list-group";
70 @import "bootstrap-cust/list-group";
71 @import "bootstrap/panels";
72 @import "bootstrap-cust/panels";
73 // @import "bootstrap/responsive-embed";
74 //@import "bootstrap/wells";
75 @import "bootstrap/close";
76 @import "bootstrap-cust/close";
77 // Components w/ JavaScript
78 @import "bootstrap/modals";
79 @import "bootstrap-cust/modals";
80 @import "bootstrap/tooltip";
81 @import "bootstrap/popovers";
82 // @import "bootstrap/carousel";
83 // Utility classes
84 @import "bootstrap/utilities";
85 @import "bootstrap/responsive-utilities";