Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: add rez/play cost of cards alongside their names and influence #7493

Open
webbedspace opened this issue Jun 28, 2024 · 1 comment · May be fixed by #7829
Open

Proposal: add rez/play cost of cards alongside their names and influence #7493

webbedspace opened this issue Jun 28, 2024 · 1 comment · May be fixed by #7829
Labels
good first issue site interface cljs cards, help, profile, etc

Comments

@webbedspace
Copy link

image
Like this ↑
This could make it a bit easier to distinguish in-faction cards at a glance using more than just their name - plus as a new deckbuilder I tend to check card costs quite a lot.

If you want to use that CSS, it's

  margin: 0px 4px;
  display: inline-flex;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  background: #000;
  border: 1px solid rgb(203, 173, 7);
  justify-content: center;
  align-items: center;
  font-weight:bold;

Similar CSS can be made for rez costs by removing the border and replacing the background with

background: radial-gradient(black, transparent 80%);
@NBKelly
Copy link
Collaborator

NBKelly commented Jun 28, 2024

That's a pretty neat idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue site interface cljs cards, help, profile, etc
Projects
None yet
2 participants