diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-03-22 16:35:10 -0400 | 
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-03-22 16:35:10 -0400 | 
| commit | 381e57d62f01056d823af74d186f6de87df9fcee (patch) | |
| tree | 7b512b0cb62170dad262a03cc8aa368e6e88d77b /ufund-ui/src/app/components/cupboard | |
| parent | 69e79cc423110ea7df3d960f95e612934d256dd8 (diff) | |
| download | JellySolutions-381e57d62f01056d823af74d186f6de87df9fcee.tar.gz JellySolutions-381e57d62f01056d823af74d186f6de87df9fcee.tar.bz2 JellySolutions-381e57d62f01056d823af74d186f6de87df9fcee.zip  | |
Dark mode!
Diffstat (limited to 'ufund-ui/src/app/components/cupboard')
| -rw-r--r-- | ufund-ui/src/app/components/cupboard/cupboard.component.css | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/ufund-ui/src/app/components/cupboard/cupboard.component.css b/ufund-ui/src/app/components/cupboard/cupboard.component.css index fe4971a..c8add60 100644 --- a/ufund-ui/src/app/components/cupboard/cupboard.component.css +++ b/ufund-ui/src/app/components/cupboard/cupboard.component.css @@ -1,6 +1,6 @@  :host {      display: block; -    border: 2px solid #000; +    /*border: 2px solid #000;*/      border-radius: 5px;      padding: 10px 20px;  } @@ -9,7 +9,7 @@     background-color: #d9d9d9;     padding: 10px 20px 20px 20px;     border: 2px solid #000; -   border-radius: 5px;   +   border-radius: 5px;     width: 20%;     visibility: visible; @@ -17,5 +17,5 @@  #create-button {     padding: 10px 20px; -    -}
\ No newline at end of file + +}  | 
