mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-11 01:43:19 +00:00
Fixed the message headers design (markup and scss)
Create a "PseudoField" component that mimics Material Design input fields
This commit is contained in:
committed by
Francis Lachapelle
parent
e429dc3ff1
commit
4f2fc5c99e
@@ -6,7 +6,7 @@ md-toolbar {
|
||||
}
|
||||
header {
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
align-items: stretch;
|
||||
justify-content: space-between;
|
||||
display: flex;
|
||||
}
|
||||
@@ -24,8 +24,7 @@ hgroup {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
height:(2 * $pitch);
|
||||
margin-left: $mg;
|
||||
margin: 0 0 $mg $mg;
|
||||
}
|
||||
.sg-icon-bar *.button {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user