diff options
author | benal01 <bja4245@rit.edu> | 2025-03-17 18:25:19 -0400 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-03-17 18:25:19 -0400 |
commit | 88f6a4174d7fcc53028b78d0d9b3d91b6d17d2c6 (patch) | |
tree | 363e124e6770f35c211752cb473c0318d7810f0a /ufund-ui/src/app/components/need-list/need-list.component.css | |
parent | 59119fb799ea27d4bffcf793f768538ad202cd85 (diff) | |
download | JellySolutions-88f6a4174d7fcc53028b78d0d9b3d91b6d17d2c6.tar.gz JellySolutions-88f6a4174d7fcc53028b78d0d9b3d91b6d17d2c6.tar.bz2 JellySolutions-88f6a4174d7fcc53028b78d0d9b3d91b6d17d2c6.zip |
search needs with timeout to throttle api calls
Diffstat (limited to 'ufund-ui/src/app/components/need-list/need-list.component.css')
-rw-r--r-- | ufund-ui/src/app/components/need-list/need-list.component.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/ufund-ui/src/app/components/need-list/need-list.component.css b/ufund-ui/src/app/components/need-list/need-list.component.css index 1bcaed9..bbc3f2c 100644 --- a/ufund-ui/src/app/components/need-list/need-list.component.css +++ b/ufund-ui/src/app/components/need-list/need-list.component.css @@ -7,10 +7,18 @@ } -li { +li, div { border: 2px solid #000; border-radius: 5px; padding: 5px; margin: 5px; -}
\ No newline at end of file +} + +#search-form { + background-color: #d9d9d9; + padding: 10px 20px 20px 20px; + border: 2px solid #000; + border-radius: 5px; + visibility: visible; + }
\ No newline at end of file |