mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 15:07:13 +01:00
remove unused style tag
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
import React from 'react'
|
||||||
|
|
||||||
import Head from 'next/head'
|
import Head from 'next/head'
|
||||||
|
|
||||||
import Wizard from '../components/wizard'
|
import Wizard from '../components/wizard'
|
||||||
@@ -22,8 +24,6 @@ export default function Home() {
|
|||||||
<a>Freundeskreis des VCP Rosenfeld</a>
|
<a>Freundeskreis des VCP Rosenfeld</a>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<style jsx>{``}</style>
|
|
||||||
|
|
||||||
<style jsx global>{`
|
<style jsx global>{`
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
@@ -37,6 +37,7 @@ export default function Home() {
|
|||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Selectable
|
.Selectable
|
||||||
.DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside) {
|
.DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside) {
|
||||||
background-color: #f0f8ff !important;
|
background-color: #f0f8ff !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user