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

Styling suggestions #221

Open
mglaman opened this issue Nov 12, 2020 · 0 comments
Open

Styling suggestions #221

mglaman opened this issue Nov 12, 2020 · 0 comments

Comments

@mglaman
Copy link
Owner

mglaman commented Nov 12, 2020

Liam Hockley provided some feedback in the Drupal Slack for styling improvements on the board. These are modifications to the default Material UI styling.

/* Element | https://contribkanban.com/node-board/a5e435b3-84c8-4b37-a45f-527c77dfafcd */
a.MuiTypography-root:nth-child(2) {
  text-transform: uppercase;
}
/* Inline #14 | https://contribkanban.com/node-board/a5e435b3-84c8-4b37-a45f-527c77dfafcd */
.jss1 {
  /* font-size: 24px; */
  font-size: 1.25rem;
  font-weight: bold;
}
/* Inline #9 | https://contribkanban.com/node-board/a5e435b3-84c8-4b37-a45f-527c77dfafcd */
.MuiIconButton-label {
  /* width: 100%; */
  width: 80%;
}
/* Inline #10 | https://contribkanban.com/node-board/a5e435b3-84c8-4b37-a45f-527c77dfafcd */
.MuiSvgIcon-root {
  /* width: 1em; */
  /* height: 1em; */
  width: 1rem;
  height: 1rem;
}
/* Inline #3 | https://contribkanban.com/node-board/a5e435b3-84c8-4b37-a45f-527c77dfafcd */
.MuiTypography-subtitle1 {
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem;
  color: #777;
}
/* Inline #13 | https://contribkanban.com/node-board/a5e435b3-84c8-4b37-a45f-527c77dfafcd */
@media (min-width: 600px) {
  .jss7 {
    /* height: 70px; */
    height: auto;
  }
}
/* Inline #5 | https://contribkanban.com/node-board/a5e435b3-84c8-4b37-a45f-527c77dfafcd */
.MuiPaper-outlined {
  border-radius: 0px;
}
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

No branches or pull requests

1 participant