mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-13 01:18:04 +00:00
Add paper texture to toolbar and sidenav
This commit is contained in:
committed by
Francis Lachapelle
parent
e69c47854a
commit
3441a66040
@@ -33,7 +33,13 @@ $detailView-width: grid-step(8) !global;
|
||||
// min-width: ($listView-width - ($pitch * 2));
|
||||
//}
|
||||
|
||||
[class|="view"] {
|
||||
position: relative;
|
||||
|
||||
}
|
||||
|
||||
.view-list {
|
||||
z-index: ($z-index-view -1);
|
||||
min-width: ($listView-width - ($pitch * 2));
|
||||
@include at(md){
|
||||
@include flex-col(md, 7, 1, 1);
|
||||
@@ -48,7 +54,6 @@ $detailView-width: grid-step(8) !global;
|
||||
}
|
||||
|
||||
.view-detail {
|
||||
position: relative;
|
||||
z-index: $z-index-view;
|
||||
background-color: $background-base-color;
|
||||
@include from(lg) {
|
||||
|
||||
Reference in New Issue
Block a user