remove SNAPSHOT
[aai/sparky-fe.git] / resources / scss / bootstrap.scss
1 /**
2  * ============LICENSE_START=======================================================
3  * org.onap.aai
4  * ================================================================================
5  * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved.
6  * Copyright © 2017-2018 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 // ONAP CORE
22 @import "common/variables";
23
24 // Import Typography Section 
25 @import "common/typography";
26
27
28
29
30 // Core variables and mixins
31 @import "bootstrap-cust/variables";
32 @import "bootstrap/variables";
33 @import "bootstrap/mixins";
34 // Reset and dependencies
35 //@import "bootstrap/normalize";
36 //@import "bootstrap/print";
37 //@import "bootstrap/glyphicons";
38
39 // Core CSS
40 @import "bootstrap-cust/scaffolding";
41 @import "bootstrap/type";
42 @import "bootstrap/code";
43 @import "bootstrap/grid";
44 @import "bootstrap/tables";
45 @import "bootstrap-cust/tables";
46 @import "bootstrap/forms";
47 @import "bootstrap-cust/forms";
48 @import "bootstrap/buttons";
49 @import "bootstrap-cust/buttons";
50 // Components
51 @import "bootstrap/component-animations";
52 @import "bootstrap/dropdowns";
53 @import "bootstrap-cust/dropdowns";
54 @import "bootstrap/button-groups";
55 @import "bootstrap/input-groups";
56 @import "bootstrap/navs";
57 @import "bootstrap-cust/navs";
58 @import "bootstrap/navbar";
59 @import "bootstrap-cust/navbar";
60 @import "bootstrap/breadcrumbs";
61 @import "bootstrap/pagination";
62 @import "bootstrap/pager";
63 @import "bootstrap/labels";
64 @import "bootstrap/badges";
65 @import "bootstrap/jumbotron";
66 // @import "bootstrap/thumbnails";
67 @import "bootstrap/alerts";
68 @import "bootstrap/progress-bars";
69 @import "bootstrap/media";
70 @import "bootstrap/list-group";
71 @import "bootstrap-cust/list-group";
72 @import "bootstrap/panels";
73 @import "bootstrap-cust/panels";
74 // @import "bootstrap/responsive-embed";
75 //@import "bootstrap/wells";
76 @import "bootstrap/close";
77 @import "bootstrap-cust/close";
78 // Components w/ JavaScript
79 @import "bootstrap/modals";
80 @import "bootstrap-cust/modals";
81 @import "bootstrap/tooltip";
82 @import "bootstrap/popovers";
83 // @import "bootstrap/carousel";
84 // Utility classes
85 @import "bootstrap/utilities";
86 @import "bootstrap/responsive-utilities";