Skip to content

Commit b492599

Browse files
Merge pull request #561 from IgniteUI/bpachilova/fix-559
fix(stepper-samples): add margins
2 parents 8e0d223 + e8a41a6 commit b492599

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

samples/layouts/stepper/animations/src/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@
1111
border-radius: .25rem;
1212
margin-bottom: 2rem;
1313
}
14+
15+
igc-button {
16+
margin: 1rem 0.5rem 0 0;
17+
}

samples/layouts/stepper/linear/src/index.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@
1515
padding: 0.5rem;
1616
border: 1px solid gainsboro;
1717
}
18+
19+
igc-switch {
20+
margin: 0.5rem;
21+
}
22+
23+
igc-button {
24+
margin: 1rem 0.5rem 0 0;
25+
}

0 commit comments

Comments
 (0)