From b9a477048aa8e9ac1329b7d4543daedf045f1129 Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 15 Jan 2018 15:25:36 -0800 Subject: [PATCH] update splash page --- docs/homepage/assets/scss/_demo.scss | 26 +++---- docs/homepage/home.html | 112 ++++++++++----------------- docs/homepage/home.js | 18 ++--- 3 files changed, 56 insertions(+), 100 deletions(-) diff --git a/docs/homepage/assets/scss/_demo.scss b/docs/homepage/assets/scss/_demo.scss index c9fbd81..8257f3d 100644 --- a/docs/homepage/assets/scss/_demo.scss +++ b/docs/homepage/assets/scss/_demo.scss @@ -135,20 +135,14 @@ code { } } -.overlay { - display: flex; - justify-content: center; - align-items: center; - z-index: 999; - position: fixed; - width: 100%; - height: 100vh; - top: 0; - left: 0; - background: rgba($code-black, .8); - transform: translateY(200vh); - transition: .25s transform; - &.active { - transform: translateY(0); - } +.content { + transition: opacity .25s; +} + +.hidden { + opacity: 0; +} + +.dropdown-action { + margin-top: 5em; } \ No newline at end of file diff --git a/docs/homepage/home.html b/docs/homepage/home.html index 032ea0f..56af5b9 100644 --- a/docs/homepage/home.html +++ b/docs/homepage/home.html @@ -30,46 +30,6 @@
-
- - - - - - - - - - - - - -
-

Vue Select

@@ -98,46 +58,56 @@ to Select2/Chosen without the overhead of jQuery.

- + -
-
    -
  • Supports Vuex
  • -
  • Tagging Support
  • -
  • Custom Templating
  • -
  • Zero JS/CSS dependencies
  • -
  • Custom Filtering Algoirthms
  • -
- -
    -
  • +95% Test Coverage
  • -
  • Select Single/Multiple
  • -
  • Typeahead Suggestions
  • -
  • Supports RTL & Translations
  • -
  • Plays nice with CSS Frameworks
  • -
-
- -

- And so much more! Get started with:
- yarn add vue-select -

- -
- - View on GitHub - - - - Read the Docs + +
+ +
+
    +
  • Supports Vuex
  • +
  • Tagging Support
  • +
  • Custom Templating
  • +
  • Zero JS/CSS dependencies
  • +
  • Custom Filtering Algoirthms
  • +
+ +
    +
  • +95% Test Coverage
  • +
  • Select Single/Multiple
  • +
  • Typeahead Suggestions
  • +
  • Supports RTL & Translations
  • +
  • Plays nice with CSS Frameworks
  • +
+
+ +

+ And so much more! Get started with:
+ yarn add vue-select +

+ + +
+