styles.less revision 4f3829fdc02a4c2337170784647d0ca7d965b00e
2792N/A/**
3743N/A* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2792N/A*
2792N/A* Copyright 2014-2015 ForgeRock AS.
2792N/A*
2792N/A* The contents of this file are subject to the terms of the Common Development and Distribution License (the License).
2792N/A* You may not use this file except in compliance with the License.
2792N/A*
2792N/A* You can obtain a copy of the License at http://forgerock.org/license/CDDLv1.0.html. See the License for the specific
2792N/A* language governing permission and limitations under the License.
2792N/A*
2792N/A* When distributing Covered Code, include this CDDL Header Notice in each file and include the License file at
2792N/A* http://forgerock.org/license/CDDLv1.0.html. If applicable, add the following below the CDDL Header, with the fields
2792N/A* enclosed by brackets [] replaced by your own identifying information:
2792N/A* "Portions Copyrighted [year] [name of copyright owner]"
2792N/A*/
2792N/A
2792N/A@openam-version: "${version}";
2792N/A
2792N/A// CSS Basic Configuration
2792N/A@import "common/forgerock-variables.less?v=@{openam-version}";
2792N/A
2792N/A// Library CSS
2792N/A@import "fontawesome/css/font-awesome.min.css?v=@{openam-version}";
2792N/A@import "fontawesome/less/variables.less?v=@{openam-version}";
2792N/A
2792N/A@import "bootstrap/bootstrap.min.css?v=@{openam-version}";
2792N/A@import "bootstrap/bootstrap-theme.min.css?v=@{openam-version}";
2792N/A
2792N/A@import "common/bootstrap-dialog-1.34.4-min.css";
2792N/A@import "common/bootstrap-multiselect-0.9.13.min.css";
4503N/A@import "common/selectize-0.12.1-bootstrap3.css";
4503N/A
4503N/A@import "backgrid/backgrid.min.less?v=@{openam-version}";
2792N/A@import "backgrid/backgrid-paginator.min.css?v=@{openam-version}";
4503N/A@import "backgrid/backgrid-filter.min.css?v=@{openam-version}";
4503N/A
4503N/A@import "codemirror/codemirror.css?v=@{openam-version}";
2792N/A
2792N/A@import "common/backgrid.less?v=@{openam-version}";
2792N/A@import "common/common.less?v=@{openam-version}";
3985N/A
2792N/A
2792N/A@verison: @openam-version;
2792N/A
2792N/A// Specific CSS
2792N/A@import "openam/openam.less?v=@{openam-version}";
2792N/A@import "openam/uma.less?v=@{openam-version}";
2792N/A@import "openam/dashboard.less?v=@{openam-version}";
2792N/A@import "openam/console.less?v=@{openam-version}";
2792N/A@import "openam/policies.less?v=@{openam-version}";
3743N/A@import "openam/scripts.less?v=@{openam-version}";
3743N/A@import "card.less?v=@{openam-version}";
2792N/A