2021-04-19 03:11:55 +00:00
|
|
|
@import "../initial";
|
|
|
|
.marquee {
|
|
|
|
background: rgba(255,255,255,0.1);
|
|
|
|
border: 1px solid rgba(0,0,0,0.1);
|
|
|
|
border-radius: 5px;
|
2021-09-03 03:45:44 +00:00
|
|
|
behavior: url("/assets/ie_support/PIE2/PIE.htc");
|
2021-06-28 14:57:57 +00:00
|
|
|
font-size: 0.9375em;
|
2021-04-19 03:11:55 +00:00
|
|
|
list-style: outside none none;
|
|
|
|
margin: 0 0 30px;
|
|
|
|
min-height: 30px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 15px;
|
|
|
|
}
|