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