maintenance-communications-list.component.css 428 B

123456789101112131415161718192021222324252627282930
  1. .table {
  2. margin: 30px 0;
  3. }
  4. .dashButton-w {
  5. float: right;
  6. margin: 10px;
  7. }
  8. .custom-control-label::after,
  9. .custom-control-label::before {
  10. width: 1.5rem;
  11. height: 1.5rem;
  12. }
  13. .fixedWidthLabel-w::after,
  14. .fixedWidthLabel-w::before {
  15. width: 1.5rem;
  16. height: 1.5rem;
  17. }
  18. .disblayBlock-w {
  19. display: block;
  20. }
  21. /* .centerIneerItem {
  22. display: flex;
  23. justify-content: center;
  24. text-align: center;
  25. } */