Report body inline style in Sass

Create bottombar component
This commit is contained in:
iRouge
2015-01-21 13:16:33 -05:00
parent 3b47d9ce3c
commit 3cf0078958
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
}