File: /var/www/html/wp-content/plugins/wp-recipe-maker/assets/css/admin/reports.scss
@use 'manage/table';
@use 'progress-bar';
#wprm-report-finished {
display: none;
}
.wprm-report-table-value-container {
margin-bottom: 10px;
text-align: center;
label {
margin: 10px;
input {
height: 18px;
width: 18px;
&:checked::before {
width: 0.5rem;
height: 0.5rem;
margin: 4px;
}
}
}
}
.wprm-report-table-export-container {
margin-bottom: 10px;
text-align: right;
}
.wprm-report-table-header {
margin: 15px 0 10px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
h2 {
margin: 0;
}
}
.wprm-report-table-actions {
width: 100%;
display: flex;
justify-content: space-evenly;
align-items: center;
}
.wprm-report-table-center {
justify-content: center;
}
.wprm-report-table-legend {
.wprm-report-table-legend-item {
display: flex;
align-items: center;
margin-top: 5px;
.wprm-report-table-legend-label {
font-weight: bold;
width: 80px;
text-align: right;
margin-right: 10px;
}
.wprm-report-table-legend-description {
font-style: italic;
}
}
}