diff options
author | Marvin Borner | 2018-07-03 21:45:17 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-03 21:45:17 +0200 |
commit | f9c4bd9b5af8c3285842515b5659ef03f21a66d2 (patch) | |
tree | cf634bbcb2dfcdc453939c6fcef3d1f8fca68d52 /resources/assets/sass | |
parent | bcffb8d7c6671fe0ddef7800d61e1deca93fabdd (diff) |
Ajax instead of form for avatar post.
Diffstat (limited to 'resources/assets/sass')
-rw-r--r-- | resources/assets/sass/app.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/assets/sass/app.scss b/resources/assets/sass/app.scss index ce64b3f..bd5e1a5 100644 --- a/resources/assets/sass/app.scss +++ b/resources/assets/sass/app.scss @@ -13,4 +13,8 @@ .navbar-laravel { background-color: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04); +} + +.alert { + display: none; }
\ No newline at end of file |