mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-06 12:44:30 +08:00
fix(empty-states): Adjust margins for message correctly
This commit is contained in:
parent
2949b66a7a
commit
0d2a6a5264
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
|||
}
|
||||
.message {
|
||||
color: @text-color-very-subtle;
|
||||
margin-top: 1em;
|
||||
font-size: 2em;
|
||||
font-weight: @font-weight-thin;
|
||||
text-align: center;
|
||||
|
@ -56,7 +57,6 @@
|
|||
.message {
|
||||
opacity: 0;
|
||||
transition: opacity @duration ease-in;
|
||||
margin-top: 1em;
|
||||
font-size: 3.5em;
|
||||
color: @text-color-subtle;
|
||||
font-weight: @font-weight-thin;
|
||||
|
|
Loading…
Add table
Reference in a new issue