Clean up styles

This commit is contained in:
Quantum 2022-02-12 18:03:28 -05:00
parent 54c9137b49
commit 41a2009146
3 changed files with 2 additions and 40 deletions

View file

@ -1,38 +0,0 @@
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

View file

@ -1,7 +1,6 @@
import React from 'react';
import './App.css';
import {Calendar} from './Calendar';
import {frSupportedYear, gregorianJDN, jdnFrench, Month} from "./dates";
import {frSupportedYear, gregorianJDN, jdnFrench, Month} from './dates';
type YearMonth = {
year: number;

View file

@ -39,6 +39,7 @@
@include media-breakpoint-up(md) {
.Month-decade {
@include make-row();
padding: 0 0.5em;
> * {
@include make-col-ready();