File: src/components/Modal.scss

Recommend this page to a friend!
  Classes of Dom Hastings   JS Webdav Client   src/components/Modal.scss   Download  
File: src/components/Modal.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JS Webdav Client
Access files of a Webdav server
Author: By
Last change:
Date: 6 months ago
Size: 426 bytes
 

Contents

Class file image Download
dialog { background: rgba(0, 0, 0, 0.4); border: 0; height: 100vh; justify-content: center; left: 0; position: fixed; top: 0; width: 100vw; z-index: 2; &[open] { display: flex; } .content { background: #fff; border: 0; border-radius: 1rem; box-shadow: #333 0 0 0.25rem; height: fit-content; padding: 1rem; position: fixed; top: 10vh; width: fit-content; } }