CSV2ics

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

App.css (422B)


      1 .App {
      2   text-align: center;
      3 }
      4 
      5 .App-logo {
      6   height: 40vmin;
      7   pointer-events: none;
      8 }
      9 
     10 @media (prefers-reduced-motion: no-preference) {
     11   .App-logo {
     12     animation: App-logo-spin infinite 20s linear;
     13   }
     14 }
     15 
     16 .App-header { 
     17   font: 100;
     18 }
     19 
     20 .App-link {
     21   color: #4399e9;
     22 }
     23 
     24 @keyframes App-logo-spin {
     25   from {
     26     transform: rotate(0deg);
     27   }
     28   to {
     29     transform: rotate(360deg);
     30   }
     31 }
     32 
     33 .fromREADME{
     34   font-size: small;
     35 }