(no bug) - Image box-shadow instead of border to correctly overlay top/bottom edge

This commit is contained in:
Ed Lee 2019-01-25 14:09:37 -08:00
Родитель 42be567f59
Коммит 063544f5e7
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -5,8 +5,7 @@
background-repeat: no-repeat;
background-size: cover;
border-radius: 4px;
border: 0.5px solid $black-10;
box-sizing: border-box;
box-shadow: inset 0 0 0 0.5px $black-15;
}
// Note: lineHeight and fontSize should be unitless but can be derived from pixel values