change agenda

This commit is contained in:
Peter Maquiran
2023-03-30 14:31:58 +01:00
parent 8deed4cf94
commit b7d878851e
13 changed files with 350 additions and 723 deletions
+11 -5
View File
@@ -431,28 +431,34 @@ $app-theme: mat-light-theme(
.content-PR-Oficial {
width: 340px;
border-radius: 5px;
border-right: 5px solid #99e47b;
border-left: 5px solid #99e47b;
overflow: auto;
padding-left: 10px;
}
.content-pr-Pessoal,
.content-PR-Pessoal {
width: 340px;
border-radius: 5px;
border-right: 5px solid #958bfc;
border-left: 5px solid #958bfc;
overflow: auto;
padding-left: 10px;
}
.content-mdgpr-Oficial,
.content-MDGPR-Oficial {
.content-MDGPR-Oficial,
.content-md-Oficial {
width: 340px;
border-radius: 5px;
border-right: 5px solid #ffb703;
border-left: 5px solid #ffb703;
overflow: auto;
padding-left: 10px;
}
.content-mdgpr-Pessoal,
.content-md-Pessoal,
.content-MDGPR-Pessoal {
width: 340px;
border-radius: 5px;
border-right: 5px solid #f05d5e;
padding-left: 10px;
border-left: 5px solid #f05d5e;
overflow: auto;
}