af016b0e8039b8543cba8ba48bb80863535a53de
[aai/sparky-fe.git] / resources / scss / bootstrap.scss
1 /*
2 * ============LICENSE_START=======================================================
3 * SPARKY (AAI UI service)
4 * ================================================================================
5 * Copyright © 2017 AT&T Intellectual Property.
6 * Copyright © 2017 Amdocs
7 * All rights reserved.
8 * ================================================================================
9 * Licensed under the Apache License, Version 2.0 (the "License");
10 * you may not use this file except in compliance with the License.
11 * You may obtain a copy of the License at
12 *
13 *      http://www.apache.org/licenses/LICENSE-2.0
14 *
15 * Unless required by applicable law or agreed to in writing, software
16 * distributed under the License is distributed on an "AS IS" BASIS,
17 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 * See the License for the specific language governing permissions and
19 * limitations under the License.
20 * ============LICENSE_END=========================================================
21 *
22 * ECOMP and OpenECOMP are trademarks
23 * and service marks of AT&T Intellectual Property.
24 */
25
26 // DOX CORE
27 @import "common/variables";
28 @import "common/typography";
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/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";