diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-10-09 16:00:18 +1100 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-10-09 16:00:18 +1100 |
| commit | 299e58db28202be8706dee1c570c382e1489213b (patch) | |
| tree | 9276a024702e7596cd58c72337c29955fafa98e2 /Pages/Component/MiniPrincipalSelect.razor.css | |
| parent | 2c30354c4af308bf9856a3651d9ba3a686eed936 (diff) | |
AclDialog
Diffstat (limited to 'Pages/Component/MiniPrincipalSelect.razor.css')
| -rw-r--r-- | Pages/Component/MiniPrincipalSelect.razor.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Pages/Component/MiniPrincipalSelect.razor.css b/Pages/Component/MiniPrincipalSelect.razor.css new file mode 100644 index 0000000..4b7a217 --- /dev/null +++ b/Pages/Component/MiniPrincipalSelect.razor.css @@ -0,0 +1,18 @@ +div { + align-items: center; + display: flex; + flex-direction: row; + margin-bottom: 16px; +} + +div * { + margin: 0; +} + +div :not(:last-child) { + margin-right: 5px; +} + +div input[type="text"] { + flex-grow: 1; +} |
