20 lines
441 B
CSS
20 lines
441 B
CSS
/**
|
|
* Navigation component
|
|
* A composite component consisting of
|
|
* following components:
|
|
* - nav-main-mega.php
|
|
* - menu-items
|
|
* - index.php
|
|
* - nav-functional.php
|
|
*
|
|
* Choose one or the other for the main navigation, based on theme needs.
|
|
*
|
|
* @import 'nav-main-default';
|
|
* @import 'nav-main-mega';
|
|
*/
|
|
|
|
@import "./nav-functional.css";
|
|
@import "./nav-aux.css";
|
|
@import "./nav-main-default.css";
|
|
@import "./nav-footer.css";
|