Skip to content
Snippets Groups Projects
Select Git revision
  • 7697c31256eba527df34c77657e06dbaeddaafeb
  • master default protected
2 results

map.component.scss

Blame
  • map.component.scss 177 B
    .map {
        margin-bottom: 20px;
        height: 70vh
    }
      
    table {
    width: 100%;
    }
    
    .table {
        margin-bottom: 35px;
    
        th.mat-header-cell {
            vertical-align: middle;
        }
    }