Always use saml by default
[cascardo/ipsilon.git] / less / ipsilon.less
1 //
2 // Copyright (C) 2014  Petr Vobornik <pvoborni@redhat.com>
3 //
4 // see file 'COPYING' for use and warranty information
5 //
6 // This program is free software; you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published by
8 // the Free Software Foundation, either version 3 of the License, or
9 // (at your option) any later version.
10 //
11 // This program is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 // GNU General Public License for more details.
15 //
16 // You should have received a copy of the GNU General Public License
17 // along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
19 // Styles are taken from PatternFly and Bootstrap project.
20
21 // Bootstrap 3 Core variables and mixins
22 @import "bootstrap/variables.less";
23 @import "bootstrap/mixins.less";
24
25 // Bootstrap 3 Reset
26 @import "bootstrap/normalize.less";
27 @import "bootstrap/print.less";
28
29 // Bootstrap 3 Core CSS
30 @import "bootstrap/scaffolding.less";
31 @import "bootstrap/type.less";
32 @import "bootstrap/code.less";
33 @import "bootstrap/grid.less";
34 @import "bootstrap/tables.less";
35 @import "bootstrap/forms.less";
36 @import "bootstrap/buttons.less";
37
38 // Bootstrap 3 Components
39 @import "bootstrap/alerts.less";
40
41 // Bootstrap 3 Utilities
42 @import "bootstrap/utilities.less";
43
44 // PatternFly imports
45 @import "patternfly/variables.less";
46 @import "patternfly/forms.less";
47 @import "patternfly/mixins.less";
48 @import "patternfly/buttons.less";
49 @import "patternfly/login.less";
50
51 // Open Sans Fonts
52 @import "font.less";
53
54 // remove warnings
55 @fa-var-angle-right: ">";