Add transition to notification's close button background color

This commit is contained in:
Bruno Alves de Faria 2017-09-29 13:16:53 -03:00
parent 6fef754651
commit 4efa774cd3

View File

@ -37,6 +37,7 @@
position: absolute
right: 0
top: 0
transition(background-color 0.3s ease)
width: 40px
i
@ -52,7 +53,7 @@
width: 100%
&:hover
background: rgba(0, 0, 0, 0.1)
background-color: rgba(0, 0, 0, 0.1)
i
transform(translateY(-50%) rotate(180deg))