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

adds some css to cards and board-cards #10

Merged
merged 1 commit into from
May 4, 2020
Merged

adds some css to cards and board-cards #10

merged 1 commit into from
May 4, 2020

Conversation

DefinitelyADev
Copy link

@DefinitelyADev DefinitelyADev commented May 3, 2020

.board-column > .cards

  1. Fix for the droppable area to extend to the end of the column in order to make it easier for the user to drag stuff on it.
  2. Display the cards as list.
  3. Added some padding to fix horizontal overflow.
  4. Removed the min-height added by @kevans91 because the above changes made it irrelevant.

.board-card

  1. Expanded the board-card area in order for the user to be able to grab it.
  2. Added color to the board card.
  3. Added border radius to add some pizzazz.
  4. Added a pointer cursor to the card in order to inform the user that it is draggable.

More info about this pull request can be found here

…re info)

.board-column > .cards
1. Fix for the droppable area to extend to the end of the column in order to make it easier for the user to drag stuff on it.
2. Display the cards as list
3. Added some padding to fix horizontal overflow

.board-card
1. Expanded the board-card area in order for the user to be able to grab it.
2. Added color to the board card.
3. Added border radius to add some pizzazz
4. Added a pointer cursor to the card in order to inform the user that it is draggable
@DefinitelyADev DefinitelyADev changed the title adds some css to cards and board-cards (see description for more info) adds some css to cards and board-cards May 3, 2020
@DefinitelyADev DefinitelyADev mentioned this pull request May 3, 2020
13 tasks
@6543 6543 merged commit b27c731 into adelowo:kanban_board May 4, 2020
@DefinitelyADev DefinitelyADev deleted the kanban_board branch May 4, 2020 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants