From e6d95488be4310b8bd85854c541777bb26299658 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Wed, 16 Nov 2022 01:32:48 -0500 Subject: app: Cleanup dead files and organize hierarchy --- public/css/app.css | 39 --------------------------------------- public/dist/app.css | 39 +++++++++++++++++++++++++++++++++++++++ public/index.php | 4 +--- public/js/app.js | 0 4 files changed, 40 insertions(+), 42 deletions(-) delete mode 100644 public/css/app.css create mode 100644 public/dist/app.css delete mode 100644 public/js/app.js (limited to 'public') diff --git a/public/css/app.css b/public/css/app.css deleted file mode 100644 index 2a57771..0000000 --- a/public/css/app.css +++ /dev/null @@ -1,39 +0,0 @@ -.bg--white--light { background-color: #f3f3f3 } - -.max-w-xl { max-width: 88rem; } - -.logo-container { background-image: url(/images/crisp-paper-ruffles.png); } - -.link-active { border-bottom: 2px solid #85BDBF; } - -.footer-icons svg { color: #444; } - -nav svg { display: inline; } - -button, input, optgroup, select, textarea { line-height: initial; } - -.checkbox-agree { display: none; } - -.feather-download { color: #222; } - -.feather-download:hover { color: #3490dc; } - -.comment-post-odd { background-color: #f6f6f6 !important; } - -.hashover-message { display: none; } -.hashover-message-error { display: block; } - -@media screen and (max-width: 392px) { nav p { font-size: 0.6916em } } - -.journal-post a { - text-decoration: none; - border-bottom: 2px solid #a8c2cc; - padding-bottom: 2px; - color: #12283a; -} - -.splash-container { - background-image: url(/images/abstract-mix.jpg); - background-repeat: repeat; - min-height: 12rem; -} diff --git a/public/dist/app.css b/public/dist/app.css new file mode 100644 index 0000000..2a57771 --- /dev/null +++ b/public/dist/app.css @@ -0,0 +1,39 @@ +.bg--white--light { background-color: #f3f3f3 } + +.max-w-xl { max-width: 88rem; } + +.logo-container { background-image: url(/images/crisp-paper-ruffles.png); } + +.link-active { border-bottom: 2px solid #85BDBF; } + +.footer-icons svg { color: #444; } + +nav svg { display: inline; } + +button, input, optgroup, select, textarea { line-height: initial; } + +.checkbox-agree { display: none; } + +.feather-download { color: #222; } + +.feather-download:hover { color: #3490dc; } + +.comment-post-odd { background-color: #f6f6f6 !important; } + +.hashover-message { display: none; } +.hashover-message-error { display: block; } + +@media screen and (max-width: 392px) { nav p { font-size: 0.6916em } } + +.journal-post a { + text-decoration: none; + border-bottom: 2px solid #a8c2cc; + padding-bottom: 2px; + color: #12283a; +} + +.splash-container { + background-image: url(/images/abstract-mix.jpg); + background-repeat: repeat; + min-height: 12rem; +} diff --git a/public/index.php b/public/index.php index 4f61001..0311f71 100644 --- a/public/index.php +++ b/public/index.php @@ -1,8 +1,6 @@ direct(Request::uri(), Request::method()); diff --git a/public/js/app.js b/public/js/app.js deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.3