More consistent style for the buttons on the tokens settings page.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Fabio Manganiello 2023-08-06 23:42:50 +02:00
parent 6453b7d391
commit 715cdcfcff
Signed by: blacklight
GPG Key ID: AD6D273C08B82EC9
1 changed files with 4 additions and 0 deletions

View File

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