CSS refactored

This commit is contained in:
Dmitriy Zaporozhets 2012-06-12 14:58:44 +03:00
parent 0e33bf6eb0
commit 6fa95a3d34
8 changed files with 373 additions and 472 deletions

View file

@ -64,14 +64,28 @@ $hover: #FDF5D9;
border-radius: $radius;
}
/**
* Header of application.
* Contain application logo, search panel, profile icon
*/
@import "header.scss";
/**
* Navigation menu of application.
* Panel with links to pages depends on project, profile or admin area
*/
@import "nav.scss";
/**
* This file represent some UI that can be changed
* during web app restyle or theme select.
*
* Next items should be placed there
* - link colors
* - header styles
* - main menu styles
* - link, button colors
* - header restyles
* - main menu restyles
*
*/
@import "themes/ui_basic.scss";