Newer
Older
@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;
}
#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;
font-family: mat-font-family($config);
.loading-audit-progress-bar {
position: absolute;
top: 0;
left: 0;
right: 0;
border-radius: 0 0 4px 4px;
}
font-weight: bold;
font-size: 18px;
}
mat-spinner {
margin: auto;
}
}
display: flex;
justify-content: space-between;
align-items: baseline;
}
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
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;
}
}