13 lines
112 B
SCSS
13 lines
112 B
SCSS
.buttonSet {
|
|
.button {
|
|
margin-right:7px;
|
|
}
|
|
}
|
|
|
|
|
|
.buttonSet--center {
|
|
.button {
|
|
margin:0 5px;
|
|
}
|
|
}
|