mirror of
https://github.com/speatzle/nfsense.git
synced 2025-09-13 15:19:08 +00:00
Implement Input Components
This commit is contained in:
parent
06be2da875
commit
c683dd5981
5 changed files with 57 additions and 1 deletions
|
@ -3,4 +3,5 @@
|
|||
.pad { padding: 0.5rem; }
|
||||
.gap { gap: 0.5rem; }
|
||||
.flex-grow { flex-grow: 1; }
|
||||
.flex-row { flex-direction: row; }
|
||||
.flex-row { flex-direction: row; }
|
||||
.scroll { overflow-y:auto; }
|
|
@ -12,6 +12,7 @@
|
|||
user-select: inherit;
|
||||
color: inherit;
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
div, ul, ol, nav {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue