responsive style on dashboard

This commit is contained in:
Baptiste Lemoine 2018-08-27 16:24:17 +02:00
parent 03426296ab
commit 4800703ad1

View File

@ -28,6 +28,14 @@
.product-button {
min-width: calc(100% - 56px)
}
.listing-products {
.btn, button {
font-size: 1rem;
padding: 0.2em;
border-radius: 0.3em;
}
}
}
}