feat: Add CSAT reports (#2608)

This commit is contained in:
Pranav Raj S
2021-07-14 10:20:06 +05:30
committed by GitHub
parent b7806fc210
commit cb44eb2964
34 changed files with 1120 additions and 57 deletions

View File

@@ -42,6 +42,10 @@ code {
white-space: nowrap;
}
.text-capitalize {
text-transform: capitalize;
}
.cursor-pointer {
cursor: pointer;
}

View File

@@ -1,7 +1,6 @@
.report-card {
@include padding($space-normal $space-small $space-normal $space-two);
@include margin($zero);
@include background-light;
cursor: pointer;
@include custom-border-top(3px, transparent);