Skip to content

Commit

Permalink
docs(core) Rename Toggle leftovers (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
salarenko committed Feb 19, 2020
1 parent c062383 commit 679bea0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/_sass/_docs-component-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
$gird-border-color: #cfdbe7;
$grid-item-bg-color: fd-color(background, 2);
$grid-transition-delay: 100ms;

.docs-component-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
Expand Down Expand Up @@ -162,6 +163,11 @@ $grid-transition-delay: 100ms;
margin-top: 50px;
}

&__switch {
width: 60px;
margin-top: 30px;
}

&__table {
width: 300px;
margin-top: 0;
Expand All @@ -177,11 +183,6 @@ $grid-transition-delay: 100ms;
margin-top: 40px;
}

&__toggle {
width: 40px;
margin-top: 30px;
}

&__toolbar {
width: 320px;
margin-top: 60px;
Expand Down

0 comments on commit 679bea0

Please sign in to comment.