Skip to content
Snippets Groups Projects
indexing-model-administration.component.scss 241 B
Newer Older
  • Learn to ignore specific revisions
  • @import '../../../css/vars.scss';
    
    .indexingModelLabel {
        ::ng-deep.mat-form-field-wrapper {
            padding: 0px;
        }
    }
    
    .defaultModel {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 10px;
    }