diff --git a/sass/partials/_all.scss b/sass/partials/_all.scss index 3f45e32..c4d95ca 100644 --- a/sass/partials/_all.scss +++ b/sass/partials/_all.scss @@ -1,3 +1,4 @@ @import 'structure/all'; @import 'navigation/all'; -@import 'general/all'; \ No newline at end of file +@import 'general/all'; +@import 'users/all'; \ No newline at end of file diff --git a/sass/partials/structure/_all.scss b/sass/partials/structure/_all.scss index aae1b13..ee99aee 100644 --- a/sass/partials/structure/_all.scss +++ b/sass/partials/structure/_all.scss @@ -1,2 +1,2 @@ @import 'window'; -@import "layout"; \ No newline at end of file +@import 'layout'; \ No newline at end of file diff --git a/sass/partials/users/_all.scss b/sass/partials/users/_all.scss new file mode 100644 index 0000000..f0d278d --- /dev/null +++ b/sass/partials/users/_all.scss @@ -0,0 +1 @@ +@import 'my_projects'; \ No newline at end of file diff --git a/sass/partials/users/_my_projects.scss b/sass/partials/users/_my_projects.scss new file mode 100644 index 0000000..e2f6392 --- /dev/null +++ b/sass/partials/users/_my_projects.scss @@ -0,0 +1,4 @@ +.inactive { + background-color: $grey; + padding: 5px; +} \ No newline at end of file diff --git a/static/client/users/account/partials/my-projects.html b/static/client/users/account/partials/my-projects.html index f11a708..b6962ef 100644 --- a/static/client/users/account/partials/my-projects.html +++ b/static/client/users/account/partials/my-projects.html @@ -2,7 +2,7 @@