fix(style): form field item
This commit is contained in:
@@ -62,3 +62,27 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.font-size-12 {
|
||||
font-size: var(--font-size-base);
|
||||
}
|
||||
|
||||
.font-size-14 {
|
||||
font-size: var(--font-size-middle);
|
||||
}
|
||||
|
||||
.font-size-16 {
|
||||
font-size: var(--font-size-large);
|
||||
}
|
||||
|
||||
.font-400 {
|
||||
font-weight: var(--font-weight-normal);
|
||||
}
|
||||
|
||||
.font-600 {
|
||||
font-weight: var(--font-weight-medium);
|
||||
}
|
||||
|
||||
.font-700 {
|
||||
font-weight: var(--font-weight-bold);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user