This commit is contained in:
mgabdev
2020-03-08 19:02:28 -04:00
parent 2f9dbfa91d
commit 0b94033011
16 changed files with 324 additions and 167 deletions

View File

@@ -327,6 +327,10 @@ body {
color: #fff;
}
.colorTertiary {
color: #777;
}
.colorSecondary {
color: #4B4F55;
}
@@ -797,6 +801,10 @@ body {
padding-top: 5px;
}
.paddingTop2PX {
padding-top: 2px;
}
.paddingBottom10PX {
padding-bottom: 10px;
}