Progress
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user