diff options
author | David Gay <david@davidgay.org> | 2021-05-27 17:27:42 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-27 17:27:42 -0400 |
commit | 82ebb73bb4fc53ec5af428a88809ab8f11e52c0b (patch) | |
tree | aa1e85e2bdb4a772317f89dc8f56db42df92d6d9 /app/javascript/stylesheets | |
parent | 25b01cb1df594d0b80adf719ef1cb5dbe9c62ab5 (diff) |
Display cost and requirements of any activity that fails to start
Diffstat (limited to 'app/javascript/stylesheets')
-rw-r--r-- | app/javascript/stylesheets/core.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/stylesheets/core.css b/app/javascript/stylesheets/core.css index 5829130..9bfb19b 100644 --- a/app/javascript/stylesheets/core.css +++ b/app/javascript/stylesheets/core.css @@ -1,3 +1,7 @@ +.flash-message { + @apply block rounded my-2 p-2; +} + .table-header-padded { @apply px-2 py-1; } |