PHP Classes

File: src/components/modal/style.scss

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Maniruzzaman WordPress Frontend Editor   src/components/modal/style.scss   Download  
File: src/components/modal/style.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Maniruzzaman WordPress Frontend Editor
WordPress plugin for visual front-end development
Author: By
Last change:
Date: 8 months ago
Size: 661 bytes
 

Contents

Class file image Download
.bsf-spacex-modal { background: white; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: opacity 0.3s ease-in-out; z-index: 50; min-width: 500px; padding: 30px 20px; .modal-header { display: flex; justify-content: space-between; border-bottom: 1px solid #ccc; .modal-close { text-align: right; button { border: 0px; background: transparent; color: #ccc; font-size: 30px; width: 40px; height: 40px; cursor: pointer !important; } } .modal-title { font-size: 1.8rem; margin: 5px 0px; } } }