diff options
| author | 2022-02-12 10:59:19 +0100 | |
|---|---|---|
| committer | 2022-02-12 11:07:50 +0100 | |
| commit | 7c48533571e9f9d3731a59433a56cc8d6e008123 (patch) | |
| tree | f86868dfea251fa3b198ffcf3e158a3ed354ff9d /src/components/RequestList/RequestList.module.scss | |
| parent | 5dbf880ce3cdb227a85dbb0015609c210557c60b (diff) | |
| download | client-7c48533571e9f9d3731a59433a56cc8d6e008123.tar.gz client-7c48533571e9f9d3731a59433a56cc8d6e008123.tar.bz2 client-7c48533571e9f9d3731a59433a56cc8d6e008123.zip | |
Added search and filter options
Diffstat (limited to 'src/components/RequestList/RequestList.module.scss')
| -rw-r--r-- | src/components/RequestList/RequestList.module.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/components/RequestList/RequestList.module.scss b/src/components/RequestList/RequestList.module.scss new file mode 100644 index 0000000..47f36c8 --- /dev/null +++ b/src/components/RequestList/RequestList.module.scss | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | .noRequest { | ||
| 2 | width: 100%; | ||
| 3 | height: 100%; | ||
| 4 | display: flex; | ||
| 5 | justify-content: center; | ||
| 6 | align-items: center; | ||
| 7 | } | ||
| 8 | |||
| 9 | .list { | ||
| 10 | //height: 100%; | ||
| 11 | overflow-y: auto; | ||
| 12 | } | ||
| 13 | |||
| 14 | .listContainer { | ||
| 15 | height: 100%; | ||
| 16 | overflow-y: hidden; | ||
| 17 | display: flex; | ||
| 18 | flex-flow: column nowrap; | ||
| 19 | |||
| 20 | } | ||
