mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-22 15:13:18 +00:00
Adjust z-indexes and box-shadows
This commit is contained in:
committed by
Francis Lachapelle
parent
174b6f365b
commit
e7b7e9cefe
@@ -1,2 +1,6 @@
|
||||
/*! toolbar/_extends.scss - */
|
||||
@import '../../../angular-material/src/components/toolbar/toolbar.scss';
|
||||
@import '../../../angular-material/src/components/toolbar/toolbar.scss';
|
||||
|
||||
[id='messagesList'] {
|
||||
@extend .md-whiteframe-z2;
|
||||
}
|
||||
@@ -1 +1,5 @@
|
||||
@import 'extends';
|
||||
@import 'extends';
|
||||
|
||||
.md-toolbar {
|
||||
z-index: 20;
|
||||
}
|
||||
Reference in New Issue
Block a user