mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Report body inline style in Sass
Create bottombar component
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user