| | |
| | | .filter { |
| | | width: 100%; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | justify-content: flex-start; |
| | | align-items: center; |
| | | margin-bottom: 10px; |
| | | > span { |
| | | font-size: 12px; |
| | | > .span { |
| | | font-size: 14px; |
| | | font-weight: 400; |
| | | color: #35363b; |
| | | display: flex; |
| | | width: 100px; |
| | | } |
| | | } |
| | | .box { |
| | | width: 100%; |
| | | height: 100px; |
| | | min-height: 100px; |
| | | height: auto; |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: flex-start; |
| | | align-items: flex-start; |
| | | margin-left: 14px; |
| | | } |
| | | |
| | | .textColor { |
| | | color: #5a84ff!important; |
| | | color: #5a84ff !important; |
| | | > button > span { |
| | | color: #5a84ff!important; |
| | | color: #5a84ff !important; |
| | | } |
| | | } |
| | | } |