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