Browse Source
Adjust design of 'Get more widgets' button
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
pull/22340/head
Jan C. Borchardt
5 years ago
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with
7 additions and
0 deletions
-
apps/dashboard/src/App.vue
|
|
|
@ -484,6 +484,13 @@ export default { |
|
|
|
margin-top: 64px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// Adjust design of 'Get more widgets' button |
|
|
|
.button { |
|
|
|
display: inline-block; |
|
|
|
padding: 12px 24px; |
|
|
|
margin: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.flip-list-move { |
|
|
|
|