PHP Classes

File: resources/sass/card.scss

Recommend this page to a friend!
  Classes of Naif Alshaye   Laravel Nova Paypal   resources/sass/card.scss   Download  
File: resources/sass/card.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Nova Paypal
Show Paypal account transactions in Laravel Nova
Author: By
Last change:
Date: 5 years ago
Size: 345 bytes
 

Contents

Class file image Download
// Nova Card CSS @keyframes spinner { to {transform: rotate(360deg);} } .spinner:before { content: ''; box-sizing: border-box; position: absolute; width: 45px; height: 45px; margin-top: 20px; margin-left: -15px; border-radius: 50%; border: 3px solid #ccc; border-top-color: #07d; animation: spinner .6s linear infinite; }