diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-21 16:32:44 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-21 16:32:44 +0200 |
| commit | 0a16705c40735e81afa1f3d58c7cba224f46dbcd (patch) | |
| tree | b34ce40ce9ec2070f3f60a46016ec73f1e3221a6 /src/app/components/post/post.component.css | |
| parent | 0133f3b5e9086fba5006314c183451974d50502c (diff) | |
| download | DevHive-Angular-0a16705c40735e81afa1f3d58c7cba224f46dbcd.tar DevHive-Angular-0a16705c40735e81afa1f3d58c7cba224f46dbcd.tar.gz DevHive-Angular-0a16705c40735e81afa1f3d58c7cba224f46dbcd.zip | |
Implemented (moved from post page) functionality for editing and deleting your posts into post component
Diffstat (limited to 'src/app/components/post/post.component.css')
| -rw-r--r-- | src/app/components/post/post.component.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/app/components/post/post.component.css b/src/app/components/post/post.component.css index c5919fd..1015564 100644 --- a/src/app/components/post/post.component.css +++ b/src/app/components/post/post.component.css @@ -32,3 +32,24 @@ height: 1.2em; width: 1.2em; } + +/* Edit */ + +#attachments-btns img, .file-button > input { + height: 1.4em; + width: 1.4em; +} + +.file-button { + position: relative; +} + +.file-button > img { + position: absolute; + pointer-events: none; +} + +.file-button > input { + font-size: inherit; + color: transparent; +} |
