diff --git a/site/src/components/alert/style.styl b/site/src/components/alert/style.styl index 2ee7405..890aac3 100644 --- a/site/src/components/alert/style.styl +++ b/site/src/components/alert/style.styl @@ -1,4 +1,27 @@ .alert + display block position fixed bottom 0 - right 30px + right 60px + width 62px + height 40px + background #24263A + + .icon + position absolute + top 10px + left 18px + + &.default + display inline-block + + &.hover + display none + + &:hover + .icon + &.default + display none + + &.hover + display inline-block \ No newline at end of file diff --git a/site/src/components/alert/template.html b/site/src/components/alert/template.html index e6e6181..cbe7c89 100644 --- a/site/src/components/alert/template.html +++ b/site/src/components/alert/template.html @@ -1,3 +1,4 @@ - /!\ + + \ No newline at end of file