styles.less revision 5003b4008868032decd27b09f87bc1222ce1b783
/**
* The contents of this file are subject to the terms of the Common Development and
* Distribution License (the License). You may not use this file except in compliance with the
* License.
*
* You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
* specific language governing permission and limitations under the License.
*
* When distributing Covered Software, include this CDDL Header Notice in each file and include
* the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
* Header, with the fields enclosed by brackets [] replaced by your own identifying
* information: "Portions copyright [year] [name of copyright owner]".
*
* Portions copyright 2014-2015 ForgeRock AS.
*/
@openam-version: "${version}";
// CSS Basic Configuration
@import "common/forgerock-variables.less";
// Library CSS
@import (less) "bootstrap-dialog-1.34.4-min.css";
@import (less) "bootstrap-clockpicker-0.0.7-min.css";
@import (less) "bootstrap-datetimepicker-4.14.30-min.css";
@import (less) "bootstrap-multiselect-0.9.13.min.css";
@import (less) "fontawesome/css/font-awesome.min.css";
@import "fontawesome/less/variables.less";
@import (less) "selectize-0.12.1-bootstrap3.css";
@import (less) "backgrid.min-0.3.5.less";
@import (less) "backgrid-paginator.min-0.3.5.css";
@import (less) "backgrid-filter.min-0.3.5.css";
@import (less) "codemirror/codemirror.css";
@import "common/backgrid.less";
@import "common/common.less";
@verison: @openam-version;
// Specific CSS
@import "openam/openam.less";
@import "openam/uma.less";
@import "openam/dashboard.less";
@import "openam/console.less";
@import "openam/policies.less";
@import "openam/scripts.less";
@import "openam/card.less";