Some checks are pending
Integration tests for the release process / release-simulation (push) Waiting to run
16 lines
253 B
CSS
16 lines
253 B
CSS
.button-sample-groups {
|
|
margin: 0; padding: 0;
|
|
}
|
|
|
|
.button-sample-groups .sample-group {
|
|
list-style: none; margin: 0; padding: 0;
|
|
}
|
|
|
|
.button-sample-groups .sample-group .ui.button {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
h1, h2 {
|
|
margin: 0;
|
|
padding: 10px 0;
|
|
}
|