From ece62b9eb3e2f3995715c32608f1de91d98a22be Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 29 Nov 2023 23:20:31 -0500 Subject: Rails engine no longer needed --- rails/app/assets/config/lingo_manifest.js | 2 - rails/app/assets/images/lingo/.keep | 0 rails/app/assets/images/lingo/header.png | Bin 1213722 -> 0 bytes rails/app/assets/stylesheets/lingo/application.css | 15 ------ rails/app/assets/stylesheets/lingo/main.css.scss | 55 --------------------- 5 files changed, 72 deletions(-) delete mode 100644 rails/app/assets/config/lingo_manifest.js delete mode 100644 rails/app/assets/images/lingo/.keep delete mode 100644 rails/app/assets/images/lingo/header.png delete mode 100644 rails/app/assets/stylesheets/lingo/application.css delete mode 100644 rails/app/assets/stylesheets/lingo/main.css.scss (limited to 'rails/app/assets') diff --git a/rails/app/assets/config/lingo_manifest.js b/rails/app/assets/config/lingo_manifest.js deleted file mode 100644 index 32c12fb..0000000 --- a/rails/app/assets/config/lingo_manifest.js +++ /dev/null @@ -1,2 +0,0 @@ -//= link_directory ../stylesheets/lingo .css -//= link lingo/header.png diff --git a/rails/app/assets/images/lingo/.keep b/rails/app/assets/images/lingo/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/rails/app/assets/images/lingo/header.png b/rails/app/assets/images/lingo/header.png deleted file mode 100644 index 9384865..0000000 Binary files a/rails/app/assets/images/lingo/header.png and /dev/null differ diff --git a/rails/app/assets/stylesheets/lingo/application.css b/rails/app/assets/stylesheets/lingo/application.css deleted file mode 100644 index 0ebd7fe..0000000 --- a/rails/app/assets/stylesheets/lingo/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS - * files in this directory. Styles in this file should be added after the last require_* statement. - * It is generally better to create a new file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/rails/app/assets/stylesheets/lingo/main.css.scss b/rails/app/assets/stylesheets/lingo/main.css.scss deleted file mode 100644 index a65cd94..0000000 --- a/rails/app/assets/stylesheets/lingo/main.css.scss +++ /dev/null @@ -1,55 +0,0 @@ -body { - background-color: black; - color: white; - font-family: sans-serif; -} - -#header { - width: 100%; - - img { - max-width: 80%; - margin: 0 auto; - display: block; - } -} - -h2 { - text-align: center; -} - -#scores { - margin: 0 auto; - border-spacing: 0px; - tr { - &.even { - background-color: gray; - } - &.odd { - background-color: purple; - } - th { - text-align: left; - padding-left: 0.5em; - padding-bottom: 0.5em; - } - td { - padding-right: 1em; - padding-top: 0.5em; - padding-bottom: 0.5em; - border-collapse: collapse; - &:first-child { - padding-left: 1em; - } - img { - width: 2em; - } - &.score-pfp { - width: 2em; - } - &.score-value { - text-align: center; - } - } - } -} \ No newline at end of file -- cgit 1.4.1