forked from platypush/platypush
More consistent style for the buttons on the tokens settings page.
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;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
border-radius: 1em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: calc(#{$desktop} - 1px)) {
|
@media screen and (max-width: calc(#{$desktop} - 1px)) {
|
||||||
|
|
Loading…
Reference in a new issue