This commit is contained in:
parent
477907aa50
commit
16d9381fdc
17 changed files with 3379 additions and 7452 deletions
|
@ -13,7 +13,7 @@ export const center_vertical = style({
|
|||
width: '50%',
|
||||
}
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
export const big_brother_style = style({
|
||||
width: '60%',
|
||||
|
@ -24,7 +24,7 @@ export const big_brother_style = style({
|
|||
width: '40%',
|
||||
}
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
export const cats_div = style({
|
||||
display: 'flex',
|
||||
|
@ -32,21 +32,21 @@ export const cats_div = style({
|
|||
justifyContent: 'space-between',
|
||||
width: '100%',
|
||||
borderTop: '0.3em solid purple'
|
||||
})
|
||||
});
|
||||
|
||||
export const subcats_div = style({
|
||||
display: 'flex',
|
||||
justifyContent: 'flex-start',
|
||||
width: '50%',
|
||||
height: 'max-content',
|
||||
})
|
||||
});
|
||||
|
||||
export const reverse_subcats_div = style([subcats_div, {
|
||||
transform: 'scale(-1, 1)'
|
||||
}])
|
||||
}]);
|
||||
|
||||
export const cat = style({
|
||||
display: 'block',
|
||||
width: '25%',
|
||||
height: 'auto',
|
||||
})
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue