Clarified _rune.scss file
This commit is contained in:
parent
0203440b06
commit
6cb8487a52
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
// This file were added as a supplement to RuneAudio application
|
||||||
|
|
||||||
.title-marquee {
|
.title-marquee {
|
||||||
width: 125px;
|
width: 125px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -13,4 +15,4 @@
|
||||||
20% { transform: translate(0, 0); }
|
20% { transform: translate(0, 0); }
|
||||||
95% { transform: translate(-200%, 0); }
|
95% { transform: translate(-200%, 0); }
|
||||||
100% { transform: translate(-200%, 0); }
|
100% { transform: translate(-200%, 0); }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue