From 72bcba81a145bad80a74190cfe8d1203d660573b Mon Sep 17 00:00:00 2001 From: Nikolay Nizruhin Date: Thu, 15 Feb 2018 16:41:33 +0200 Subject: [PATCH 1/3] Remove card-default class --- .../Foundation/Console/Presets/vue-stubs/ExampleComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Foundation/Console/Presets/vue-stubs/ExampleComponent.vue b/src/Illuminate/Foundation/Console/Presets/vue-stubs/ExampleComponent.vue index 2805329ab7c6..3fb9f9aa7c0e 100644 --- a/src/Illuminate/Foundation/Console/Presets/vue-stubs/ExampleComponent.vue +++ b/src/Illuminate/Foundation/Console/Presets/vue-stubs/ExampleComponent.vue @@ -2,7 +2,7 @@
-
+
Example Component
From c61797f63bc57dd61bf2dcb4fca6e2d430f19e24 Mon Sep 17 00:00:00 2001 From: Nikolay Nizruhin Date: Thu, 15 Feb 2018 16:42:22 +0200 Subject: [PATCH 2/3] Remove card-default class --- .../Foundation/Console/Presets/react-stubs/Example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Foundation/Console/Presets/react-stubs/Example.js b/src/Illuminate/Foundation/Console/Presets/react-stubs/Example.js index b4a942b1e137..937bb985dfa6 100644 --- a/src/Illuminate/Foundation/Console/Presets/react-stubs/Example.js +++ b/src/Illuminate/Foundation/Console/Presets/react-stubs/Example.js @@ -7,7 +7,7 @@ export default class Example extends Component {
-
+
Example Component
From 677d7d4a957a2b7f0dd395c9efffc40d76fc41b7 Mon Sep 17 00:00:00 2001 From: Nikolay Nizruhin Date: Thu, 15 Feb 2018 16:43:41 +0200 Subject: [PATCH 3/3] Remove sass variables --- .../Console/Presets/bootstrap-stubs/_variables.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/Illuminate/Foundation/Console/Presets/bootstrap-stubs/_variables.scss b/src/Illuminate/Foundation/Console/Presets/bootstrap-stubs/_variables.scss index 1c44aff99fda..70ecfdb39d0d 100644 --- a/src/Illuminate/Foundation/Console/Presets/bootstrap-stubs/_variables.scss +++ b/src/Illuminate/Foundation/Console/Presets/bootstrap-stubs/_variables.scss @@ -6,13 +6,3 @@ $body-bg: #f5f8fa; $font-family-sans-serif: "Raleway", sans-serif; $font-size-base: 0.9rem; $line-height-base: 1.6; -$text-color: #636b6f; - -// Navbar -$navbar-default-bg: #fff; - -// Buttons -$btn-default-color: $text-color; - -// Panels -$panel-default-heading-bg: #fff;