fix(linter): fix less linter error

This commit is contained in:
Evan Morikawa 2016-02-23 14:18:49 -08:00
parent e6b285f504
commit e450e10c66

View file

@ -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;