Skip to content

Commit

Permalink
Improve back-end style
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Jun 19, 2024
1 parent b0c5475 commit 955a83d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/vendor/manager/dist/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/vendor/manager/dist/index.html

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/vendor/manager/src/assets/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,20 @@
.as-content {
grid-area: content;
min-width: 1px;
margin-bottom: 2rem;
>h2 {
--bs-heading-color: var(--bs-emphasis-color);
margin-top: 3rem;
&:first-child {
margin-top: 0;
}
}
>h3 {
--bs-heading-color: var(--bs-emphasis-color);
margin-top: 2rem;
&:first-child {
margin-top: 0;
}
}
>h4 {
--bs-heading-color: var(--bs-emphasis-color);
Expand Down

0 comments on commit 955a83d

Please sign in to comment.