More consistent style for the buttons on the tokens settings page.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
6453b7d391
commit
715cdcfcff
1 changed files with 4 additions and 0 deletions
|
@ -269,6 +269,10 @@ export default {
|
|||
padding: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
border-radius: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: calc(#{$desktop} - 1px)) {
|
||||
|
|
Loading…
Reference in a new issue