Dashboard: Adjust headings to new spacing for 44px icons

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-07-11 11:50:24 +02:00 committed by Julius Härtl
parent 1448f54e04
commit 0135eed7da
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 4 additions and 2 deletions

View File

@ -191,6 +191,7 @@ export default {
#app-dashboard { #app-dashboard {
width: 100%; width: 100%;
} }
h2 { h2 {
text-align: center; text-align: center;
font-size: 32px; font-size: 32px;
@ -218,6 +219,7 @@ export default {
& > .panel--header { & > .panel--header {
position: sticky; position: sticky;
display: flex; display: flex;
z-index: 1;
top: 50px; top: 50px;
padding: 16px; padding: 16px;
// TO DO: use variables here // TO DO: use variables here
@ -242,8 +244,8 @@ export default {
font-size: 20px; font-size: 20px;
font-weight: bold; font-weight: bold;
background-size: 32px; background-size: 32px;
background-position: 10px 10px; background-position: 12px 12px;
padding: 16px 8px 16px 52px; padding: 16px 8px 16px 60px;
cursor: grab; cursor: grab;
} }
} }