diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-14 03:16:37 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-20 13:30:31 -0500 |
| commit | a5162bd636880f53a8a47fbd547971f2aaead381 (patch) | |
| tree | a6c3fb688d1742edd68d3e3006f782388c81040b /src/hocs/with_list/with_list.scss | |
| parent | b4a5b5203f9c6b35feaf2918baa1da6e344ae3c1 (diff) | |
Add note for empty state to the lists using slot
Diffstat (limited to 'src/hocs/with_list/with_list.scss')
| -rw-r--r-- | src/hocs/with_list/with_list.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hocs/with_list/with_list.scss b/src/hocs/with_list/with_list.scss new file mode 100644 index 00000000..c6e13d5b --- /dev/null +++ b/src/hocs/with_list/with_list.scss @@ -0,0 +1,6 @@ +.with-list { + &-empty-content { + text-align: center; + padding: 10px; + } +}
\ No newline at end of file |
