From 1d7105ab2294cb7324664fcbef76778297f0790f Mon Sep 17 00:00:00 2001 From: Pfingstfrosch Date: Tue, 12 May 2020 19:15:00 +0200 Subject: [PATCH] remove scss files with no corresponding controller --- app/assets/stylesheets/courses.scss | 3 --- app/assets/stylesheets/details.scss | 20 ------------------- .../stylesheets/favorite/favorite_person.scss | 3 --- .../favorites/favorite_person.scss | 3 --- app/assets/stylesheets/people.scss | 3 --- app/assets/stylesheets/projects.scss | 3 --- app/assets/stylesheets/search.scss | 3 --- app/assets/stylesheets/theses.scss | 3 --- 8 files changed, 41 deletions(-) delete mode 100644 app/assets/stylesheets/courses.scss delete mode 100644 app/assets/stylesheets/details.scss delete mode 100644 app/assets/stylesheets/favorite/favorite_person.scss delete mode 100644 app/assets/stylesheets/favorites/favorite_person.scss delete mode 100644 app/assets/stylesheets/people.scss delete mode 100644 app/assets/stylesheets/projects.scss delete mode 100644 app/assets/stylesheets/search.scss delete mode 100644 app/assets/stylesheets/theses.scss diff --git a/app/assets/stylesheets/courses.scss b/app/assets/stylesheets/courses.scss deleted file mode 100644 index 5da90a0..0000000 --- a/app/assets/stylesheets/courses.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Courses 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/details.scss b/app/assets/stylesheets/details.scss deleted file mode 100644 index 6491bac..0000000 --- a/app/assets/stylesheets/details.scss +++ /dev/null @@ -1,20 +0,0 @@ -// Place all the styles related to the details controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: https://sass-lang.com/ - -h5 { - font-weight: normal; - opacity: 0.8; -} - -.profile-picture { - float: right; - width: 25%; - - img { - width: 100%; - max-width: 260px; - height: auto; - object-fit: contain; - } -} \ No newline at end of file diff --git a/app/assets/stylesheets/favorite/favorite_person.scss b/app/assets/stylesheets/favorite/favorite_person.scss deleted file mode 100644 index 459023b..0000000 --- a/app/assets/stylesheets/favorite/favorite_person.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the favorites/favorite_person 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/favorites/favorite_person.scss b/app/assets/stylesheets/favorites/favorite_person.scss deleted file mode 100644 index 459023b..0000000 --- a/app/assets/stylesheets/favorites/favorite_person.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the favorites/favorite_person 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/people.scss b/app/assets/stylesheets/people.scss deleted file mode 100644 index 4f07f35..0000000 --- a/app/assets/stylesheets/people.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the People 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/projects.scss b/app/assets/stylesheets/projects.scss deleted file mode 100644 index 9063478..0000000 --- a/app/assets/stylesheets/projects.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Projects 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/search.scss b/app/assets/stylesheets/search.scss deleted file mode 100644 index 1b26d4a..0000000 --- a/app/assets/stylesheets/search.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the search 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/theses.scss b/app/assets/stylesheets/theses.scss deleted file mode 100644 index 447c815..0000000 --- a/app/assets/stylesheets/theses.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Theses controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: https://sass-lang.com/