Skip to content

Commit

Permalink
release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idbolshakov committed Aug 14, 2019
1 parent edc40be commit 5a2fcfa
Show file tree
Hide file tree
Showing 35 changed files with 55 additions and 41 deletions.
2 changes: 1 addition & 1 deletion docs/app-button.js

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

2 changes: 1 addition & 1 deletion docs/button-link.js

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

24 changes: 19 additions & 5 deletions docs/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,15 @@
background: var(--dark-yellow);
}

.aui-button_only-icon {
width: 48px;
}
.aui-button_only-icon:before {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

.aui-button_big,
.aui-button_big:link,
.aui-button_big:visited {
Expand All @@ -168,15 +177,15 @@
background: transparent;
border: 1px solid var(--blue);
color: var(--blue);
padding: 0;
width: 48px;
padding-left: 60px;
white-space: nowrap;
}
.aui-button_cart:before {
content: '';
position: absolute;
width: 18px;
height: 17px;
left: 14px;
left: 30px;
top: 50%;
transform: translateY(-50%);
-webkit-mask-image: url(2bc2f472b09bfde29e76b67b304bbea8.svg);
Expand All @@ -192,8 +201,13 @@

@media all and (max-width: 767px) {
.aui-button_cart {
padding-right: var(--indent-m);
box-sizing: border-box;
padding: 0;
width: 54px;
font-size: 0;
}
.aui-button_cart:before {
left: 50%;
transform: translate(-50%, -50%);
}
}

Expand Down
2 changes: 1 addition & 1 deletion docs/button.js

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

2 changes: 1 addition & 1 deletion docs/checkbox.js

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

2 changes: 1 addition & 1 deletion docs/colors.js

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

2 changes: 1 addition & 1 deletion docs/content-column.js

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

2 changes: 1 addition & 1 deletion docs/content-item.js

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

2 changes: 1 addition & 1 deletion docs/empty-img.js

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

Loading

0 comments on commit 5a2fcfa

Please sign in to comment.