several improvements

This commit is contained in:
tiago.kayaya
2021-01-31 16:14:42 +01:00
parent 568ad6f06c
commit ab1bfe0496
7 changed files with 61 additions and 16 deletions
+4 -4
View File
@@ -322,25 +322,25 @@
margin-bottom: 10px;
overflow: auto;
}
.content-mdgpr-Oficial{
.content-pr-Oficial{
width: 340px;
border-radius: 5px;
border-right: 5px solid #99e47b;
overflow: auto;
}
.content-mdgpr-Pessoal{
.content-pr-Pessoal{
width: 340px;
border-radius: 5px;
border-right: 5px solid #958bfc;
overflow: auto;
}
.content-pr-Oficial{
.content-mdgpr-Oficial{
width: 340px;
border-radius: 5px;
border-right: 5px solid #ffb703;
overflow: auto;
}
.content-pr-Pessoal{
.content-mdgpr-Pessoal{
width: 340px;
border-radius: 5px;
border-right: 5px solid #f05d5e;