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/Details/Details.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/Details/Details.module.scss')
| -rw-r--r-- | src/components/Details/Details.module.scss | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/components/Details/Details.module.scss b/src/components/Details/Details.module.scss deleted file mode 100644 index 146b5d8..0000000 --- a/src/components/Details/Details.module.scss +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | .details { | ||
| 2 | height: 100%; | ||
| 3 | display: flex; | ||
| 4 | flex-flow: column nowrap; | ||
| 5 | align-items: stretch; | ||
| 6 | overflow: hidden; | ||
| 7 | } | ||
| 8 | |||
| 9 | .header { | ||
| 10 | flex-shrink: 0; | ||
| 11 | flex-grow: 0; | ||
| 12 | } | ||
| 13 | |||
| 14 | .content { | ||
| 15 | flex-grow: 1; | ||
| 16 | flex-shrink: 1; | ||
| 17 | overflow-y: auto; | ||
| 18 | } | ||
