Improve colors

This commit is contained in:
Peter Maquiran
2021-07-27 10:17:56 +01:00
parent 33648bba08
commit 1e40220b6e
4 changed files with 14 additions and 14 deletions
+4 -4
View File
@@ -382,25 +382,25 @@ $app-theme: mat-light-theme((
margin-bottom: 10px;
overflow: auto;
}
.content-pr-Oficial{
.content-pr-Oficial, .content-PR-Oficial{
width: 340px;
border-radius: 5px;
border-right: 5px solid #99e47b;
overflow: auto;
}
.content-pr-Pessoal{
.content-pr-Pessoal, .content-PR-Pessoal{
width: 340px;
border-radius: 5px;
border-right: 5px solid #958bfc;
overflow: auto;
}
.content-mdgpr-Oficial{
.content-mdgpr-Oficial, .content-MDGPR-Oficial{
width: 340px;
border-radius: 5px;
border-right: 5px solid #ffb703;
overflow: auto;
}
.content-mdgpr-Pessoal{
.content-mdgpr-Pessoal, .content-MDGPR-Pessoal{
width: 340px;
border-radius: 5px;
border-right: 5px solid #f05d5e;