29 lines
460 B
SCSS
29 lines
460 B
SCSS
@import "../initial";
|
|
.marquee {
|
|
background:#ff0000;
|
|
font-size: 0.938em;
|
|
list-style:none;
|
|
margin: 0;
|
|
min-height: 1.875em;
|
|
overflow: hidden;
|
|
padding: 0.75em;
|
|
color: #fff;
|
|
li{
|
|
list-style:none;
|
|
}
|
|
a{
|
|
color: #fff;
|
|
}
|
|
&:before{
|
|
content: "\f0a1";
|
|
font-family: FontAwesome;
|
|
color: #FFEB3B;
|
|
font-size: 18px;
|
|
padding-right: 0.5em;
|
|
float: left;
|
|
}
|
|
}
|
|
.text_marqueewrapper{
|
|
z-index:1 ;
|
|
position: relative;
|
|
} |