More consistent style for the buttons on the tokens settings page.

This commit is contained in:
Fabio Manganiello 2023-08-06 23:42:50 +02:00
parent 6453b7d391
commit 715cdcfcff
Signed by untrusted user: blacklight
GPG key ID: AD6D273C08B82EC9

View file

@ -269,6 +269,10 @@ export default {
padding: 1em;
}
}
.btn {
border-radius: 1em;
}
}
@media screen and (max-width: calc(#{$desktop} - 1px)) {