diff --git a/assets/css/components/comments/ui.css b/assets/css/components/comments/ui.css new file mode 100644 index 00000000..a560a0fb --- /dev/null +++ b/assets/css/components/comments/ui.css @@ -0,0 +1,9 @@ +/** + * Comments UI + * + * @author Pierre HUBERT + */ + +.post-comments{ + padding: 10px; +} \ No newline at end of file diff --git a/system/config/dev.config.php b/system/config/dev.config.php index 288f1ed4..9d6218ca 100644 --- a/system/config/dev.config.php +++ b/system/config/dev.config.php @@ -142,6 +142,9 @@ class Dev { //Movies picker "css/components/movies/picker.css", + //Comments component + "css/components/comments/ui.css", + //Pages stylesheets //User Page "css/pages/userPage/main.css",