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

Atualiza core/static #39

Merged
merged 9 commits into from
Oct 16, 2022
Merged
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
5 changes: 5 additions & 0 deletions core/static/admin/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
:root {
--color-primary: #034E8E;
--color-primary-darker: #023F73;
--color-primary-dark: #023561;
}
1 change: 1 addition & 0 deletions core/static/admin/js/custom.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* your custom js go here */
11 changes: 10 additions & 1 deletion core/static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
/* your custom css go here */
/* ----------------------------------------------------------------
Custom CSS

Add all your Custom Styled CSS here for New Styles or
Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.lang-select {
margin-top: 28px;
}
Loading