Skip to content

Commit

Permalink
fix(T247): centrato verticalmente banner in box caricamento massivo 2…
Browse files Browse the repository at this point in the history
…0241122
  • Loading branch information
federico-tocci-dxc authored and sgravinadxc committed Nov 28, 2024
1 parent 6dd5797 commit 0877af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fe-piattaforma/src/components/CSVUploader/CSVUploader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ export default function CSVUploader({

function InfoWindow() {
return (
<div className='mx-3' style={{ backgroundColor: 'white', boxShadow: '0px 4px 8px rgba(0, 0, 0, 0.1)', marginTop: '125px', height: '150px' }}>
<div style={{ paddingTop: '25px', marginLeft: '20px' }}>
<div className='mx-3' style={{ backgroundColor: 'white', boxShadow: '0px 4px 8px rgba(0, 0, 0, 0.1)', marginTop:'13%', marginBottom:'10px', height: '150px' }}>
<div style={{ paddingTop: '4%', marginLeft: '20px' }}>
<h5 style={{ color: '#0066cc', marginBottom:'10px', fontWeight:'600' }}>Finestra di caricamento</h5>
<div className='text-secondary'>
Nell'attuale finestra di caricamento è possibile inserire tutti i<br />
Expand Down

0 comments on commit 0877af6

Please sign in to comment.