This commit is contained in:
mgabdev
2020-04-07 21:06:59 -04:00
parent b5e3c2a94f
commit bb4fcdf32d
101 changed files with 1069 additions and 1886 deletions

View File

@@ -328,6 +328,10 @@ body {
background-color: #36e991;
}
.backgroundColorBrandLightOpaque_onHover:hover {
background-color: rgba(54,233,145, 0.125)
}
.backgroundColorBrand {
background-color: #21cf7a;
}
@@ -392,6 +396,10 @@ body {
fill: #21cf7a;
}
.fillColorBrand_onHover:hover {
fill: #21cf7a;
}
.fillColorSecondary {
fill: #666;
}
@@ -472,8 +480,8 @@ body {
max-height: 80vh;
}
.heightMax60PX {
max-height: 60px;
.heightMax56PX {
max-height: 56px;
}
.heightMin50VH {
@@ -512,6 +520,10 @@ body {
height: 1px;
}
.height40PX {
height: 40px;
}
.height50PX {
height: 50px;
}
@@ -858,6 +870,10 @@ body {
margin-bottom: 10px;
}
.mb5 {
margin-bottom: 5px;
}
.mt10 {
margin-top: 10px;
}