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