diff options
Diffstat (limited to 'ufund-ui/src/app/components/need-list')
-rw-r--r-- | ufund-ui/src/app/components/need-list/need-list.component.css | 12 |
1 files changed, 9 insertions, 3 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 345326f..5e07856 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 @@ -4,6 +4,7 @@ border: 2px solid #000; display: block; border-radius: 5px; + } div { @@ -27,7 +28,7 @@ li { font-weight: bold; border: 2px solid #000; border-radius: 5px; - margin: 5px; + margin: 5px; > button { background-color: transparent; width: 88%; @@ -40,7 +41,7 @@ li { width: 100%; flex: none; display: inline-block; - background-color: magenta; + background-color: magenta; > progress { width: 25%; float: none; @@ -74,9 +75,14 @@ li > button:hover p { #search-container { background-color: #d9d9d9; +#search-form { + background-color: light-dark(#d9d9d9, #1b1b1b); + padding: 10px 20px 20px 20px; border: 2px solid #000; border-radius: 5px; .wide-input { width: 60%; } - }
\ No newline at end of file + border-radius: 5px; + visibility: visible; + } |