diff options
Diffstat (limited to 'app/assets/stylesheets/subscriptions.css.scss')
| -rw-r--r-- | app/assets/stylesheets/subscriptions.css.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/subscriptions.css.scss b/app/assets/stylesheets/subscriptions.css.scss new file mode 100644 index 000000000..ca94fd80a --- /dev/null +++ b/app/assets/stylesheets/subscriptions.css.scss @@ -0,0 +1,9 @@ +// Place all the styles related to the lines controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ +@import "common"; + +#workspace.subscriptions.create, #workspace.subscriptions.new +{ +} + |
