Skip to content

Commit

Permalink
toggle btn
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilipkmr committed Mar 24, 2019
1 parent b58e1ae commit 90d8d01
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/componentCss.css
Expand Up @@ -21,6 +21,8 @@
.toggleFader {
opacity: 0;
animation: 1s opacityFade forwards;
position: relative;
bottom: 75px;
}
.toggler {
height: 18px;
Expand All @@ -34,4 +36,10 @@

.moveRight {
left: 55%;
}

@media screen and (max-width: 570px) {
.toggleFader {
bottom: 0px !important;
}
}

0 comments on commit 90d8d01

Please sign in to comment.