Clarified _rune.scss file

This commit is contained in:
Birger J. Nordølum 2018-06-21 17:41:04 +02:00
parent 0203440b06
commit 6cb8487a52
No known key found for this signature in database
GPG key ID: 1E2DC712B50089CC

View file

@ -1,3 +1,5 @@
// This file were added as a supplement to RuneAudio application
.title-marquee {
width: 125px;
overflow: hidden;
@ -13,4 +15,4 @@
20% { transform: translate(0, 0); }
95% { transform: translate(-200%, 0); }
100% { transform: translate(-200%, 0); }
}
}