From 56a16be5fb51d8f6a8b04e9e7094aa7c57fb8547 Mon Sep 17 00:00:00 2001 From: hellekin Date: Tue, 6 Oct 2020 04:26:25 +0200 Subject: First pass at something visible This is a first version of the application, to go beyond simple authentication. --- app/assets/stylesheets/resources.scss | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/assets/stylesheets/resources.scss (limited to 'app/assets/stylesheets/resources.scss') diff --git a/app/assets/stylesheets/resources.scss b/app/assets/stylesheets/resources.scss new file mode 100644 index 0000000..5f2717f --- /dev/null +++ b/app/assets/stylesheets/resources.scss @@ -0,0 +1,3 @@ +// Place all the styles related to the Resources controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: https://sass-lang.com/ -- cgit v1.2.3