Skip to content

Commit

Permalink
,
Browse files Browse the repository at this point in the history
  • Loading branch information
radogado committed Nov 6, 2023
1 parent bbe5447 commit c91dc81
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .nova/Configuration.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"workspace.preview_server_allow_external" : true,
"workspace.preview_server_allow_external" : false,
"workspace.preview_server_port" : 33333
}
11 changes: 6 additions & 5 deletions components/typography/typography.css

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

2 changes: 1 addition & 1 deletion components/typography/typography.css.map

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

5 changes: 4 additions & 1 deletion components/typography/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
hyphens: auto;
}

+ p:not(.n-drop-cap) {
+p:not(.n-drop-cap) {
margin-top: 0;
}
}
Expand Down Expand Up @@ -113,6 +113,9 @@
line-height: calc(2 * var(--nui-line-height-em));
min-height: 1.3334em;
}

color: var(--nui-color, #333);

}

.n-adjust-height,
Expand Down
8 changes: 2 additions & 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.

8 changes: 1 addition & 7 deletions css/niui-core.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/niui-core.css.map

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

6 changes: 1 addition & 5 deletions css/niui-core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ html.n-vertical-page {
body {
height: 100%;
margin: 0 auto;
overflow: auto;
overflow-x: hidden;
}

body {
overflow: hidden;
height: auto;
}
}

body.n-sticky-footer {
Expand Down
31 changes: 11 additions & 20 deletions css/niui-wp.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/niui-wp.css.map

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

2 changes: 1 addition & 1 deletion demos/stripe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ <h1>The new standard in online payments</h1>

<!-- Content - Start -->

<main id=content>
<main id=content style=" overflow: hidden;">

<div class="n-row n-row--no-spacing n-contain">

Expand Down
2 changes: 1 addition & 1 deletion dist/niui.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/niui.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/niui.min.css.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14378
14384
Binary file modified niui-wp.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion niui-wp/niui-wp.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion niui-wp/niui-wp.min.css.map

Large diffs are not rendered by default.

0 comments on commit c91dc81

Please sign in to comment.