mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
fix(linter): fix less linter error
This commit is contained in:
parent
e6b285f504
commit
e450e10c66
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ body.platform-win32 {
|
|||
width: 100%;
|
||||
background: @background-off-primary;
|
||||
border-top: 1px solid darken(@background-off-primary, 7%);
|
||||
box-shadow: inset 0px 2px 1px rgba(0,0,0,0.03);
|
||||
box-shadow: inset 0 2px 1px rgba(0,0,0,0.03);
|
||||
border-bottom: 0;
|
||||
border-radius: @border-radius-base;
|
||||
|
||||
|
|
Loading…
Reference in a new issue