mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
Adjust z-indexes and box-shadows
This commit is contained in:
committed by
Francis Lachapelle
parent
174b6f365b
commit
e7b7e9cefe
@@ -12,4 +12,20 @@
|
||||
[id = "messagesList"] .sg-md-subheader {
|
||||
width: 390px; // todo : convert this in grid-pitch
|
||||
transform: translateY(-100%); // Compensate the container top-margin
|
||||
}
|
||||
.sg-md-subheader {
|
||||
font-size: $sg-font-size-2;
|
||||
font-weight: $sg-font-medium;
|
||||
}
|
||||
.sg-md-subheader > * {
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
}
|
||||
.sg-md-subheader.sg-avatar {
|
||||
&-left {
|
||||
padding-left: $sg-md-grid-pitch + $baseline-grid;
|
||||
}
|
||||
&-right {
|
||||
padding-left: $baseline-grid * 2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user