Initial Commit
Co-authored-by: Subin <subinthattaparambil@gmail.com> Co-authored-by: Manoj <manojmj92@gmail.com> Co-authored-by: Nithin <webofnithin@gmail.com>
This commit is contained in:
3
app/assets/stylesheets/api/base.scss
Normal file
3
app/assets/stylesheets/api/base.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the api/base controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
3
app/assets/stylesheets/api/v1/agents.scss
Normal file
3
app/assets/stylesheets/api/v1/agents.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the api/v1/agents controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
3
app/assets/stylesheets/api/v1/canned_responses.scss
Normal file
3
app/assets/stylesheets/api/v1/canned_responses.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the api/v1/canned_responses controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
3
app/assets/stylesheets/api/v1/conversations.scss
Normal file
3
app/assets/stylesheets/api/v1/conversations.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the api/v1/conversations controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
3
app/assets/stylesheets/api/v1/reports.scss
Normal file
3
app/assets/stylesheets/api/v1/reports.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the api/v1/reports controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
3
app/assets/stylesheets/api/v1/subscriptions.scss
Normal file
3
app/assets/stylesheets/api/v1/subscriptions.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the api/v1/subscriptions controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
3
app/assets/stylesheets/api/v1/webhooks.scss
Normal file
3
app/assets/stylesheets/api/v1/webhooks.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the api/v1/webhooks controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
3
app/assets/stylesheets/api/v1/widget/messages.scss
Normal file
3
app/assets/stylesheets/api/v1/widget/messages.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the api/v1/widget/messages controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
15
app/assets/stylesheets/application.css
Normal file
15
app/assets/stylesheets/application.css
Normal file
@@ -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, 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
|
||||
*/
|
||||
3
app/assets/stylesheets/home.scss
Normal file
3
app/assets/stylesheets/home.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the Home controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
Reference in New Issue
Block a user