|
|
@@ -1,32 +0,0 @@
|
|
|
-.app-quote-forex {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- color: #ACB8C0;
|
|
|
-}
|
|
|
-.app-quote-forex ul {
|
|
|
- flex: 1;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: space-evenly;
|
|
|
-}
|
|
|
-.app-quote-forex ul + ul {
|
|
|
- border-top: 1px solid #333;
|
|
|
-}
|
|
|
-.app-quote-forex ul li {
|
|
|
- display: flex;
|
|
|
- font-size: 12px;
|
|
|
- text-align: center;
|
|
|
- padding: 3px 5px;
|
|
|
-}
|
|
|
-.app-quote-forex ul li.is-active {
|
|
|
- background-color: #262d33;
|
|
|
-}
|
|
|
-.app-quote-forex ul li span {
|
|
|
- flex: 1;
|
|
|
-}
|
|
|
-.app-quote-forex ul li span:first-child {
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-.app-quote-forex ul li span:last-child {
|
|
|
- text-align: right;
|
|
|
-}
|