Merge remote-tracking branch 'origin/main' into samuel/alf-login
This commit is contained in:
commit
f491bd89cc
178 changed files with 7588 additions and 5215 deletions
|
|
@ -50,6 +50,9 @@ export const atoms = {
|
|||
h_full: {
|
||||
height: '100%',
|
||||
},
|
||||
h_full_vh: web({
|
||||
height: '100vh',
|
||||
}),
|
||||
|
||||
/*
|
||||
* Border radius
|
||||
|
|
@ -249,6 +252,9 @@ export const atoms = {
|
|||
font_normal: {
|
||||
fontWeight: tokens.fontWeight.normal,
|
||||
},
|
||||
font_semibold: {
|
||||
fontWeight: '500',
|
||||
},
|
||||
font_bold: {
|
||||
fontWeight: tokens.fontWeight.semibold,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue