Skip to content

Commit

Permalink
chore: small fix theme and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Feb 20, 2021
1 parent 4c6923b commit d6e6198
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion dist/snack-themes.css

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

2 changes: 1 addition & 1 deletion dist/snack-themes.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 dist/snack-themes.min.css

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

2 changes: 1 addition & 1 deletion dist/snack-themes.min.css.map

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

7 changes: 3 additions & 4 deletions docs/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ footer {

.sidebar > ul {
position: sticky;
position: -webkit-sticky;
top: 32px;
list-style: none;
padding: 0;
Expand Down Expand Up @@ -115,10 +114,10 @@ footer {
}

.content > section {
padding: 15px;
margin: 15px 0;
padding: 16px;
margin: 16px 0;
background-color: #fff;
border-radius: 5px;
border-radius: 16px;
box-shadow: 0 5px 10px -7px rgba(87, 53, 117, 0.13), 0 10px 30px -6px rgba(0, 60, 170, 0.1);
}

Expand Down
2 changes: 1 addition & 1 deletion docs/css/snack-themes.css

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

7 changes: 3 additions & 4 deletions docs/sass/docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ $logo-line-height: 4px;

> ul {
position: sticky;
position: -webkit-sticky;
top: 32px;
list-style: none;
padding: 0;
Expand Down Expand Up @@ -130,10 +129,10 @@ $logo-line-height: 4px;

.content {
> section {
padding: 15px;
margin: 15px 0;
padding: 16px;
margin: 16px 0;
background-color: #fff;
border-radius: 5px;
border-radius: 16px;
box-shadow: 0 5px 10px -7px rgba(87, 53, 117, .13), 0 10px 30px -6px rgba(0, 60, 170, .1);

> h2 {
Expand Down
3 changes: 1 addition & 2 deletions src/themes/_theme-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ $input-border-color: #404040;
$input-border-color-focus: darken($input-border-color, 5%);
$input-text-color: #fff;
// boxes
$boxes-border-width: 2px;
$box-bg-color: #1a1a1a;
$box-border-color: rgba(255, 255, 255, .12);
$box-heading-bg-color: #242424;
Expand Down Expand Up @@ -117,7 +116,7 @@ $box-footer-bg-color: #242424;
}

.boxes {
border: $boxes-border-width solid $box-border-color;
border-color: $box-border-color;

> .box {
&.box-header {
Expand Down

0 comments on commit d6e6198

Please sign in to comment.