Skip to content
Snippets Groups Projects
Commit 62da1b5c authored by Hagen Dreßler's avatar Hagen Dreßler
Browse files

Edit css style of comment-list

parent b5aea83d
No related merge requests found
...@@ -7,6 +7,11 @@ button { ...@@ -7,6 +7,11 @@ button {
min-width: 800px; min-width: 800px;
} }
mat-card:hover {
box-shadow: 0 6px 6px 6px rgba(0,0,0,.2), 0 6px 6px 0 rgba(0,0,0,.14), 0 6px 6px 0 rgba(0,0,0,.12) !important;
transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 300ms cubic-bezier(.3,0,.2,1);
}
.not-check-icon { .not-check-icon {
color: red; color: red;
position: absolute; position: absolute;
...@@ -44,4 +49,5 @@ button { ...@@ -44,4 +49,5 @@ button {
text-align: right; text-align: right;
font-size: 80%; font-size: 80%;
margin-right: 10px; margin-right: 10px;
margin-bottom: 3px;
} }
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