We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi great project, I really like it.
The section and panels don't have a defined style, and make it difficult to make a nice dashboard.
Maybe you can add or improved the scss on this part, for now I have added custom scss for the panel (from the activeadmin repo)
Here is the scss:
.panel { border: 2px; margin: 10px 0; border-radius: 3px; background-color: whitesmoke; box-shadow: inset 0 1px 4px #ddd; >h3 { background-color: #efefef; background-image: linear-gradient(180deg, #efefef, #dfe1e2); text-shadow: #fff 0 1px 0; border: solid 1px #cdcdcd; border-color: #d4d4d4; border-top-color: #e6e6e6; border-right-color: #d4d4d4; border-bottom-color: #cdcdcd; border-left-color: #d4d4d4; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 0 1px #fff inset; font-size: 1em; font-weight: bold; line-height: 18px; margin-bottom: 0.5em; color: #5E6469; padding: 5px 10px 3px 10px; } .panel_contents { padding: 10px; } }
The text was updated successfully, but these errors were encountered:
Yes it's a good idea, i will check that code 👍
Sorry, something went wrong.
No branches or pull requests
Hi great project, I really like it.
The section and panels don't have a defined style, and make it difficult to make a nice dashboard.
Maybe you can add or improved the scss on this part, for now I have added custom scss for the panel (from the activeadmin repo)
Here is the scss:
The text was updated successfully, but these errors were encountered: