Skip to content

Commit

Permalink
fix(docs): remove concave line and update dark example background (#1562
Browse files Browse the repository at this point in the history
)
  • Loading branch information
yggg committed Jun 3, 2019
1 parent 8e93995 commit 21a40ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/app/@theme/components/eva/eva.components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.description {
flex: 0 0 28rem;
margin: 0 auto;
max-width: 100%;
}

.heading {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$block-bg-cosmic: #1b1b38;
$block-fg-cosmic: #e8e9fa;
$block-bg-corporate: #edf0f4;
$block-bg-dark: #1a1f33;
$block-bg-dark: #151a30;
$block-fg-dark: #f7f8fa;

display: flex;
Expand Down
4 changes: 2 additions & 2 deletions docs/app/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}

.concave {
margin-bottom: -5px;
margin-bottom: -10px;
margin-top: -5rem;
margin-left: -20%;
margin-right: -20%;
Expand Down Expand Up @@ -81,7 +81,7 @@

.eva-concave {
position: absolute;
top: -4px;
top: -10px;
left: 0;
right: 0;
width: 100%;
Expand Down

0 comments on commit 21a40ee

Please sign in to comment.