1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-10 00:46:15 +01:00
fab-manager/app/frontend/src/stylesheets/modules/supporting-documents/supporting-documents-validation.scss

40 lines
663 B
SCSS
Raw Normal View History

.supporting-documents-validation {
.info-area {
color: #000;
font-weight: 600;
}
.document-type {
margin-bottom: 15px;
.type-name {
margin-bottom: 5px;
}
.filename {
margin-right: 15px;
}
.missing-file {
color: var(--error);
}
}
.refuse-btn {
background-color: var(--secondary);
border-color: var(--secondary);
color: var(--secondary-text-color);
margin-bottom: 15px;
margin-top: 15px;
}
}
@media (min-width: 1200px) {
.supporting-documents-validation .fab-panel {
width: 56.33%;
}
2022-06-22 13:01:22 +02:00
.supporting-documents-validation .fab-panel.refusal {
width: 33.33%;
}
}