styles-admin.less revision 96de20ec25a9001dc3d113e983657571cd9a905e
5434N/A/**
5434N/A * The contents of this file are subject to the terms of the Common Development and
5434N/A * Distribution License (the License). You may not use this file except in compliance with the
5434N/A * License.
5434N/A *
5434N/A * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
5434N/A * specific language governing permission and limitations under the License.
5434N/A *
5434N/A * When distributing Covered Software, include this CDDL Header Notice in each file and include
5434N/A * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
5434N/A * Header, with the fields enclosed by brackets [] replaced by your own identifying
5434N/A * information: "Portions copyright [year] [name of copyright owner]".
5434N/A *
5434N/A * Portions copyright 2014-2015 ForgeRock AS.
5434N/A */
5434N/A
5434N/A@openam-version: "${version}";
5434N/A@verison: @openam-version;
5434N/A
5434N/A// CSS Basic Configuration
5434N/A@import "common/forgerock-variables.less";
5434N/A
5434N/A// Library CSS
5434N/A@import (less) "bootstrap-dialog-1.34.4-min.css";
5434N/A@import (less) "bootstrap-clockpicker-0.0.7-min.css";
5437N/A@import (less) "bootstrap-datetimepicker-4.14.30-min.css";
5434N/A@import (less) "bootstrap-multiselect-0.9.13.min.css";
5434N/A
5434N/A@import (less) "fontawesome/css/font-awesome.min.css";
5434N/A@import "fontawesome/less/variables.less";
5434N/A
5434N/A@import (less) "selectize-0.12.1-bootstrap3.css";
5437N/A@import (less) "backgrid.min-0.3.5.less";
5434N/A
5434N/A@import (less) "codemirror/lib/codemirror.css";
5434N/A@import (less) "codemirror/addon/display/fullscreen.css";
5434N/A
5434N/A// Admin pages always use the supplied theme, so there is no need to distinguish between structure and theme.
5434N/A@import "common/structure.less";
5434N/A@import "common/theme.less";
5434N/A
5434N/A@import "common/structure/backgrid.less";
5434N/A@import "common/list.less";
5434N/A
5434N/A// Specific CSS
5437N/A@import "am-common/openam.less";
5434N/A@import "am-common/card.less";
5434N/A@import "am-admin/console.less";
5434N/A@import "am-admin/policies.less";
5437N/A@import "am-admin/scripts.less";
5434N/A