<div class="upload-file drag-drop">
    <h3>Drop your file here</h3>

    <h4>Data Privacy Information</h4>
    <p>Please ensure that you have the appropriate permissions to upload data into 360Insights.</p>
    <p>Do not submit confidential or non-public personal data to this tool.</p>
    <p>Read our <a href="/about#data-upload" target="_blank">privacy notice</a> for further information.</p>
    <p>&nbsp;</p>
    <p><strong>File size</strong>: Large files (above 10Mb) may not work properly.</p>
</div>
<div class="upload-file drag-drop">
  <h3>Drop your file here</h3>

  <h4>Data Privacy Information</h4>
  <p>Please ensure that you have the appropriate permissions to upload data into 360Insights.</p>
  <p>Do not submit confidential or non-public personal data to this tool.</p>
  <p>Read our <a href="/about#data-upload" target="_blank">privacy notice</a> for further information.</p>
  <p>&nbsp;</p>
  <p><strong>File size</strong>: Large files (above 10Mb) may not work properly.</p>
</div>
/* No context defined. */
  • Content:
    .upload-file {
      text-align: left;
      background-color: hsla(var(--base-hsl), .02);
      padding: 64px;
      margin-top: 64px;
      border: 1px solid hsla(var(--base-hsl), .2);
      box-shadow: inset 0 0 8px hsla(var(--base-hsl), .1);
      
      h3 {
        font-size: 3rem;
        margin: 0 0 64px 0;
        text-align: center;
        color: hsla(var(--base-hsl), .2);
      }
    
      h4 { 
        margin: 24px 0 0 0;
        font-size: 1.2rem;
      }
      p { margin: 0; }
    }
  • URL: /components/raw/upload-file/upload-file.scss
  • Filesystem Path: src/components/03-components/upload-file/upload-file.scss
  • Size: 423 Bytes

No notes defined.