fix: pre release screen fixes

This commit is contained in:
Taranto 2020-06-16 09:43:58 +01:00 committed by Josh Harvey
parent 1bcc87757b
commit 5dd8501a17
98 changed files with 1569 additions and 1149 deletions

View file

@ -31,11 +31,13 @@ export default {
color: white,
display: 'table-row'
},
thDoubleLevel: {
padding: [[0, spacer * 2]],
thDoubleLevel: ({ width }) => ({
width,
display: 'table-cell',
'& > :first-child': {
margin: [[0, 10]],
extend: label1,
fontWeight: 700,
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
@ -45,14 +47,12 @@ export default {
height: 28
},
'& > :last-child': {
padding: [[0, 11]],
display: 'table-cell',
verticalAlign: 'middle',
height: tableDoubleHeaderHeight - 28,
'& > div': {
display: 'inline-block'
}
height: tableDoubleHeaderHeight - 28
}
},
}),
cellDoubleLevel: {
display: 'flex',
padding: [[0, spacer * 2]]