structure.less revision c68455debf3649a04569fe7826486aec2d4b04c9
0N/A/**
2362N/A * The contents of this file are subject to the terms of the Common Development and
0N/A * Distribution License (the License). You may not use this file except in compliance with the
0N/A * License.
0N/A *
0N/A * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
0N/A * specific language governing permission and limitations under the License.
0N/A *
0N/A * When distributing Covered Software, include this CDDL Header Notice in each file and include
0N/A * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
0N/A * Header, with the fields enclosed by brackets [] replaced by your own identifying
0N/A * information: "Portions copyright [year] [name of copyright owner]".
0N/A *
0N/A * Portions copyright 2014-2015 ForgeRock AS.
0N/A */
0N/A
0N/A@openam-version: "${version}";
0N/A@verison: @openam-version;
2362N/A
2362N/A// CSS Basic Configuration
2362N/A@import "common/forgerock-variables.less";
0N/A
0N/A// Library CSS
0N/A@import (less) "bootstrap-dialog-1.34.4-min.css";
0N/A@import (less) "bootstrap-multiselect-0.9.13.min.css";
0N/A
0N/A@import (less) "fontawesome/css/font-awesome.min.css";
0N/A@import "fontawesome/less/variables.less";
0N/A
0N/A@import (less) "selectize-0.12.1-bootstrap3.css";
0N/A
0N/A@import "common/structure.less";
0N/A
0N/A// Specific CSS
0N/A// TODO: Should these really be part of the theme CSS?
0N/A@import "am-common/openam.less";
0N/A@import "am-common/card.less";
0N/A@import "am-common/structure/table.less";
0N/A@import "am-user/uma.less";
0N/A@import "am-user/dashboard.less";
0N/A