Report body inline style in Sass

Create bottombar component
This commit is contained in:
iRouge
2015-06-11 15:49:37 -04:00
committed by Francis Lachapelle
parent 8e76c699dd
commit f4f53ec21e
14 changed files with 168 additions and 5 deletions
@@ -0,0 +1,16 @@
/**
*
* @filename _base_styles.scss
* @project SOGo
* @version 3.alpha
*
* Define basic general styles for base elements
*
*
*/
body,
.main { // see if '.main' fit the purposes
padding-bottom: $toolbar-height; // padding to compensate for the bottom bar
}