styles.less revision 9b7e418e0c208163cd15e8b073463be5da43fa39
0N/A/**
0N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0N/A *
0N/A * Copyright (c) 2014 ForgeRock AS. All rights reserved.
0N/A *
0N/A * The contents of this file are subject to the terms
0N/A * of the Common Development and Distribution License
0N/A * (the License). You may not use this file except in
0N/A * compliance with the License.
0N/A *
0N/A * You can obtain a copy of the License at
0N/A * http://forgerock.org/license/CDDLv1.0.html
0N/A * See the License for the specific language governing
0N/A * permission and limitations under the License.
0N/A *
0N/A * When distributing Covered Code, include this CDDL
0N/A * Header Notice in each file and include the License file
0N/A * at http://forgerock.org/license/CDDLv1.0.html
0N/A * If applicable, add the following below the CDDL Header,
0N/A * with the fields enclosed by brackets [] replaced by
0N/A * your own identifying information:
0N/A * "Portions Copyrighted [year] [name of copyright owner]"
0N/A */
0N/A
0N/A/* css basic configuration */
0N/A@import "common/config.less";
0N/A
0N/A/* helpers, functions, columns */
0N/A@import "common/helpers.less";
0N/A
0N/A/* header, footer, menu, dialogs, messages, popups, basic buttons & links */
0N/A@import "common/layout.less";
0N/A
0N/A/* specific css used in specific modules */
0N/A@import "config/adminConfig.less";
0N/A@import "config/adminStyle.less";
0N/A@import "config/objectTypes.less";
0N/A@import "config/authenticationView.less";
0N/A@import "common/forms.less";
0N/A@import "config/resourcesView.less";
0N/A@import "config/scriptEditor.less";
0N/A@import "fontawesome/less/font-awesome.less";
0N/A
0N/A