diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-04-03 14:55:55 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-04-03 14:55:55 -0400 |
commit | 0652eb445728806d7fd6a50021a763051503ab36 (patch) | |
tree | 6036fd6901529ce217ec89456e2ee9a46655483a /ufund-ui/src/app/components/need-list/need-list.component.css | |
parent | 6b7c830eeefb6a6a28136a3faacf7713953a6138 (diff) | |
download | JellySolutions-0652eb445728806d7fd6a50021a763051503ab36.tar.gz JellySolutions-0652eb445728806d7fd6a50021a763051503ab36.tar.bz2 JellySolutions-0652eb445728806d7fd6a50021a763051503ab36.zip |
get checkout abstraction kinda working
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 | 33 |
1 files changed, 0 insertions, 33 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 e17609b..582b832 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 @@ -1,9 +1,3 @@ -#header { - display: flex; - flex-direction: column; - gap: 10px -} - .needEntry { background-color: #2e2e2e; display: flex; @@ -17,33 +11,6 @@ gap: 15px } -select { - font-size: 14pt; - padding: 5px; -} - -#searchArea { - display: flex; - - form { - display: flex; - width: 100%; - gap: 10px; - } - - input[type=text] { - display: flex; - width: 100%; - } -} - -#sortArea { - display: flex; - flex-direction: row; - gap: 10px; - align-items: center; -} - .needName { font-weight: bold; } |