From c9df4fbaff66711d9f2095d933ee984a4a0c1e69 Mon Sep 17 00:00:00 2001 From: Rob Levin Date: Thu, 24 Sep 2020 23:02:26 -0700 Subject: [PATCH] Refactors the rest of the showcase card views to use flexgrid --- showcase/src/App.vue | 1 + showcase/src/views/InputCards.vue | 337 ++++++++++++++++------------- showcase/src/views/LayoutCards.vue | 202 +++++++++-------- showcase/src/views/SystemCards.vue | 292 +++++++++++++------------ showcase/src/views/TableCards.vue | 222 ++++++++++--------- 5 files changed, 561 insertions(+), 493 deletions(-) diff --git a/showcase/src/App.vue b/showcase/src/App.vue index 98823d444..fb3acdaef 100644 --- a/showcase/src/App.vue +++ b/showcase/src/App.vue @@ -123,6 +123,7 @@ export default { } .main { + /* TODO -- once we've got everything in the flexgrid I think we'll turn all this off */ width: var(--app-width-initial); margin: 0 auto; flex: 1 1 auto; diff --git a/showcase/src/views/InputCards.vue b/showcase/src/views/InputCards.vue index 1ec18538f..9346334f9 100644 --- a/showcase/src/views/InputCards.vue +++ b/showcase/src/views/InputCards.vue @@ -1,168 +1,192 @@ @@ -180,4 +204,7 @@ export default { .cardbody { composes: cardbody from "./views.module.css"; } +.row2 { + margin-top: var(--Space-24); +} \ No newline at end of file diff --git a/showcase/src/views/LayoutCards.vue b/showcase/src/views/LayoutCards.vue index 0bd4e5ca0..b37579329 100644 --- a/showcase/src/views/LayoutCards.vue +++ b/showcase/src/views/LayoutCards.vue @@ -1,102 +1,126 @@ diff --git a/showcase/src/views/SystemCards.vue b/showcase/src/views/SystemCards.vue index bbe82eeec..6e35967fb 100644 --- a/showcase/src/views/SystemCards.vue +++ b/showcase/src/views/SystemCards.vue @@ -1,151 +1,149 @@