1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

Remove margin from around buttons in banners

This commit is contained in:
Andrew Kingston 2022-07-01 12:14:30 +01:00
parent 9cb7ff076c
commit a0a3531964

View file

@ -1,5 +1,6 @@
<script>
import { createEventDispatcher } from "svelte"
import Button from "../Button/Button.svelte"
let dispatch = createEventDispatcher()
@ -68,6 +69,5 @@
}
.spectrum-Button {
border: 1px solid rgba(255, 255, 255, 0.2);
margin: 8px 0 4px 0;
}
</style>