We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9711709 commit 7d987c7Copy full SHA for 7d987c7
1 file changed
samples/inputs/icon-button/size/src/index.css
@@ -2,16 +2,16 @@
2
/* https://static.infragistics.com/xplatform/css/samples */
3
4
.size-small {
5
- margin: "10px";
+ margin: 10px;
6
--ig-size: var(--ig-size-small);
7
}
8
9
.size-medium {
10
11
--ig-size: var(--ig-size-medium);
12
13
14
.size-large {
15
16
--ig-size: var(--ig-size-large);
17
0 commit comments