/**
* 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}";
@verison: @openam-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) "fontawesome/css/font-awesome.min.css";
@import "fontawesome/less/variables.less";
@import (less) "selectize-0.12.1-bootstrap3.css";
@import (less) "titatoggle-1.2.6-min.css";
@import (less) "codemirror/lib/codemirror.css";
@import (less) "codemirror/addon/display/fullscreen.css";
@import (less) "react-select-1.0.0-rc.2-min.css";
// Admin pages always use the supplied theme, so there is no need to distinguish between structure and theme.
@import "common/structure.less";
@import "common/theme.less";
@import "common/list.less";
// Specific CSS
@import "am-common/openam.less";
@import "am-common/structure/sidenav.less";
@import "am-common/theme/sidenav.less";
@import "am-common/structure/page-header.less";
@import "am-common/theme/page-header.less";
@import "am-common/structure/card.less";
@import "am-common/theme/card.less";
@import "am-common/structure/table.less";
@import "am-common/structure/selectize.less";
@import "am-common/theme/table.less";
@import "am-admin/console.less";
@import "am-admin/policies.less";
@import "am-admin/scripts.less";
@import "am-admin/chains.less";
@import "am-admin/breadcrumb.less";