We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acf0c4 commit b4d1bd5Copy full SHA for b4d1bd5
demo/src/main/java/com/vaadin/polymer/demo/client/sampler/paper/IconButtonSample.ui.xml
@@ -54,20 +54,11 @@
54
}
55
56
.icon-button-sample paper-icon-button.huge {
57
- margin-left: 0px;
58
- width: 50px;
+ margin: 0 auto;
+ width: 70px;
59
+ height: 70px;
60
--paper-icon-button-ink-color: var(--paper-indigo-500);
61
-
62
- .icon-button-sample paper-icon-button.huge::shadow #icon {
63
64
- height: 50px;
65
- }
66
67
- .icon-button-sample paper-icon-button.huge #icon {
68
69
70
71
</style>
72
<div class="horizontal-section-container center-justified layout">
73
<div>
0 commit comments