This commit is contained in:
mgabdev
2020-03-31 12:04:50 -04:00
parent bfda5978d1
commit 1a33759e19
37 changed files with 651 additions and 458 deletions

View File

@@ -368,6 +368,10 @@ body {
color: #21cf7a
}
.colorGabPro {
color: #ffd700;
}
.fillColorBlack {
fill: #000;
}
@@ -388,6 +392,10 @@ body {
fill: #666;
}
.fillColorGabPro {
fill: #ffd700;
}
.bottom0 {
bottom: 0;
}
@@ -716,6 +724,10 @@ body {
font-size: 12px;
}
.fontSize0 {
font-size: 0;
}
.fontWeightNormal {
font-weight: 400;
}
@@ -858,6 +870,10 @@ body {
padding-top: 25%;
}
.pt15 {
padding-top: 15px;
}
.pt10 {
padding-top: 10px;
}