]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - themes/default/less/bootstrap-mobile.less
Release 6.5.3
[Github/sugarcrm.git] / themes / default / less / bootstrap-mobile.less
1 /*!
2  * Bootstrap v2.0.1
3  *
4  * Copyright 2012 Twitter, Inc
5  * Licensed under the Apache License v2.0
6  * http://www.apache.org/licenses/LICENSE-2.0
7  *
8  * Designed and built with all the love in the world @twitter by @mdo and @fat.
9  */
10
11 // CSS Reset
12 @import "reset";
13
14 // Core variables and mixins
15 @import "variables"; // Modify this for custom colors, font-sizes, etc
16 @import "mixins";
17
18 // Grid system and page structure
19 @import "scaffolding";
20 @import "grid";
21 @import "layouts";
22
23 // Base CSS
24 @import "type";
25 @import "code";
26 @import "forms";
27 @import "tables";
28
29 // Components: common
30 @import "font-awesome";
31 @import "dropdowns";
32 @import "wells";
33 @import "component-animations";
34 @import "close";
35
36 // Components: Buttons & Alerts
37 @import "buttons";
38 @import "button-groups";
39 @import "alerts"; // Note: alerts share common CSS with buttons and thus have styles in buttons
40
41 // Components: Nav
42 @import "navs";
43 @import "navbar";
44
45 // Components: Popovers
46 @import "modals";
47
48 // Components: Misc
49 @import "thumbnails";
50 @import "labels";
51 @import "progress-bars";
52 @import "accordion";
53
54 // Sugar
55 @import "sugarmobile";
56
57 // Utility classes
58 @import "utilities";