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

Add add-button animation

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