diff options
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; } |