diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-10 12:19:10 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-10 12:19:10 +0000 |
commit | c3df229e32a0a50ce4c7b6994e2ed01d6be1e13c (patch) | |
tree | 210c5b468b2cb0c9f8c067085c0f2442f28540f8 /ui/static/css/main.css | |
parent | 7c4a913645ba1e347ab94097de44eb04d7df4e47 (diff) |
Have added Insert handler for Organisation model
This is a straight forward wrapper around INSERT.
Also added a clientError into a new helpers.go file.
Diffstat (limited to 'ui/static/css/main.css')
-rw-r--r-- | ui/static/css/main.css | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/ui/static/css/main.css b/ui/static/css/main.css index 3d85763..8be748b 100644 --- a/ui/static/css/main.css +++ b/ui/static/css/main.css @@ -5,42 +5,3 @@ font-size: 18px; /* font-family: "Ubuntu Mono", monospace; */ } - -/* By default, these elements only expand to the height of their content. However, by setting their height to 100%, they will take up the entire height of the viewport, ensuring that they fill the entire visible area of the browser window regardless of the content size. This can be useful for creating layouts where elements need to stretch to the full height of the screen, such as in a full-page background or a layout with a sticky footer. */ -html, body { - height: 100%; -} - -body { - line-height: 1.2; - background-color: #e3f8fc; - color: #34495E; - overflow-y: scroll; -} - -header, nav, main, footer { - padding: 2px 10px 0; -} - -main { - margin-top: 54px; - margin-bottom: 54px; - min-height: calc(100vh - 345px); - overflow: auto; -} - -h1 a { - font-size: 36px; - font-weight: bold; - /* background-image: url("/static/img/logo.png"); */ - background-repeat: no-repeat; - background-position: 0px 0px; - height: 36px; - padding-left: 10px; - position: relative; -} - -h1 a:hover { - text-decoration: none; - color: #34495E; -} |