OSDN Git Service

add the margin top for the emptylist affixed header
authorZhiting Lin <zlin035@uottawa.ca>
Thu, 3 May 2018 08:20:25 +0000 (16:20 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Thu, 3 May 2018 08:20:25 +0000 (16:20 +0800)
src/features/shared/components/BaseList/EmptyList.scss

index 7bcc829..48e28c3 100644 (file)
@@ -4,6 +4,7 @@
   flex-direction: column;
   justify-content: flex-start;
   padding-top: 100px;
+  margin-top: $title-height;
 }
 
 .emptyContainer {