diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-19 16:02:43 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-19 16:02:43 +0200 |
| commit | a9358fb8a27cd3d48547f5427797702ee2780de8 (patch) | |
| tree | 7925fe254d47f25b9a1322270cb18664f5c7f397 /src/app/components/post | |
| parent | 5880656282edfb7dc1bb7073c20ccf74aad6a093 (diff) | |
| download | DevHive-Angular-a9358fb8a27cd3d48547f5427797702ee2780de8.tar DevHive-Angular-a9358fb8a27cd3d48547f5427797702ee2780de8.tar.gz DevHive-Angular-a9358fb8a27cd3d48547f5427797702ee2780de8.zip | |
Implemented navbar component; added some global stylings and changed the name of others; added icons
Diffstat (limited to 'src/app/components/post')
| -rw-r--r-- | src/app/components/post/post.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/components/post/post.component.html b/src/app/components/post/post.component.html index a4acfe6..4d9fc64 100644 --- a/src/app/components/post/post.component.html +++ b/src/app/components/post/post.component.html @@ -36,11 +36,11 @@ </summary> </section> <section class="flex-row flexible-children justify-children-center"> - <button class="small-padding lighter-hover click-effect border-radius-smaller" (click)="goToPostPage()"> + <button class="padding-small lighter-hover click-effect border-radius-smaller" (click)="goToPostPage()"> <img src="/assets/icons/tabler-icon-message-2.svg"> Comment </button> - <button class="small-padding lighter-hover click-effect border-radius-smaller" (click)="goToPostPage()"> + <button class="padding-small lighter-hover click-effect border-radius-smaller" (click)="goToPostPage()"> <img src="/assets/icons/tabler-icon-link.svg"> Share </button> |
