Skip to content
Snippets Groups Projects
Commit 10fe6b82 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Add add-button animation

parent 47ae6488
No related merge requests found
...@@ -19,15 +19,18 @@ mat-row { ...@@ -19,15 +19,18 @@ mat-row {
100% {background-color: #ffecb3} 100% {background-color: #ffecb3}
} }
.add-icon { .addIcon {
line-height: 100%; line-height: 100%;
height: 100% !important; height: 100% !important;
width: 100% !important; width: 100% !important;
font-size: 40px !important; font-size: 40px !important;
transition: 0.5s; }
.addButton {
transition-duration: 0.5s;
&:hover { &:focus {
transform: scale(1.2); transform: rotate(90deg);
} }
} }
......
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