7751d1ef66a9bdaf94a0ce22e3982d74c2326848
[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 // ONAP CORE
25 @import "common/variables";
26
27 // Import Typography Section 
28 @import "common/typography";
29
30
31
32
33 // Core variables and mixins
34 @import "bootstrap-cust/variables";
35 @import "bootstrap/variables";
36 @import "bootstrap/mixins";
37 // Reset and dependencies
38 //@import "bootstrap/normalize";
39 //@import "bootstrap/print";
40 //@import "bootstrap/glyphicons";
41
42 // Core CSS
43 @import "bootstrap-cust/scaffolding";
44 @import "bootstrap/type";
45 @import "bootstrap/code";
46 @import "bootstrap/grid";
47 @import "bootstrap/tables";
48 @import "bootstrap-cust/tables";
49 @import "bootstrap/forms";
50 @import "bootstrap-cust/forms";
51 @import "bootstrap/buttons";
52 @import "bootstrap-cust/buttons";
53 // Components
54 @import "bootstrap/component-animations";
55 @import "bootstrap/dropdowns";
56 @import "bootstrap-cust/dropdowns";
57 @import "bootstrap/button-groups";
58 @import "bootstrap/input-groups";
59 @import "bootstrap/navs";
60 @import "bootstrap-cust/navs";
61 @import "bootstrap/navbar";
62 @import "bootstrap-cust/navbar";
63 @import "bootstrap/breadcrumbs";
64 @import "bootstrap/pagination";
65 @import "bootstrap/pager";
66 @import "bootstrap/labels";
67 @import "bootstrap/badges";
68 @import "bootstrap/jumbotron";
69 // @import "bootstrap/thumbnails";
70 @import "bootstrap/alerts";
71 @import "bootstrap/progress-bars";
72 @import "bootstrap/media";
73 @import "bootstrap/list-group";
74 @import "bootstrap-cust/list-group";
75 @import "bootstrap/panels";
76 @import "bootstrap-cust/panels";
77 // @import "bootstrap/responsive-embed";
78 //@import "bootstrap/wells";
79 @import "bootstrap/close";
80 @import "bootstrap-cust/close";
81 // Components w/ JavaScript
82 @import "bootstrap/modals";
83 @import "bootstrap-cust/modals";
84 @import "bootstrap/tooltip";
85 @import "bootstrap/popovers";
86 // @import "bootstrap/carousel";
87 // Utility classes
88 @import "bootstrap/utilities";
89 @import "bootstrap/responsive-utilities";