1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler/**
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler * The contents of this file are subject to the terms of the Common Development and
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler * Distribution License (the License). You may not use this file except in compliance with the
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler * License.
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler *
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler * specific language governing permission and limitations under the License.
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler *
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler * When distributing Covered Software, include this CDDL Header Notice in each file and include
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler * Header, with the fields enclosed by brackets [] replaced by your own identifying
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler * information: "Portions copyright [year] [name of copyright owner]".
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler *
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler * Portions copyright 2014-2015 ForgeRock AS.
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler */
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler@openam-version: "${version}";
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler@verison: @openam-version;
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler// CSS Basic Configuration
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler@import "common/forgerock-variables.less";
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler// Library CSS
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler@import (less) "bootstrap-dialog-1.34.4-min.css";
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler@import (less) "bootstrap-clockpicker-0.0.7-min.css";
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler@import (less) "bootstrap-datetimepicker-4.14.30-min.css";
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler@import (less) "fontawesome/css/font-awesome.min.css";
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler@import "fontawesome/less/variables.less";
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler@import (less) "selectize-0.12.1-bootstrap3.css";
71904a856f14edb11a0df179b4a9009829296474Pavel Shapovalov@import (less) "titatoggle-1.2.6-min.css";
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler
07eb33b138ab717ce204d0ca8f46ba274f0a314bEugenia Sergueeva@import (less) "codemirror/lib/codemirror.css";
07eb33b138ab717ce204d0ca8f46ba274f0a314bEugenia Sergueeva@import (less) "codemirror/addon/display/fullscreen.css";
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler
706db74b0ffa06577035337bfd07c2687c8c8c3dEugenia Sergueeva@import (less) "react-select-1.0.0-rc.2-min.css";
706db74b0ffa06577035337bfd07c2687c8c8c3dEugenia Sergueeva
8e4852c36d7dda230310402d7caf3c78db77ab04Joe Bandenburg// Admin pages always use the supplied theme, so there is no need to distinguish between structure and theme.
8e4852c36d7dda230310402d7caf3c78db77ab04Joe Bandenburg@import "common/structure.less";
8e4852c36d7dda230310402d7caf3c78db77ab04Joe Bandenburg@import "common/theme.less";
8e4852c36d7dda230310402d7caf3c78db77ab04Joe Bandenburg
d55d971fb3474daa635420d160d4d480701afbbaJulian Kigwana@import "common/list.less";
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler// Specific CSS
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler@import "am-common/openam.less";
30e50ddbaff38a048aeabb40eb7779757e1162e3Julian Kigwana@import "am-common/structure/sidenav.less";
30e50ddbaff38a048aeabb40eb7779757e1162e3Julian Kigwana@import "am-common/theme/sidenav.less";
30e50ddbaff38a048aeabb40eb7779757e1162e3Julian Kigwana@import "am-common/structure/page-header.less";
30e50ddbaff38a048aeabb40eb7779757e1162e3Julian Kigwana@import "am-common/theme/page-header.less";
415fa8c9e106141955e5e70c73c05597af00b2ccHalina Kaliankovich@import "am-common/structure/card.less";
415fa8c9e106141955e5e70c73c05597af00b2ccHalina Kaliankovich@import "am-common/theme/card.less";
c68455debf3649a04569fe7826486aec2d4b04c9Joe Bandenburg@import "am-common/structure/table.less";
8d8b63ccb199200d995f4ed264e9b041e3f74349sean oneill@import "am-common/structure/selectize.less";
c68455debf3649a04569fe7826486aec2d4b04c9Joe Bandenburg@import "am-common/theme/table.less";
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler@import "am-admin/console.less";
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler@import "am-admin/policies.less";
1b982f1e22faf9f1b7855d0828e6d26a03d7984fPhil Ostler@import "am-admin/scripts.less";
f7786f88fa6726be5b840c5444820ffb211981c5Julian Kigwana@import "am-admin/chains.less";
1bfa00db55edd4799bf68b611c29befa94bb7508Julian Kigwana@import "am-admin/breadcrumb.less";