FilterModule.css 304 B

12345678910111213141516171819202122
  1. .FilterModule .exact label {
  2. height: 24px;
  3. width: 100%;
  4. }
  5. .FilterModule .exact label span {
  6. text-overflow: ellipsis;
  7. height: 20px;
  8. white-space: nowrap;
  9. overflow: hidden;
  10. }
  11. .filters-title{
  12. font-size: 20px;
  13. text-align: center;
  14. font-family: tahoma;
  15. }
  16. .flex-container .flex-item{
  17. }