mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-28 01:22:44 +00:00
Report body inline style in Sass
Create bottombar component
This commit is contained in:
committed by
Francis Lachapelle
parent
137e8e7290
commit
bcce9ac76a
@@ -2214,6 +2214,9 @@ md-tab > .md-ripple-container .md-ripple {
|
||||
[flex-order="9"] {
|
||||
order: 9; }
|
||||
|
||||
.view[layout=row] {
|
||||
max-height: 100%; }
|
||||
|
||||
/* Angular-material components local overrides */
|
||||
md-list {
|
||||
padding: 8px 0px 8px 0px; }
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,5 +1,4 @@
|
||||
///
|
||||
///
|
||||
/// @filename _extends.scss
|
||||
/// @project SOGo
|
||||
/// @version 3.alpha
|
||||
@@ -7,7 +6,6 @@
|
||||
///
|
||||
/// botttombar extends
|
||||
///
|
||||
///
|
||||
|
||||
.sg-bottombar {
|
||||
@extends md-toolbar;
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
// COMPONENTS
|
||||
// todo : configure manual and glob imports
|
||||
|
||||
@import 'views/view';
|
||||
|
||||
/* Angular-material components local overrides */
|
||||
@import 'components/list/list.scss';
|
||||
|
||||
@@ -1 +1,11 @@
|
||||
// for future use
|
||||
///
|
||||
/// @filename _views.scss
|
||||
/// @project SOGo
|
||||
/// @version 3.alpha
|
||||
/// @module views
|
||||
///
|
||||
///
|
||||
|
||||
.view[layout=row] {
|
||||
max-height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user