From 819a3edae405227f11283ad494a7f4ca9c771467 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 21 Aug 2021 19:30:19 -0400 Subject: init --- app/assets/stylesheets/application.css | 15 +++++++++++++++ app/assets/stylesheets/machines.scss | 3 +++ app/assets/stylesheets/players.scss | 3 +++ 3 files changed, 21 insertions(+) create mode 100644 app/assets/stylesheets/application.css create mode 100644 app/assets/stylesheets/machines.scss create mode 100644 app/assets/stylesheets/players.scss (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css new file mode 100644 index 0000000..d05ea0f --- /dev/null +++ b/app/assets/stylesheets/application.css @@ -0,0 +1,15 @@ +/* + * 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, 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/app/assets/stylesheets/machines.scss b/app/assets/stylesheets/machines.scss new file mode 100644 index 0000000..1cabf09 --- /dev/null +++ b/app/assets/stylesheets/machines.scss @@ -0,0 +1,3 @@ +// Place all the styles related to the Machines controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: https://sass-lang.com/ diff --git a/app/assets/stylesheets/players.scss b/app/assets/stylesheets/players.scss new file mode 100644 index 0000000..a74761d --- /dev/null +++ b/app/assets/stylesheets/players.scss @@ -0,0 +1,3 @@ +// Place all the styles related to the Players controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: https://sass-lang.com/ -- cgit 1.4.1