Skip to content

Commit

Permalink
,
Browse files Browse the repository at this point in the history
  • Loading branch information
radogado committed Apr 29, 2023
1 parent 03839d0 commit 2d252bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
7 changes: 1 addition & 6 deletions css/guide.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/guide.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions css/guide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
--nui-list-color-dark: #e1dcf9;
--nui-list-bg-dark: #4888cb;

--nui-border-radius: .5em;

}

body {
Expand Down Expand Up @@ -108,11 +110,11 @@ html {
/* Prevent font scaling in landscape while allowing user zoom */
}

.demo .n-carousel__content,
.n-tooltip__content,
.n-modal {
--nui-border-radius: .5em;
}
// .demo .n-carousel__content,
// .n-tooltip__content,
// .n-modal {
// --nui-border-radius: .5em;
// }

.demo .n-carousel.n-carousel--overlay .n-carousel__content {
@media (min-width: 900px) {
Expand Down

0 comments on commit 2d252bd

Please sign in to comment.