diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-03-06 16:05:05 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-03-06 16:05:05 +0000 |
commit | ff85a615721dc048046b212fe07edbced8fe20fc (patch) | |
tree | 442e0503cfe69ddd907c94073361f8cdbbaebd69 /ctrack/static/css/project.css | |
parent | b69b8f797c710718df3cb24c5ec83d7d6dd1d0df (diff) |
first attempt at a custom manager for applicablesystem model
Diffstat (limited to 'ctrack/static/css/project.css')
-rw-r--r-- | ctrack/static/css/project.css | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/ctrack/static/css/project.css b/ctrack/static/css/project.css index e2ff1d0..312ff2d 100644 --- a/ctrack/static/css/project.css +++ b/ctrack/static/css/project.css @@ -1,44 +1,54 @@ .alert-debug { background-color: #fff; border-color: #d6e9c6; - color: #000; } + color: #000; +} .alert-error { background-color: #f2dede; border-color: #eed3d7; - color: #b94a48; } + color: #b94a48; +} .bg-light { - background-color: green; } + background-color: green; +} .btn:hover { background-color: red; - border-color: orange; } + border-color: orange; +} .container a { color: darkslategrey; background-color: yellowgreen; - font-size: large; } + font-size: large; +} #chunky { border: 8px dashed yellowgreen; border-radius: 10px; - box-shadow: 3px 10px 12px lightgray; } + box-shadow: 3px 10px 12px lightgray; +} .tabaligncenter { - text-align: center; } + text-align: center; +} .table-sm tr { font-size: 0.75rem; line-height: 12px; - min-height: 10px; } + min-height: 10px; +} .textinput { background-color: lightgoldenrodyellow; box-shadow: 2px 10px 15px lightgray; - height: 49px; } + height: 49px; +} #_title { - color: orangered; } + color: orangered; +} /*# sourceMappingURL=project.css.map */ |