Add transition to notification's close button background color
This commit is contained in:
parent
6fef754651
commit
4efa774cd3
@ -37,6 +37,7 @@
|
|||||||
position: absolute
|
position: absolute
|
||||||
right: 0
|
right: 0
|
||||||
top: 0
|
top: 0
|
||||||
|
transition(background-color 0.3s ease)
|
||||||
width: 40px
|
width: 40px
|
||||||
|
|
||||||
i
|
i
|
||||||
@ -52,7 +53,7 @@
|
|||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
background: rgba(0, 0, 0, 0.1)
|
background-color: rgba(0, 0, 0, 0.1)
|
||||||
|
|
||||||
i
|
i
|
||||||
transform(translateY(-50%) rotate(180deg))
|
transform(translateY(-50%) rotate(180deg))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user