Skip to content
Snippets Groups Projects
Commit 79052646 authored by Anris Ceta's avatar Anris Ceta :speech_balloon:
Browse files

add mark as read button

parent b275bae9
Branches
Tags
4 merge requests!171SWTP Comment Project,!170Fix linter in pipe,!169WebSocket Connector,!168Filter comment list
...@@ -3,7 +3,7 @@ mat-card { ...@@ -3,7 +3,7 @@ mat-card {
background-color: #b2ebf2; background-color: #b2ebf2;
} }
mat-card-content>:first-child { mat-card-content > :first-child {
margin-top: 20px; margin-top: 20px;
} }
...@@ -16,3 +16,7 @@ mat-toolbar { ...@@ -16,3 +16,7 @@ mat-toolbar {
.outer-card { .outer-card {
border-radius: 8px; border-radius: 8px;
} }
.btn-right {
float: right;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment