Fix button spacing for all possible combos
This commit is contained in:
parent
74e442ce8b
commit
6a63d63634
@ -78,7 +78,11 @@ header {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button + button,
|
||||||
|
button + .button,
|
||||||
|
.button + .button,
|
||||||
button + .button-group,
|
button + .button-group,
|
||||||
|
.button + .button-group,
|
||||||
.button-group + button,
|
.button-group + button,
|
||||||
.button-group + .button-group {
|
.button-group + .button-group {
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user