Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 33 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions src/components/RepCard/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
p {
margin: 0 0 3px;
}
.label {
color: @brand-cool;
}
// .label {
// color: @brand-cool;
// }
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of commenting this out, just delete if we dont need it

}
}
.ant-card-head {
Expand Down Expand Up @@ -107,6 +107,10 @@
.ant-card-actions {
background: #1693e2;
background-color: #ffffff80;

}
.label {
color: @brand-cool;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete this too, you override it below with the white color

}
}

Expand All @@ -116,6 +120,10 @@
background: #CB0505;
background-color: #ffffff80;
}
.label {
color: white;
opacity: 0.8;
}
}

.Independent {
Expand Down