Showing
2 changed files
with
1 additions
and
1 deletions
| ... | @@ -82,6 +82,7 @@ export default { | ... | @@ -82,6 +82,7 @@ export default { |
| 82 | position: relative; | 82 | position: relative; |
| 83 | border-radius: 10px; | 83 | border-radius: 10px; |
| 84 | // height: 85vh; | 84 | // height: 85vh; |
| 85 | + box-shadow: 0px 0px 7px 0px rgba(3, 155, 178, 0.14); | ||
| 85 | .header-bg { | 86 | .header-bg { |
| 86 | text-align: center; | 87 | text-align: center; |
| 87 | } | 88 | } |
| ... | @@ -143,7 +144,6 @@ export default { | ... | @@ -143,7 +144,6 @@ export default { |
| 143 | width: 93%; | 144 | width: 93%; |
| 144 | margin: 3%; | 145 | margin: 3%; |
| 145 | border-radius: 1rem; | 146 | border-radius: 1rem; |
| 146 | - box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.13); | ||
| 147 | } | 147 | } |
| 148 | } | 148 | } |
| 149 | </style> | 149 | </style> | ... | ... |
-
Please register or login to post a comment