mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-28 19:00:18 +01:00
fix(form): update checkbox and radio styles
This commit is contained in:
parent
52f49856b1
commit
b58b8f9345
3 changed files with 34 additions and 34 deletions
11
src/app/pages/forms/form-layouts/form-layouts.component.scss
Normal file
11
src/app/pages/forms/form-layouts/form-layouts.component.scss
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.form-inline {
|
||||
display: flex;
|
||||
|
||||
.fullname {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.username {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue