diff 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 | } | ||
