PHP Classes

File: src/components/spinner/style.scss

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Maniruzzaman WordPress Frontend Editor   src/components/spinner/style.scss   Download  
File: src/components/spinner/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: 585 bytes
 

Contents

Class file image Download
.bsf-spacex-loading-spinner { .skeleton-loader { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; .card-skeleton { width: calc(50% - 20px); height: 200px; margin: 10px; background-image: linear-gradient(90deg, #f2f2f2, #e6e6e6, #f2f2f2); background-size: 400% 400%; animation: loading 1s ease infinite; border-radius: 10px; flex-basis: 23%; } } @keyframes loading { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } } }