diff options
| author | Danail Dimitrov <danaildimitrov321@gmail.com> | 2021-03-06 14:43:32 +0200 |
|---|---|---|
| committer | Danail Dimitrov <danaildimitrov321@gmail.com> | 2021-03-06 14:43:32 +0200 |
| commit | 1f008dfc777022582e5e0cf0823175e66c2790cf (patch) | |
| tree | d6564e3aa209a7f9a1600bed4ae4187c587945ab /src/app/components/post/post.component.css | |
| parent | d8ffe52b67e983b9b317b2e5dcb138ac996eaa31 (diff) | |
| download | DevHive-Angular-1f008dfc777022582e5e0cf0823175e66c2790cf.tar DevHive-Angular-1f008dfc777022582e5e0cf0823175e66c2790cf.tar.gz DevHive-Angular-1f008dfc777022582e5e0cf0823175e66c2790cf.zip | |
starting development of rating system
Diffstat (limited to 'src/app/components/post/post.component.css')
| -rw-r--r-- | src/app/components/post/post.component.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/app/components/post/post.component.css b/src/app/components/post/post.component.css index 1b88c7d..07d931f 100644 --- a/src/app/components/post/post.component.css +++ b/src/app/components/post/post.component.css @@ -76,11 +76,6 @@ hr { /* Rating */ -/* Temporary, until ratings are implemented fully */ -.rating { - display: none !important; -} - .rating { display: flex; flex-direction: column; |
