aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/post/post.component.html
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-19 16:02:43 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-19 16:02:43 +0200
commita9358fb8a27cd3d48547f5427797702ee2780de8 (patch)
tree7925fe254d47f25b9a1322270cb18664f5c7f397 /src/app/components/post/post.component.html
parent5880656282edfb7dc1bb7073c20ccf74aad6a093 (diff)
downloadDevHive-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/post.component.html')
-rw-r--r--src/app/components/post/post.component.html4
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">
&nbsp;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">
&nbsp;Share
</button>