Merge pull request #222 from MindTooth/add_info_to_files

Clarified _rune.scss file
This commit is contained in:
KodeStar 2018-06-22 11:09:37 +01:00 committed by GitHub
commit 19536edf28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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); }
}
}