From 1d7a2151088ec50c5a80a1be417e6c9efe40c4a8 Mon Sep 17 00:00:00 2001 From: nikurasu Date: Tue, 18 Oct 2022 09:23:16 +0200 Subject: [PATCH] remove dist dir --- src/dist/style/simple-orange.css | 44 ---------------------------- src/dist/style/simple-orange.css.map | 1 - 2 files changed, 45 deletions(-) delete mode 100644 src/dist/style/simple-orange.css delete mode 100644 src/dist/style/simple-orange.css.map diff --git a/src/dist/style/simple-orange.css b/src/dist/style/simple-orange.css deleted file mode 100644 index 2b734a3..0000000 --- a/src/dist/style/simple-orange.css +++ /dev/null @@ -1,44 +0,0 @@ -* { - margin: 0; - padding: 0; -} - -body { - min-height: 100vh; -} - -.container { - padding-top: 3rem; - display: flex; - flex-direction: column; - align-items: center; - gap: 0.5rem; -} - -.headingbox > h1 { - font-size: 1.5rem; - font-weight: 800; - font-family: monospace; -} - -.imgbox > img { - height: 10rem; - width: 10rem; - border-radius: 0.5rem; -} - -.linkbox { - display: flex; - flex-direction: column; - gap: 1rem; -} - -body { - background-image: linear-gradient(165deg, #c7a25c 0%, #ff9601 43%, #980d0d 100%); -} - -.headingbox { - color: #FFFFFF; -} - -/*# sourceMappingURL=simple-orange.css.map */ diff --git a/src/dist/style/simple-orange.css.map b/src/dist/style/simple-orange.css.map deleted file mode 100644 index a199681..0000000 --- a/src/dist/style/simple-orange.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sourceRoot":"","sources":["../../public/util/main.scss","../../public/util/simple-basic.scss","../../public/themes/simple-orange.scss"],"names":[],"mappings":"AAAA;EACI;EACA;;;ACFJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;ACxBJ;EACI;;;AAGJ;EACI","file":"simple-orange.css"} \ No newline at end of file