From 2cbedb2d40bce63a4ab971759cf01c9f1110dc04 Mon Sep 17 00:00:00 2001 From: KodeStar Date: Sat, 3 Feb 2018 20:05:28 +0000 Subject: [PATCH] changed restore icon, changed trash css, changed alert colours --- public/css/app.css | 12 ++++++++++-- public/mix-manifest.json | 2 +- resources/assets/sass/_app.scss | 11 ++++++++--- resources/views/items/list.blade.php | 2 +- resources/views/items/trash.blade.php | 2 +- 5 files changed, 21 insertions(+), 8 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index b65d33c8..00bed16c 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -413,7 +413,7 @@ body { left: 0; bottom: 0; width: 60px; - background: #1cd41c; + background: #0eb584; text-align: center; color: white; line-height: 57px; @@ -431,7 +431,7 @@ body { .alert.alert-danger:before { content: "\F00D"; - background: #c00; + background: #d64d55; } .alert a { @@ -851,6 +851,14 @@ input:-webkit-autofill { -webkit-animation-fill-mode: both; } +button.link { + border: none; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + background: transparent; +} + /*! Huebee v2.0.0 http://huebee.buzz ---------------------------------------------- */ diff --git a/public/mix-manifest.json b/public/mix-manifest.json index c85baa59..c16ecda6 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,4 +1,4 @@ { - "/css/app.css": "/css/app.css?id=d707c4c337b9e3cb0cf8", + "/css/app.css": "/css/app.css?id=0d15a37f052417db7d79", "/js/app.js": "/js/app.js?id=aa9e426dc7b92d42d3b2" } \ No newline at end of file diff --git a/resources/assets/sass/_app.scss b/resources/assets/sass/_app.scss index b347f298..25410667 100644 --- a/resources/assets/sass/_app.scss +++ b/resources/assets/sass/_app.scss @@ -134,7 +134,7 @@ body { left: 0; bottom: 0; width: 60px; - background: #1cd41c; + background: $app-green; text-align: center; color: white; line-height: 57px; @@ -147,7 +147,7 @@ body { &.alert-danger { &:before { content: "\f00d"; - background: #c00; + background: $app-red; } } @@ -503,4 +503,9 @@ div.create { -webkit-animation-name: autofill; -webkit-animation-fill-mode: both; } - \ No newline at end of file + + button.link { + border: none; + appearance: none; + background: transparent; + } \ No newline at end of file diff --git a/resources/views/items/list.blade.php b/resources/views/items/list.blade.php index 8cab77e5..b88511ba 100644 --- a/resources/views/items/list.blade.php +++ b/resources/views/items/list.blade.php @@ -35,7 +35,7 @@ {!! Form::open(['method' => 'DELETE','route' => ['items.destroy', $app->id],'style'=>'display:inline']) !!} - + {!! Form::close() !!} diff --git a/resources/views/items/trash.blade.php b/resources/views/items/trash.blade.php index 5c52a0a0..94e4c162 100644 --- a/resources/views/items/trash.blade.php +++ b/resources/views/items/trash.blade.php @@ -28,7 +28,7 @@ {{ $app->title }} {{ $app->description }} {{ $app->url }} - + {!! Form::open(['method' => 'DELETE','route' => ['items.destroy', $app->id],'style'=>'display:inline']) !!}