]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fixed #1308, rainbow button glitch (#1309) 1311/head
authorJeremy Philemon <jeremyphilemon@outlook.com>
Sat, 14 Oct 2017 09:15:24 +0000 (05:15 -0400)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 14 Oct 2017 09:15:24 +0000 (10:15 +0100)
docs/_sass/love.sass

index 3de1c855a5bafab998ff1c81d211d2eb034dbf4c..7e60de31de7a960d7d2c4a5b86e62fe383bdf51e 100644 (file)
 
 @keyframes rainbow
     0%
-      background-position: 0% 80%
+      background-position: 1% 80%
     50%
-      background-position: 100% 20%
+      background-position: 99% 20%
     100%
-      background-position: 0% 80%
+      background-position: 1% 80%
 
 .bd-hug
   align-items: flex-start