From 6fec8afc3f91166930c8b4dfca441a5a70a24d5b Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 14 Mar 2016 17:49:13 +0100 Subject: Bind oauth applications to users --- app/assets/stylesheets/oauth/applications.scss | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/assets/stylesheets/oauth/applications.scss (limited to 'app/assets/stylesheets/oauth/applications.scss') diff --git a/app/assets/stylesheets/oauth/applications.scss b/app/assets/stylesheets/oauth/applications.scss new file mode 100644 index 000000000..50933741e --- /dev/null +++ b/app/assets/stylesheets/oauth/applications.scss @@ -0,0 +1,3 @@ +// Place all the styles related to the oauth::applications controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ -- cgit