mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
7 lines
No EOL
196 B
CSS
7 lines
No EOL
196 B
CSS
/* Atomic Styles */
|
|
.text-select { user-select: text; }
|
|
.pad { padding: 0.5rem; }
|
|
.gap { gap: 0.5rem; }
|
|
.flex-grow { flex-grow: 1; }
|
|
.flex-row { flex-direction: row; }
|
|
.scroll { overflow-y:auto; } |