diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-18 21:20:37 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-18 21:20:37 +0000 |
| commit | 52f6783f63d2e2f52e06d14a97b5e00eab8ac1c0 (patch) | |
| tree | 2ab9f938b1c38ebbf46176208cf4fc31f406aefc /styles/new-connection.css | |
| parent | 0c0fdc4e61d07d8883c382a4dd9d1afaa1874c33 (diff) | |
| download | sql-plus-plus-52f6783f63d2e2f52e06d14a97b5e00eab8ac1c0.tar.xz sql-plus-plus-52f6783f63d2e2f52e06d14a97b5e00eab8ac1c0.zip | |
Add new connection dialog box - WIP
Diffstat (limited to 'styles/new-connection.css')
| -rw-r--r-- | styles/new-connection.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/styles/new-connection.css b/styles/new-connection.css new file mode 100644 index 0000000..97aaae6 --- /dev/null +++ b/styles/new-connection.css @@ -0,0 +1,3 @@ +html, body { + padding: 8px; +}
\ No newline at end of file |