Dashboard: Adjust headings to new spacing for 44px icons
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
1448f54e04
commit
0135eed7da
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue