57 lines
1.3 KiB
Plaintext
57 lines
1.3 KiB
Plaintext
/*!
|
|
* MyOOS v2.0.58
|
|
*
|
|
* Author: r23
|
|
* Website: http://oos-shop.de
|
|
*
|
|
* Copyright (c) 2003 - 2015 by the MyOOS Development Team.
|
|
* Released under the GNU General Public License
|
|
*/
|
|
|
|
// Import Bootstrap
|
|
// @import "bootstrap/bootstrap.less";
|
|
|
|
// Load fonts
|
|
// @import url("https://fonts.googleapis.com/css?family=Open Sans:400,600,700italic,900,400italic,300");
|
|
|
|
// Import FontAwesome
|
|
// @import "font-awesome/font-awesome.less";
|
|
|
|
|
|
/*--------------------------------------------------------------
|
|
>>> TABLE OF CONTENTS:
|
|
----------------------------------------------------------------
|
|
# Typography
|
|
# Elements
|
|
# Forms
|
|
# Navigation
|
|
## Links
|
|
## Menus
|
|
# Accessibility
|
|
# Alignments
|
|
# Clearings
|
|
# Layout
|
|
## layout / .wrapper .content-wrapper
|
|
## top-navbar / .top-navbar
|
|
## sidebar / .sidebar
|
|
# Infinite scroll
|
|
# Media
|
|
## Captions
|
|
## Galleries
|
|
# Spaces
|
|
--------------------------------------------------------------*/
|
|
|
|
|
|
// Import custom variables
|
|
@import "config.less";
|
|
|
|
// Import the-phoenix
|
|
@import "the-phoenix/base.less";
|
|
@import "the-phoenix/typography.less"; // Font sizes and colors.
|
|
|
|
@import "the-phoenix/layout.less";
|
|
@import "the-phoenix/top-navbar.less";
|
|
@import "the-phoenix/sidebar.less";
|
|
@import "the-phoenix/spaces.less";
|
|
|
|
@import "the-phoenix/datatables.less"; |