|
|
|
@ -74,7 +74,7 @@ mat-fab-toolbar { |
|
|
|
button.mat-mdc-fab { |
|
|
|
overflow: visible !important; |
|
|
|
opacity: .5; |
|
|
|
mat-icon { |
|
|
|
.mat-icon { |
|
|
|
position: relative; |
|
|
|
z-index: $z-index-fab + 2; |
|
|
|
opacity: 1; |
|
|
|
@ -146,7 +146,7 @@ mat-fab-toolbar { |
|
|
|
box-shadow: none; |
|
|
|
opacity: 1; |
|
|
|
|
|
|
|
mat-icon { |
|
|
|
.mat-icon { |
|
|
|
opacity: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -163,7 +163,7 @@ mat-fab-toolbar { |
|
|
|
mat-fab-trigger { |
|
|
|
button.mat-mdc-fab { |
|
|
|
transition: opacity .3s cubic-bezier(.55, 0, .55, .2) .2s; |
|
|
|
mat-icon { |
|
|
|
.mat-icon { |
|
|
|
transition: all $icon-delay ease-in; |
|
|
|
} |
|
|
|
} |
|
|
|
|