blob: 8f46fe9d72433f3dd71dc85740668eb1b1579c74 [file] [log] [blame]
Matteo Scandolod2044a42017-08-07 16:08:28 -07001
2/*
3 * Copyright 2017-present Open Networking Foundation
4
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8
9 * http://www.apache.org/licenses/LICENSE-2.0
10
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 */
17
18
Matteo Scandolo2500e392016-03-25 17:20:27 -070019/*!
20 * Bootstrap v3.3.6 (http://getbootstrap.com)
21 * Copyright 2011-2015 Twitter, Inc.
22 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
23 */
24
25// Core variables and mixins
26@import "bootstrap/variables";
27@import "bootstrap/mixins";
28
29// Reset and dependencies
30@import "bootstrap/normalize";
31@import "bootstrap/print";
32@import "bootstrap/glyphicons";
33
34// Core CSS
35@import "bootstrap/scaffolding";
36@import "bootstrap/type";
37@import "bootstrap/code";
38@import "bootstrap/grid";
39@import "bootstrap/tables";
40@import "bootstrap/forms";
41@import "bootstrap/buttons";
42
43// Components
44@import "bootstrap/component-animations";
45@import "bootstrap/dropdowns";
46@import "bootstrap/button-groups";
47@import "bootstrap/input-groups";
48@import "bootstrap/navs";
49@import "bootstrap/navbar";
50@import "bootstrap/breadcrumbs";
51@import "bootstrap/pagination";
52@import "bootstrap/pager";
53@import "bootstrap/labels";
54@import "bootstrap/badges";
55@import "bootstrap/jumbotron";
56@import "bootstrap/thumbnails";
57@import "bootstrap/alerts";
58@import "bootstrap/progress-bars";
59@import "bootstrap/media";
60@import "bootstrap/list-group";
61@import "bootstrap/panels";
62@import "bootstrap/responsive-embed";
63@import "bootstrap/wells";
64@import "bootstrap/close";
65
66// Components w/ JavaScript
67@import "bootstrap/modals";
68@import "bootstrap/tooltip";
69@import "bootstrap/popovers";
70@import "bootstrap/carousel";
71
72// Utility classes
73@import "bootstrap/utilities";
74@import "bootstrap/responsive-utilities";