@import 'assets/material-theme.scss'; #dars-container { width: 100%; height: 100%; } #dars-report-container { width: 100%; } #dars-main /deep/.cse-alert { margin: 1.5rem 0; } .audit-wrapper, #dars-main { max-width: 1200px; margin: 24px; } #dars-main { margin: 24px auto; } #dars-view-title, .dars-header-bar, .dars-audit-group { margin-left: 1rem; margin-right: 1rem; } .audit-wrapper { margin: 50px auto; } .audit-header-buttons { display: flex; justify-content: space-between; } #audit-close, #audit-open-window { margin: 0 1rem 1rem; } .loading-wrapper { position: relative; padding: 50px 10px; text-align: center; font-family: mat-font-family($config); .loading-audit-progress-bar { position: absolute; top: 0; left: 0; right: 0; border-radius: 0 0 4px 4px; } img { width: 100%; max-width: 125px; margin: auto; } p { // text-transform: uppercase; font-weight: bold; font-size: 18px; } mat-spinner { margin: auto; } } .dars-header-bar { margin-top: 2rem; display: flex; justify-content: space-between; align-items: baseline; } button { text-transform: uppercase; } // Mobile View Styles .mat-card-mobile { padding: 0px !important; .mat-card-header { background-color: mat-color($my-app-primary); color: white; .mat-card-title { margin: 16px; font-weight: normal; } } mat-tab-group { .mat-tab-label { text-transform: uppercase; color: #757575; } .run-audit-mobile { text-align: center; padding: 1px 20px 16px 20px; background-color: #f7f7f7; } h3 { background-color: #494949; color: #fff; font-weight: normal; padding: 16px; margin-top: 0px; } } }