Skip to content
Snippets Groups Projects
ui-element-toolbox.component.css 507 B
Newer Older
  • Learn to ignore specific revisions
  • :host {
      text-align: center;
      font-size: larger;
    }
    
    :host button {
      text-align: left;
    
      font-size: medium;
      margin-bottom: 3px;
      width: 100%;
    
      display: inline-block;
    }
    
    
    .mat-expansion-panel-header {
      font-size: large;
    }
    .mat-expansion-panel-header.mat-expanded {
      height: 40px;
    }
    
    :host ::ng-deep .mat-expansion-panel-body {
      padding: 0 10px 10px;
    
    
    .fx-row-start-stretch {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
    
      justify-content: flex-start;