diff --git a/controllets/animated-button-container-controllet/animated-button-container-controllet.html b/controllets/animated-button-container-controllet/animated-button-container-controllet.html index 68a9ae5..ecf5fc4 100755 --- a/controllets/animated-button-container-controllet/animated-button-container-controllet.html +++ b/controllets/animated-button-container-controllet/animated-button-container-controllet.html @@ -131,16 +131,6 @@ transition: 0.2s ease-out; } - .transparent - { - position:fixed; - top:0; - left:0; - width:100%; - height:100%; - background-color: rgba(0, 0, 0, 0.4); - } -